equity-mcp-server

santcool19/equity-mcp-server
★ 0 stars Unknown language 🔌 API Integration Updated today
Equity MCP Server (POC) Runs on port 8082 and exposes equity data and a minimal MCP (message) API. Endpoints: - GET /api/equities - GET /api/equities/{symbol} - POST /api/mcp/send { sender, recipient, payload } - GET /api/mcp/poll?recipient={recipient} H2 console: /h2-console
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "equity-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "santcool19/equity-mcp-server"
      ]
    }
  }
}