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
One market card.
Always
0 for market read.Account credits remaining.
200 OK · market read
Price history response
Probability history for one outcome token.
Number of returned points.
Always
0 for price history.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
Market id returned by an event card; the alias
pmm_253254 is also accepted.polymarket_price_history — request parameters
polymarket_price_history — request parameters
Outcome token id returned by
polymarket_market_read.1h or 1d.ISO 8601 UTC start. Must be used with
end_time.ISO 8601 UTC end. Must be used with
start_time.Optional maximum points returned. Range
1-20000.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.