HomeFinance › siftingio-mcp

siftingio-mcp

Live crypto/forex/metals prices, OHLCV bars, SEC fundamentals, 13F holdings and econ calendar.

Official TypeScript Local
★ 1 stars Last pushed 2026-07-11 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "siftingio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SIFTING_API_KEY": "<YOUR_VALUE>",
        "SIFTING_BASE_URL": "<YOUR_VALUE>",
        "SIFTING_WS_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • SIFTING_API_KEY required secret — SiftingIO API key (get one at https://sifting.io)
  • SIFTING_BASE_URL — Override the REST API base URL
  • SIFTING_WS_URL — Override the WebSocket URL

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry