# DepthFeed MCP server

Order-book depth & history for Polymarket, Kalshi & Limitless. Keyless demo, key for full access.

## Links
- Registry page: https://www.getdrio.com/mcp/com-depthfeed-depthfeed
- Website: https://depthfeed.com

## Install
- Endpoint: https://api.depthfeed.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.depthfeed.com/mcp
- Header: Authorization

## Tools
- polymarket_all_markets - Paid data plan required. Return every active Polymarket market across all categories, not only crypto. AI execution credits do not unlock this export. The text result is one LLM-readable line per market: MARKET_NAME | OUTCOME PRICES | DEADLINE | MARKET_ID. The sweep fails closed if complete pagination cannot be verified and includes timestamp, count, source-page count, and SHA-256. Endpoint: https://api.depthfeed.com/mcp
- 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. Endpoint: https://api.depthfeed.com/mcp
- polymarket_get_market - Fetch a single Polymarket market by id (market_id) or by slug. Provide exactly one of market_id or slug. Endpoint: https://api.depthfeed.com/mcp
- 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. Endpoint: https://api.depthfeed.com/mcp
- kalshi_search_markets - List Kalshi crypto markets (full yes/no depth, DepthFeed-exclusive). Requires a paid plan; keyless/Free returns a 402 upsell. Endpoint: https://api.depthfeed.com/mcp
- kalshi_get_orderbook - Latest yes/no order-book depth for a Kalshi market by ticker. Requires a paid plan. Endpoint: https://api.depthfeed.com/mcp
- kalshi_get_snapshots - Historical yes/no depth snapshots for a Kalshi market by ticker. Requires a paid plan; history gated by plan window. Endpoint: https://api.depthfeed.com/mcp
- limitless_search_markets - List currently-open Limitless (Base CLOB) markets, DepthFeed-exclusive. Requires a paid plan. Endpoint: https://api.depthfeed.com/mcp
- limitless_get_orderbook - Latest L2 depth (bids desc / asks asc) for a Limitless market by slug. Requires a paid plan. Endpoint: https://api.depthfeed.com/mcp
- limitless_get_snapshots - Historical L2 depth snapshots (time series) for a Limitless market by slug. Requires a paid plan; history gated by plan window. Endpoint: https://api.depthfeed.com/mcp
- 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. Endpoint: https://api.depthfeed.com/mcp
- whoami - Show the current session's plan, rate limits, history window, and coin access (reflects keyless demo vs. your API key). Endpoint: https://api.depthfeed.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.depthfeed
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 29, 2026
- Source: https://registry.modelcontextprotocol.io
