← Registry

Data Collection

pdata.world

Provides access to prediction-market events and markets across multiple platforms, including search and similarity features.

1 endpoint14 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://api.pdata.world/mcp

No auth detected

MCP server metadata

Name
pdata — prediction markets
Version
3.2.4
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

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_events

Use when an agent wants to browse, filter, or search prediction-market events across all 8 platforms.

Inferred read-only
get_event

Use when an agent needs the full detail of a single prediction-market event by its composite key (source + event_id).

Inferred read-only
get_event_similar

Use when an agent needs events similar to a given event — cross-platform equivalents and topically-related markets, precomputed nightly from title embeddings.

Inferred read-only
list_markets

Use when the user wants to browse, filter, or sort individual markets (not events).

Inferred read-only
get_market

Use when an agent needs the full detail of a single market by its composite key (source + market_id).

Inferred read-only
top_movers

Use when the user wants to see markets with the largest 24h probability swings.

Inferred read-only
closing_soon

Use when the user wants to see markets that will resolve within the next 36 hours.

Inferred read-only
search_suggest

Use 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-only
get_summary

Use 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-only
list_countries

Use when an agent needs the list of country tags that markets have been tagged with.

Inferred read-only
list_news_movers

Use 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-only
news_movers_by_category

Use when the user wants the news feed bucketed by category.

Inferred read-only
map_heat

Use when you need a geographic snapshot of where prediction-market attention is concentrated.

Inferred read-only
map_timeline

Use when you need the hourly total-heat time series that drives the /map playback scrubber.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.