mcpbeat Sign in

Sifting MCP Server

local only

Sifting runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 11 Jul 2026.

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

Installs per day peak 287 · avg 14 · -24% w/w
a month agotoday
31
Installs / week
npm · siftingio-mcp
1
Stars
1 open issues
11 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sifting every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y siftingio-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "siftingio-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "siftingio-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "siftingio-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "siftingio-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIFTING_API_KEY (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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sifting

same job, measured the same way
AIsa Finance
by aisa

Prices, fundamentals, filings, crypto and prediction markets, for agents.

answering
Cryptoetf
by sly13

Live spot crypto ETF flows for 13 assets, CEFI sentiment index and prices.

61 installs/wk 5 tools answering
Radar
by funding-radar

Live crypto funding-rate radar across 5 exchanges: events, pair briefings, calendar, spreads.

6 tools answering
Agent Data Pro
by orionsmithers

Research articles and live crypto prices for AI agents via x402 on Base.

4 tools answering
FinData MCP
by sapph1re

Stocks, fundamentals, FRED economics, SEC filings & crypto. x402 micropayments, $0.01/call.

78 installs/wk local only
Fxabsolute
by varsansri

Five years of 1-minute forex, index and crypto candles, plus a live bridge to a trader's chart.

40 installs/wk local only
CryptoDataAPI
by cryptodataapi

Live crypto market data: prices, funding, OI, liquidations, regimes, GEX, whales, sentiment, macro.

26 tools answering
Onvexia — Crypto Fundamentals, Sentiment & Onchain Tracking
by onvexia

Crypto fundamental analysis, sentiment and whale tracking for traders and AI agents.

66 tools answering

Sifting — questions

Answers built from our own checks of this server.

Why is there no uptime for Sifting?
Sifting runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package siftingio-mcp was installed 31 times last week.
How do I connect Sifting?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls siftingio-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sifting?
The npm package siftingio-mcp was installed 31 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sifting open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.