mcp-market-data-server

architsingh5/mcp-market-data-server
★ 0 stars Python Security Updated today
MCP server for Indian equity market data — OAuth, approval-gated access, rate limiting, streaming, and a measured agent eval
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": {
    "mcp-market-data-serv": {
      "command": "uvx",
      "args": [
        "mcp-market-data-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-market-data-server