Overview & FAQ: See Polymarket MCP server for a fuller overview, common questions, and links to npm and Glama.
Prerequisites
- A PolyOrderbooks account and API key (
pob_…) - An MCP-capable client (Cursor, Claude Desktop, or custom)
Install
Add the server to your MCP client config. No global install — the client runsnpx at launch.
Cursor — .cursor/mcp.json:
claude_desktop_config.json uses the same shape.
Restart the client after editing the config. MCP servers start at launch, not on first tool call.
Package: @polyorderbooks/mcp-server on npm
Tools
Discovery follows series → events → markets. Use
get_usage anytime to check plan limits on the configured key.
Plans and resolution
The free Starter plan queries at 1-second resolution — the same granularity as paid tiers. Paid plans add a longer history window and higher rate limits, not finer data. See Pricing and Rate limits.Example prompts
Find BTC 5-minute markets that resolved yesterday and show order book depth in the final two minutes before settlement.
For this market, what would a 100-share buy have cost against the actual ladder five seconds before close?
Compare spread and liquidity across 5-minute, 15-minute, and 4-hour BTC contracts over the last day.Keep time windows narrow at
1s resolution — responses grow quickly. Page with next_cursor when the tool returns it.