INDIVIDUAL MCP TOOL
limitless_get_snapshots
Historical L2 depth snapshots (time series) for a Limitless market by slug.
LIVE ENDPOINT
https://api.depthfeed.com/mcp
Connect to this endpoint to inspect the live schema for limitless_get_snapshots and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
polymarket_all_markets— Paid data plan required.polymarket_search_markets— List Polymarket up/down crypto prediction markets for a coin.polymarket_get_market— Fetch a single Polymarket market by id (market_id) or by slug.polymarket_get_snapshots— Historical order-book snapshots (time series) for one Polymarket market.kalshi_search_markets— List Kalshi crypto markets (full yes/no depth, DepthFeed-exclusive).kalshi_get_orderbook— Latest yes/no order-book depth for a Kalshi market by ticker.kalshi_get_snapshots— Historical yes/no depth snapshots for a Kalshi market by ticker.kalshi_get_candles— Hourly OHLC candles (yes bid, yes ask, traded price) plus volume and open interest for a Kalshi market.