market-intel-mcp

selflabbs/market-intel-mcp
★ 0 stars JavaScript AI/LLM Updated 2d ago
Market data MCP server for AI agents: crypto prices, FX rates, stock quotes. Zero API keys. Dependency-free Cloudflare Worker.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}