market-context-mcp

RamsesAguirre777/market-context-mcp
★ 0 stars Python Code/Dev Tools Updated today
MCP server exposing real-time technical market context (EMA, BB, MACD, PSAR) for any ticker, computed live per call — Claude Code / MCP clients
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-context-mcp": {
      "command": "uvx",
      "args": [
        "market-context-mcp"
      ]
    }
  }
}

Or install with pip: pip install market-context-mcp