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.
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.
Tool Definition Quality
Average 4.2/5 across 12 of 12 tools scored.
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.
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.
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.
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 toolskalshi_get_orderbookRead-onlyInspect
Latest yes/no order-book depth for a Kalshi market by ticker. Requires a paid plan.
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Kalshi market ticker from kalshi_search_markets. |
kalshi_get_snapshotsRead-onlyInspect
Historical yes/no depth snapshots for a Kalshi market by ticker. Requires a paid plan; history gated by plan window.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1–1000). | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. | |
| ticker | Yes | Kalshi market ticker. | |
| end_time | No | End of time as ms-epoch or ISO-8601. History is clamped to your plan's window. | |
| start_time | No | Start of time as ms-epoch or ISO-8601. History is clamped to your plan's window. |
kalshi_search_marketsRead-onlyInspect
List Kalshi crypto markets (full yes/no depth, DepthFeed-exclusive). Requires a paid plan; keyless/Free returns a 402 upsell.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan. | btc |
| type | No | Filter by market window/type. | |
| limit | No | Page size (1–100). | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. |
limitless_get_orderbookRead-onlyInspect
Latest L2 depth (bids desc / asks asc) for a Limitless market by slug. Requires a paid plan.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Limitless market slug from limitless_search_markets. |
limitless_get_snapshotsRead-onlyInspect
Historical L2 depth snapshots (time series) for a Limitless market by slug. Requires a paid plan; history gated by plan window.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Limitless market slug. | |
| limit | No | Page size (1–1000). | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. | |
| end_time | No | End of time as ms-epoch or ISO-8601. History is clamped to your plan's window. | |
| start_time | No | Start of time as ms-epoch or ISO-8601. History is clamped to your plan's window. |
limitless_search_marketsRead-onlyInspect
List currently-open Limitless (Base CLOB) markets, DepthFeed-exclusive. Requires a paid plan.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan. | btc |
| type | No | Filter by market window/type. | |
| limit | No | Page size (1–100). | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. |
polymarket_all_marketsRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
polymarket_get_marketRead-onlyInspect
Fetch a single Polymarket market by id (market_id) or by slug. Provide exactly one of market_id or slug.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan. | btc |
| slug | No | Market slug (alternative to market_id). | |
| market_id | No | Market id from polymarket_search_markets. |
polymarket_get_snapshotsRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan. | btc |
| limit | No | Page size (1–1000). | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. | |
| end_time | No | End of time as ms-epoch or ISO-8601. History is clamped to your plan's window. | |
| interval | No | Downsample bucket, e.g. 1m, 5m, 1h — one snapshot per bucket. | |
| market_id | Yes | Market id from polymarket_search_markets. | |
| start_time | No | Start of time as ms-epoch or ISO-8601. History is clamped to your plan's window. | |
| include_orderbook | No | Include the full bid/ask ladder per snapshot (default top-of-book). |
polymarket_search_marketsRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Crypto asset. Keyless/demo and Free plans are BTC-only; all 7 require a paid plan. | btc |
| type | No | Filter by market window/type, e.g. 5m, 15m, 1h, 4h, 24h. | |
| limit | No | Page size (1–100). | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. | |
| end_time | No | Filter: markets active at/before this time as ms-epoch or ISO-8601. History is clamped to your plan's window. | |
| resolved | No | true → only resolved markets, false → only active. | |
| start_time | No | Filter: markets active at/after this time as ms-epoch or ISO-8601. History is clamped to your plan's window. |
screenerRead-onlyInspect
Cross-venue top-of-book snapshot for all assets across Polymarket, Kalshi, and Binance — a one-shot overview of the current state. No arguments.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
whoamiRead-onlyInspect
Show the current session's plan, rate limits, history window, and coin access (reflects keyless demo vs. your API key).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!