API Tools
depthfeed.com
Fetches and searches prediction markets for cryptocurrencies from Polymarket and Kalshi.
ENDPOINT 1
https://api.depthfeed.com/mcp
MCP server metadata
- Name
- depthfeed
- Version
- 0.0.1
DepthFeed serves prediction-market order-book depth and history for Polymarket, Kalshi, and Limitless across BTC/ETH/SOL/XRP/DOGE/BNB/HYPE up/down markets. Paid data plans can use polymarket_all_markets for the complete current Polymarket universe in a compact MARKET_NAME | PRICE | DEADLINE format. Then use the *_search_markets tools or the returned market ids to inspect depth and history with *_get_orderbook / *_get_snapshots tools for live and historical depth; `screener` gives a cross-venue top-of-book view. Without an API key you are on the keyless demo tier (BTC + Polymarket, top-of-book only). Set a DepthFeed API key (Authorization: Bearer df_…, from https://depthfeed.com) to unlock all coins, Kalshi, Limitless, the full ladder, and deep history. Timestamps accept ms-epoch or ISO-8601.
Known tools 14
polymarket_search_marketsList Polymarket up/down crypto prediction markets for a coin.
Inferred read-onlypolymarket_get_marketFetch a single Polymarket market by id (market_id) or by slug.
Inferred read-onlypolymarket_get_snapshotsHistorical order-book snapshots (time series) for one Polymarket market.
Inferred read-onlykalshi_search_marketsList Kalshi crypto markets (full yes/no depth, DepthFeed-exclusive).
Inferred read-onlykalshi_get_snapshotsHistorical yes/no depth snapshots for a Kalshi market by ticker.
Inferred read-onlykalshi_get_candlesHourly OHLC candles (yes bid, yes ask, traded price) plus volume and open interest for a Kalshi market.
Inferred read-onlylimitless_search_marketsList currently-open Limitless (Base CLOB) markets, DepthFeed-exclusive.
Inferred read-onlylimitless_get_orderbookLatest L2 depth (bids desc / asks asc) for a Limitless market by slug.
Inferred read-onlylimitless_get_snapshotsHistorical L2 depth snapshots (time series) for a Limitless market by slug.
Inferred read-onlybarsOHLCV price bars for US equities and ETFs, Binance spot pairs, and perpetual futures.
Inferred read-onlyscreenerCross-venue top-of-book snapshot for all assets across Polymarket, Kalshi, and Binance — a one-shot overview of the current state.
Inferred read-onlywhoamiShow the current session's plan, rate limits, history window, and coin access (reflects keyless demo vs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.depthfeed]
url = "https://api.depthfeed.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"depthfeed": {
"type": "http",
"url": "https://api.depthfeed.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: depthfeed
Remote MCP URL: https://api.depthfeed.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"depthfeed": {
"url": "https://api.depthfeed.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"depthfeed": {
"type": "http",
"url": "https://api.depthfeed.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "depthfeed",
"transport": "streamable-http",
"url": "https://api.depthfeed.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for depthfeed.com was fetched 2026-09-04T17:16:34.514Z.
depthfeed.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.