mcpbeat Sign in

Prediction Market Friction Tracker MCP Server

by ndrysdal-byte Your server? Claim it
not responding

Prediction Market Friction Tracker is listed as active in the registry but did not answer our last check. It exposes 4 tools. Last commit 20 Aug 2026.

Prediction-market fee/KYC/withdrawal data, venue recommendations, and a paid x402 change feed.

Uptime history 39 days of history · worst day 0%
39 days agonow
0.0%
Uptime 24h
0 of 91 checks
4
Tools
read from the server
185 ms
Response time
average over 24h
0
Stars
last commit 20 Aug 2026

Prediction Market Friction Tracker does not always answer

Over the last week it answered 0.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add prediction-friction-tracker --transport http https://prediction-friction-tracker-production.up.railway.app/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "prediction-friction-tracker": {
      "url": "https://prediction-friction-tracker-production.up.railway.app/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.prediction-friction-tracker]
url = "https://prediction-friction-tracker-production.up.railway.app/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "prediction-friction-tracker": {
      "url": "https://prediction-friction-tracker-production.up.railway.app/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "prediction-friction-tracker": {
      "url": "https://prediction-friction-tracker-production.up.railway.app/mcp/"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

changes
get_changes_info
Describes the change feed -- an append-only log of every detected fee/KYC/withdrawal/API change across venues since a given timestamp. This is the paid, time-sensitive product; it is gated by the x402 protocol (HTTP 402) rather than exposed here, so it stays accurate to call directly for real-time data.
recommend
recommend_venue
Recommend which tracked prediction-market venue best fits a natural- language need, by weighing fee/KYC/withdrawal/API-access/jurisdiction data against what the query asks for. Free. Use this for comparative "which venue is best for X" questions -- e.g. "lowest fees for high-frequency trading", "I don't want to do KYC", "programmatic API access without a wallet", "fastest withdrawals". For a single already-known venue use get_venue instead; to browse/filter by confidence use list_venues. Based only on the structured fields this tracker collects (fees, KYC, geo restrictions, withdrawal methods/limits, API access, jurisdiction, custody model). It does NOT have liquidity, trading volume, spread, or uptime data -- if the query depends on those, the response says so rather than guessing. Args: query: free-text description of what matters (cost, KYC/privacy, withdrawal speed, API access, jurisdiction, custody, etc). Can combine multiple criteria in one query.
venue
get_venue
Get one venue's current fee/KYC/withdrawal/API-access data by slug (e.g. 'kalshi', 'polymarket'). Free. Call list_venues first if the slug isn't already known.
venues
list_venues
List all tracked prediction market venues with their current fee/KYC/withdrawal snapshot. Free. Args: confidence: optional filter -- 'verified', 'stale', or 'unconfirmed'. Use 'unconfirmed' to find venues whose data needs a human check.

Endpoints

URLTransportStateLatencyChecked
https://prediction-friction-tracker-production.up.railway.app/mcp/ streamable-http answering 185 ms 4 min ago

Alternatives to Prediction Market Friction Tracker

same job, measured the same way
EventTrader MCP
by cymetica

AI prediction market trading — real-time data, CLOB exchange, 30+ tools

local only
Bellwether MCP
by bellwethermetrics

Live prediction market data from Polymarket and Kalshi with VWAP pricing and reportability.

34 installs/wk local only
CCXT
by ccxt

Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

204 installs/wk local only
Riley Craig x402 Agent Store
by rccola990-cloud

AI brand/token visibility, prediction-market odds & cheap x402 data feeds for AI agents.

92 tools answering
Predictit MCP
by mrfentmen

Prediction market contracts and prices from PredictIt. No key required.

local only
C
Agi Scorecard
by agiscorecard

8 graded AGI-2027 predictions, the 0-100 Thesis Tracker, and a public market-call ledger. Free.

6 tools answering
Nephyr Backtest
by clm-studios

Prediction market strategy backtesting with real on-chain Polymarket data

51 installs/wk local only
CoinRithm Agent Trading
by coinrithm

Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM.

170 installs/wk 38 tools answering

Prediction Market Friction Tracker — questions

Answers built from our own checks of this server.

What can Prediction Market Friction Tracker do?
It exposes 4 tools, read directly from the server on our last check. Among them: get_changes_info, get_venue, list_venues, recommend_venue. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Prediction Market Friction Tracker working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 185 ms. The bar chart above shows every period we have measured.
The registry lists Prediction Market Friction Tracker as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Prediction Market Friction Tracker?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Prediction Market Friction Tracker need an API key?
No. Prediction Market Friction Tracker completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
Is Prediction Market Friction Tracker open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.