Skip to main content
Glama

DepthFeed

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 12 of 12 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct venue and operation (orderbook, snapshots, search). Polymarket has an extra 'all_markets' tool, but it's distinct from search. No overlap confusion.

Naming Consistency4/5

Most tools follow a consistent 'venue_verb_noun' pattern (e.g., kalshi_get_orderbook). Exceptions like polymarket_all_markets, screener, and whoami break the pattern slightly but are still clear.

Tool Count5/5

12 tools is well-scoped for a data provider covering three prediction market venues with orderbook, snapshots, search, plus a screener and user info. No bloat.

Completeness4/5

Covers core needs: searching markets and retrieving current/historical orderbook depth. The only minor gap is lack of direct ticker or market details for Kalshi/Limitless, but tools exist to get market info via search.

Available Tools

12 tools
kalshi_get_orderbook
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
tickerYesKalshi market ticker from kalshi_search_markets.
kalshi_get_snapshots
Read-only
Inspect

Historical yes/no depth snapshots for a Kalshi market by ticker. Requires a paid plan; history gated by plan window.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (1–1000).
cursorNoOpaque pagination cursor from a previous response's pagination.next_cursor.
tickerYesKalshi market ticker.
end_timeNoEnd of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
start_timeNoStart of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
kalshi_search_markets
Read-only
Inspect

List Kalshi crypto markets (full yes/no depth, DepthFeed-exclusive). Requires a paid plan; keyless/Free returns a 402 upsell.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoCrypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan.btc
typeNoFilter by market window/type.
limitNoPage size (1–100).
cursorNoOpaque pagination cursor from a previous response's pagination.next_cursor.
limitless_get_orderbook
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesLimitless market slug from limitless_search_markets.
limitless_get_snapshots
Read-only
Inspect

Historical L2 depth snapshots (time series) for a Limitless market by slug. Requires a paid plan; history gated by plan window.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesLimitless market slug.
limitNoPage size (1–1000).
cursorNoOpaque pagination cursor from a previous response's pagination.next_cursor.
end_timeNoEnd of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
start_timeNoStart of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
limitless_search_markets
Read-only
Inspect

List currently-open Limitless (Base CLOB) markets, DepthFeed-exclusive. Requires a paid plan.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoCrypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan.btc
typeNoFilter by market window/type.
limitNoPage size (1–100).
cursorNoOpaque pagination cursor from a previous response's pagination.next_cursor.
polymarket_all_markets
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

polymarket_get_market
Read-only
Inspect

Fetch a single Polymarket market by id (market_id) or by slug. Provide exactly one of market_id or slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoCrypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan.btc
slugNoMarket slug (alternative to market_id).
market_idNoMarket id from polymarket_search_markets.
polymarket_get_snapshots
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoCrypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan.btc
limitNoPage size (1–1000).
cursorNoOpaque pagination cursor from a previous response's pagination.next_cursor.
end_timeNoEnd of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
intervalNoDownsample bucket, e.g. 1m, 5m, 1h — one snapshot per bucket.
market_idYesMarket id from polymarket_search_markets.
start_timeNoStart of time as ms-epoch or ISO-8601. History is clamped to your plan's window.
include_orderbookNoInclude the full bid/ask ladder per snapshot (default top-of-book).
polymarket_search_markets
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinNoCrypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan.btc
typeNoFilter by market window/type, e.g. 5m, 15m, 1h, 4h, 24h.
limitNoPage size (1–100).
cursorNoOpaque pagination cursor from a previous response's pagination.next_cursor.
end_timeNoFilter: markets active at/before this time as ms-epoch or ISO-8601. History is clamped to your plan's window.
resolvedNotrue → only resolved markets, false → only active.
start_timeNoFilter: markets active at/after this time as ms-epoch or ISO-8601. History is clamped to your plan's window.
screener
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

whoami
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources