Prediction Market MCP
Related Servers
Alternatives to Prediction Market MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenancePrediction-market quant tools — expected value, Kelly sizing, Bayesian updating, odds conversion, base-rate gaps, cross-platform arbitrage, and mispricing edge — for Kalshi and Polymarket contracts, exposed as a remote MCP server.265 npmMIT
- AlicenseAqualityCmaintenanceExposes a machine-callable proof-market surface for agents to submit proof requests, monitor market state, compare coordination regimes, and compose multi-step workflows with no human in the loop.5MIT

oyapicks-mcpofficial
AlicenseNot gradedqualityCmaintenanceProvides prediction-market data as MCP tools, including live prices, keyword search, probability history, volume spikes, arbitrage gaps, and resolutions. Pay per call in USDC on Base with no API key or signup.11 npmMIT- AlicenseAqualityDmaintenanceEnables querying consolidated Bitcoin pricing, ML signals, funding skew, and market briefings via the BPE API, without HTTP boilerplate.517 npmMIT
- AlicenseBqualityBmaintenanceEnables MCP-compatible AI agents to research and trade prediction markets on Polymarket and Kalshi, including market search, orderbooks, price history, positions, order routing, and on-chain builder-code attribution, plus overshoot and dispute-risk signals.21522 PyPIMIT
- AlicenseBqualityDmaintenanceEnables interaction with the PolyMarket API to fetch prediction market data such as market information, prices, and historical data, with robust error handling and rate limit management.4142MIT
TDQS
Scored across 5 tools
Each tool has a distinct primary purpose: estimate for single-question probability, size for position sizing, scan for ranking multiple markets, ensemble for a full pipeline, and info for service details. However, ensemble overlaps with estimate and size by including them, which could confuse agents choosing between atomic and composite options.
All tools follow the same snake_case pattern with a consistent 'prediction_market_' prefix followed by a clear action or noun (estimate, size, scan, ensemble, info). This makes the set highly predictable and readable.
Five tools is well-scoped for a prediction market analysis service, with each tool earning its place by covering a distinct step in the workflow from information to estimation, sizing, scanning, and full pipeline execution.
The surface covers the core analysis lifecycle: service info, single-market estimation, position sizing, multi-market scanning, and an ensemble pipeline. Minor gaps exist around raw market data retrieval or trade execution, but agents can work around these for the stated analysis purpose.