Available as MCP tools:
polymarket_market_read + polymarket_price_history - call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
polymarket_market_read loads one market selected from a Prediction Markets event card. It returns the market question, status, outcomes, outcome token ids, tags, liquidity, volume, and event context so an agent can decide which side of the market to inspect.
polymarket_price_history takes one outcome_token_id from that market and returns implied-probability points at 1h or 1d resolution. Use it to show how market-implied odds moved over time; do not treat it as OHLCV candles, order book depth, or executable quotes.
Agent flow
Response
Market read response
PolymarketMarket
required
One market card.
number
Always
0 for market read.number
Account credits remaining.
200 OK · market read
Price history response
PolymarketPriceHistory
required
Probability history for one outcome token.
number
Number of returned points.
number
Always
0 for price history.number
Account credits remaining.
200 OK · price history
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
polymarket_market_read — request parameters
polymarket_market_read — request parameters
string
required
Market id returned by an event card; the alias
pmm_253254 is also accepted.polymarket_price_history — request parameters
polymarket_price_history — request parameters
string
required
Outcome token id returned by
polymarket_market_read.string
required
1h or 1d.string
Optional inclusive ISO 8601 UTC lower boundary.
string
Optional inclusive ISO 8601 UTC upper boundary.
number
Maximum points returned after boundary filtering. Default
720 for 1h, 365 for 1d; max 20000.string
default:"latest"
Use
latest or earliest; output remains chronological.Related
Prediction Markets Events
Browse, search, and read event cards before selecting a market.
Prediction Markets Price History
Query probability history after selecting an outcome token.