Market data MCP server for AI agents: crypto prices, FX rates, stock quotes. Zero API keys. Dependency-free Cloudflare Worker.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"market-intel-mcp": {
"command": "npx",
"args": [
"-y",
"selflabbs/market-intel-mcp"
]
}
}
}
Run in terminal:
claude mcp add market-intel-mcp npx -y selflabbs/market-intel-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"market-intel-mcp": {
"command": "npx",
"args": [
"-y",
"selflabbs/market-intel-mcp"
]
}
}
}