com.depthfeed/depthfeed
Official11 toolsDepthFeed
Order-book depth & history for Polymarket, Kalshi & Limitless. Keyless demo, key for full access.
Access order-book depth and history for prediction markets and exchanges.
Captured live from the server via tools/list.
polymarket_search_markets
List Polymarket up/down crypto prediction markets for a coin. Returns market id, slug, window, status and timing. Use the returned id/slug with polymarket_get_market or polymarket_get_snapshots.
Parameters (7)
- coinstring
Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan.
- cursorstring
Opaque pagination cursor from a previous response's pagination.next_cursor.
- end_timestring
Filter: markets active at/before this time as ms-epoch or ISO-8601. History is clamped to your plan's window.
- limitinteger
Page size (1–100).
- resolvedboolean
true → only resolved markets, false → only active.
- start_timestring
Filter: markets active at/after this time as ms-epoch or ISO-8601. History is clamped to your plan's window.
- typestring
Filter by market window/type, e.g. 5m, 15m, 1h, 4h, 24h.
polymarket_get_market
Fetch a single Polymarket market by id (market_id) or by slug. Provide exactly one of market_id or slug.
Parameters (3)
- coinstring
Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan.
- market_idstring
Market id from polymarket_search_markets.
- slugstring
Market slug (alternative to market_id).
polymarket_get_snapshots
Historical order-book snapshots (time series) for one Polymarket market. Use interval to downsample and include_orderbook for the full ladder. History depth is gated by plan.
Parameters (8)
- coinstring
Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan.
- cursorstring
Opaque pagination cursor from a previous response's pagination.next_cursor.
- end_timestring
End of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
- include_orderbookboolean
Include the full bid/ask ladder per snapshot (default top-of-book).
- intervalstring
Downsample bucket, e.g. 1m, 5m, 1h — one snapshot per bucket.
- limitinteger
Page size (1–1000).
- market_idstringrequired
Market id from polymarket_search_markets.
- start_timestring
Start of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
kalshi_search_markets
List Kalshi crypto markets (full yes/no depth, DepthFeed-exclusive). Requires a paid plan; keyless/Free returns a 402 upsell.
Parameters (4)
- coinstring
Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan.
- cursorstring
Opaque pagination cursor from a previous response's pagination.next_cursor.
- limitinteger
Page size (1–100).
- typestring
Filter by market window/type.
kalshi_get_orderbook
Latest yes/no order-book depth for a Kalshi market by ticker. Requires a paid plan.
Parameters (1)
- tickerstringrequired
Kalshi market ticker from kalshi_search_markets.
kalshi_get_snapshots
Historical yes/no depth snapshots for a Kalshi market by ticker. Requires a paid plan; history gated by plan window.
Parameters (5)
- cursorstring
Opaque pagination cursor from a previous response's pagination.next_cursor.
- end_timestring
End of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
- limitinteger
Page size (1–1000).
- start_timestring
Start of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
- tickerstringrequired
Kalshi market ticker.
limitless_search_markets
List currently-open Limitless (Base CLOB) markets, DepthFeed-exclusive. Requires a paid plan.
Parameters (4)
- coinstring
Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan.
- cursorstring
Opaque pagination cursor from a previous response's pagination.next_cursor.
- limitinteger
Page size (1–100).
- typestring
Filter by market window/type.
limitless_get_orderbook
Latest L2 depth (bids desc / asks asc) for a Limitless market by slug. Requires a paid plan.
Parameters (1)
- slugstringrequired
Limitless market slug from limitless_search_markets.
limitless_get_snapshots
Historical L2 depth snapshots (time series) for a Limitless market by slug. Requires a paid plan; history gated by plan window.
Parameters (5)
- cursorstring
Opaque pagination cursor from a previous response's pagination.next_cursor.
- end_timestring
End of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
- limitinteger
Page size (1–1000).
- slugstringrequired
Limitless market slug.
- start_timestring
Start of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
screener
Cross-venue top-of-book snapshot for all assets across Polymarket, Kalshi, and Binance — a one-shot overview of the current state. No arguments.
No parameters.
whoami
Show the current session's plan, rate limits, history window, and coin access (reflects keyless demo vs. your API key).
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"depthfeed": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.depthfeed.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.