Submit

Stock Performance MCP Server

@Penka Alexandrova

8 months ago
.NET MCP Server to connect with Claude Desktop

Server Config

{
  "mcpServers": {
    "StocksMCP": {
      "command": "dotnet",
      "args": [
        "run",
        "--project",
        "[the path to ]/StocksMCPServer",
        "--no-build"
      ],
      "env": {
        "ALPHA_VANTAGE_API_KEY": "<YOUR_KEY>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.