← Registry

API Tools

depthfeed.com

Fetches and searches prediction markets for cryptocurrencies from Polymarket and Kalshi.

1 endpoint14 known toolsFirst detected July 15, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.depthfeed.com/mcp

No auth detected

MCP server metadata

Name
depthfeed
Version
0.0.1
Capabilities
tools
Server instructions

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_all_markets

Paid data plan required.

Inferred read-only
polymarket_search_markets

List Polymarket up/down crypto prediction markets for a coin.

Inferred read-only
polymarket_get_market

Fetch a single Polymarket market by id (market_id) or by slug.

Inferred read-only
polymarket_get_snapshots

Historical order-book snapshots (time series) for one Polymarket market.

Inferred read-only
kalshi_search_markets

List Kalshi crypto markets (full yes/no depth, DepthFeed-exclusive).

Inferred read-only
kalshi_get_orderbook

Latest yes/no order-book depth for a Kalshi market by ticker.

Inferred read-only
kalshi_get_snapshots

Historical yes/no depth snapshots for a Kalshi market by ticker.

Inferred read-only
kalshi_get_candles

Hourly OHLC candles (yes bid, yes ask, traded price) plus volume and open interest for a Kalshi market.

Inferred read-only
limitless_search_markets

List currently-open Limitless (Base CLOB) markets, DepthFeed-exclusive.

Inferred read-only
limitless_get_orderbook

Latest L2 depth (bids desc / asks asc) for a Limitless market by slug.

Inferred read-only
limitless_get_snapshots

Historical L2 depth snapshots (time series) for a Limitless market by slug.

Inferred read-only
bars

OHLCV price bars for US equities and ETFs, Binance spot pairs, and perpetual futures.

Inferred read-only
screener

Cross-venue top-of-book snapshot for all assets across Polymarket, Kalshi, and Binance — a one-shot overview of the current state.

Inferred read-only
whoami

Show the current session's plan, rate limits, history window, and coin access (reflects keyless demo vs.

Inferred read-only

CONNECT 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.

Trust status Neutral

depthfeed.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.