Stock Market Data MCP for Claude Desktop
io.github.foundrynet/market-data-mcp
Real-time stock quotes, history, options chains, sector performance & screening for agents.
client:Claude Desktop
transport:streamable-http
Install Stock Market Data MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"market-data-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://market-data-mcp-production.up.railway.app/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