siftingio-mcp
Rank #24,635io.sifting/mcp
Live crypto/forex/metals prices, OHLCV bars, SEC fundamentals, 13F holdings and econ calendar.
siftingio-mcp is a Model Context Protocol (MCP) server published by siftingio. It ranks #24,635 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. siftingio-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Jul 11, 2026.
Ranks ahead of 90,956 of 115,591 servers on MCP Toplist.
Use siftingio-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sifting -e "SIFTING_API_KEY=<your SIFTING_API_KEY>" -e "SIFTING_BASE_URL=<your SIFTING_BASE_URL>" -e "SIFTING_WS_URL=<your SIFTING_WS_URL>" -- npx -y siftingio-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sifting]
command = "npx"
args = ["-y", "siftingio-mcp"]
[mcp_servers.sifting.env]
SIFTING_API_KEY = "<your SIFTING_API_KEY>"
SIFTING_BASE_URL = "<your SIFTING_BASE_URL>"
SIFTING_WS_URL = "<your SIFTING_WS_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sifting": {
"command": "npx",
"args": [
"-y",
"siftingio-mcp"
],
"env": {
"SIFTING_API_KEY": "<your SIFTING_API_KEY>",
"SIFTING_BASE_URL": "<your SIFTING_BASE_URL>",
"SIFTING_WS_URL": "<your SIFTING_WS_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sifting": {
"command": "npx",
"args": [
"-y",
"siftingio-mcp"
],
"env": {
"SIFTING_API_KEY": "<your SIFTING_API_KEY>",
"SIFTING_BASE_URL": "<your SIFTING_BASE_URL>",
"SIFTING_WS_URL": "<your SIFTING_WS_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sifting": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"siftingio-mcp"
],
"env": {
"SIFTING_API_KEY": "<your SIFTING_API_KEY>",
"SIFTING_BASE_URL": "<your SIFTING_BASE_URL>",
"SIFTING_WS_URL": "<your SIFTING_WS_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sifting": {
"command": "npx",
"args": [
"-y",
"siftingio-mcp"
],
"env": {
"SIFTING_API_KEY": "<your SIFTING_API_KEY>",
"SIFTING_BASE_URL": "<your SIFTING_BASE_URL>",
"SIFTING_WS_URL": "<your SIFTING_WS_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sifting": {
"command": "npx",
"args": [
"-y",
"siftingio-mcp"
],
"env": {
"SIFTING_API_KEY": "<your SIFTING_API_KEY>",
"SIFTING_BASE_URL": "<your SIFTING_BASE_URL>",
"SIFTING_WS_URL": "<your SIFTING_WS_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.sifting%2Fmcp)<a href="https://mcptoplist.com/server/io.sifting%2Fmcp"><img src="https://mcptoplist.com/badge/io.sifting%2Fmcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
siftingio
Other servers by siftingio
View all siftingio servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Jul 11, 2026 |
Frequently asked questions
- Who maintains siftingio-mcp?
- siftingio-mcp is maintained by siftingio, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is siftingio-mcp listed on the Official MCP Registry?
- Yes — siftingio-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does siftingio-mcp have?
- MCP Toplist tracks 1 version of siftingio-mcp, most recently published on Jul 11, 2026.
- Where can I find the source code for siftingio-mcp?
- The source code for siftingio-mcp is hosted at github.com/siftingio/siftingio-mcp.