Skip to content
Claude Desktop

StashGamma EOD Stock Data for Claude Desktop

com.stashgamma/eod-stock-data

Daily end-of-day OHLCV stock data for U.S.-listed symbols, 15 years of history. Free API key.

client:Claude Desktop transport:streamable-http

Install StashGamma EOD Stock Data in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "eod-stock-data": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.stashgamma.com/api/dataapi/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

StashGamma EOD Stock Data in other clients