Skip to main content
Live
Markets 128946
Platforms 2
Active Arbs 69
Volume $9.1B
PredRadar · for AI agents · v1.0

Built for
agents.

Connect Claude Desktop, Cursor, Cline or any MCP client to the most complete prediction‑market data feed across Polymarket, Kalshi and Betfair. Six tools. Two resources. Thirty seconds.

00 / SURFACES

Three ways in.

Pick the surface that matches your agent's appetite. The first two are public. The third needs a key but unlocks the live data feed.

00.01

llms.txt Public

A curated index of every page agents care about. Drop it into your system prompt for instant context, or let a crawler ingest /llms-full.txt for the concatenated body.

00.02

Markdown views Public

Append .md to any page URL for clean, LLM‑ready markdown. No HTML parsing, no chrome, just the data your model can reason about.

00.03

MCP server Key required

Streamable HTTP at predradar.com/mcp. Six tools, two resources, per‑key rate limits, free and Pro tiers. Live data, sub‑second latency, no SDK to install.

01 / SETUP

Paste & go.

Pick your client, paste the config, restart, done. Replace prk_live_... with the key from your account page. Free tier: 100 requests per day, no card needed.

Edit ~/Library/Application Support/Claude/claude_desktop_config.json
// add "predradar" to mcpServers, then restart Claude Desktop
{
  "mcpServers": {
    "predradar": {
      "url": "https://predradar.com/mcp",
      "headers": {
        "Authorization": "Bearer prk_live_..."
      }
    }
  }
}
Edit ~/.cursor/mcp.json
// add "predradar" to mcpServers, then reload Cursor
{
  "mcpServers": {
    "predradar": {
      "url": "https://predradar.com/mcp",
      "headers": {
        "Authorization": "Bearer prk_live_..."
      }
    }
  }
}
Open Cline » MCP settings » Add server
# fill in these three values
URL           https://predradar.com/mcp
HEADER KEY    Authorization
HEADER VALUE  Bearer prk_live_...
02 / TOOLS

Six tools, all tiers.

Gating is by rate limit and freshness, never by tool. Required args are highlighted.

list_arbs T.01

Live cross‑platform arbitrage opportunities, filtered by minimum spread, match type and result limit.

min_bps type limit
search_markets T.02

Full‑text search across every tracked market, returning ranked hits with prices and volume.

q* limit
get_market T.03

Full detail for one market by slug: prices, depth, end time, category, fees.

slug*
list_movers T.04

Top price shifts in the last hour or day. Useful for catching news‑driven moves.

window limit
list_volume T.05

Top markets by trading volume across the tracked platforms.

limit
list_calendar T.06

Markets resolving inside a window (24h, 3d, 7d). The agent equivalent of an econ calendar.

window
03 / PRICING

Free to try.

Free for exploration. Pro for production. Cancel anytime.

Tier 01

Free

$0forever
  • Daily requests 100
  • Burst 10 / min
  • Data freshness 60s cache
  • Tools all 6
  • Resources included
Get a free key
Tier 02

Pro

$29per month
  • Daily requests 10,000
  • Burst 120 / min
  • Data freshness live, no cache
  • Tools all 6
  • Resources included
Upgrade to Pro
04 / PROMPTS

What agents ask.

Three example prompts your agent can route directly through PredRadar's MCP tools.

01

Find me an arb above 200 bps in crypto markets right now.

routes → list_arbs
02

Which election markets resolve this week and have above $100k volume?

routes → list_calendar, list_volume
03

Compare Polymarket and Kalshi prices for the next Fed meeting decision.

routes → search_markets, get_market
05 / FAQ

Questions, answered.

Q.01

Do I need an API key for llms.txt or .md pages?

No. Both /llms.txt and every .md page variant are fully public, no authentication required. Only the MCP server needs a key.

Q.02

What is the rate limit on the free tier?

100 requests per day, with a burst cap of 10 per minute. Free‑tier responses are served from a 60‑second cache so typical queries still feel fast.

Q.03

Where do I get an API key?

Sign up at /signup with your email. We send a magic link, no password needed. Keys are issued instantly on the account page.

Q.04

What MCP clients work with PredRadar?

Claude Desktop, Cursor, Cline, and any client that supports the Streamable HTTP MCP transport. The endpoint is a plain HTTPS URL, so integration is straightforward.

Q.05

Can I redistribute the data my agent fetches?

Aggregated insights and derivative analysis are fine. Bulk redistribution of raw market data is not. See terms for the full policy.

Start in 30 seconds.

Drop your email below. We send a magic link, you get a key, your agent gets the feed. No card, no setup call.