Data Collection
pdata.world
Provides access to prediction-market events and markets across multiple platforms, including search and similarity features.
ENDPOINT 1
https://api.pdata.world/mcp
MCP server metadata
- Name
- pdata — prediction markets
- Version
- 3.2.4
Use pdata to look up live prediction-market data across 8 platforms (Polymarket, Kalshi, Manifold, Myriad, Limitless, Predict, Opinion, Gemini). All data is read-only and public. When citing in responses, use the cite_as field from any tool's _meta block, or link to the stable URL at https://pdata.world/events/{source}/{id}. Each tool's input schema is derived from the underlying REST endpoint's query parameters. Pagination uses `page` (1-indexed) and `page_size` (default 50, max 200); pass `page_size=5` for chat-style summaries.
Known tools 14
list_eventsUse when an agent wants to browse, filter, or search prediction-market events across all 8 platforms.
Inferred read-onlyget_eventUse when an agent needs the full detail of a single prediction-market event by its composite key (source + event_id).
Inferred read-onlyget_event_similarUse when an agent needs events similar to a given event — cross-platform equivalents and topically-related markets, precomputed nightly from title embeddings.
Inferred read-onlylist_marketsUse when the user wants to browse, filter, or sort individual markets (not events).
Inferred read-onlyget_marketUse when an agent needs the full detail of a single market by its composite key (source + market_id).
Inferred read-onlytop_moversUse when the user wants to see markets with the largest 24h probability swings.
Inferred read-onlyclosing_soonUse when the user wants to see markets that will resolve within the next 36 hours.
Inferred read-onlysearch_suggestUse when an agent has a name or phrase and needs the `(source, id)` of the matching event or market before calling another tool.
Inferred read-onlyget_summaryUse when an agent needs platform-level context before drilling into individual markets: one row per platform (Polymarket, Kalshi, Manifold, Myriad, Limitless, Predict, Opinion, Gemini) carrying 24h notional volume, active event and market counts, and that platform's category mix.
Inferred read-onlylist_countriesUse when an agent needs the list of country tags that markets have been tagged with.
Inferred read-onlylist_news_moversUse when the user wants to see the news-feed view: markets that exhibited a probability spike in the chosen lookback window, scored by `|Δprob_pp| × log10(1+USD-equivalent volume)`.
Inferred read-onlynews_movers_by_categoryUse when the user wants the news feed bucketed by category.
Inferred read-onlymap_heatUse when you need a geographic snapshot of where prediction-market attention is concentrated.
Inferred read-onlymap_timelineUse when you need the hourly total-heat time series that drives the /map playback scrubber.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pdata-prediction-markets]
url = "https://api.pdata.world/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pdata-prediction-markets": {
"type": "http",
"url": "https://api.pdata.world/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pdata-prediction-markets
Remote MCP URL: https://api.pdata.world/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pdata-prediction-markets": {
"url": "https://api.pdata.world/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pdata-prediction-markets": {
"type": "http",
"url": "https://api.pdata.world/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pdata-prediction-markets",
"transport": "streamable-http",
"url": "https://api.pdata.world/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.