MCP Prediction Markets
Related Servers
Alternatives to MCP Prediction Markets
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables AI agents to discover and analyze prediction markets, execute trades, and manage positions on Polymarket via the Model Context Protocol.751 npm20MIT
- AlicenseBqualityNot gradedmaintenanceEnables AI agents to interact with the Polymarket prediction market platform to discover markets, analyze real-time pricing, and monitor public portfolio data. It provides comprehensive access to market analytics, implied probabilities, and order books through the Model Context Protocol.5921 npm-
- AlicenseAqualityDmaintenanceEnables AI agents to browse, search, and trade on Polymarket prediction markets, including viewing markets, order books, balances, and placing/canceling orders.118 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time access to Polymarket prediction market data, enabling search, browsing, and analysis of prediction markets through natural language.21 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables real-time access to Polymarket prediction market odds, allowing AI agents to retrieve events, markets, and search for predictions with formatted outputs.5MIT
- AlicenseAqualityFmaintenanceAggregates prediction market data from 5 major platforms (Manifold, Polymarket, Metaculus, PredictIt, Kalshi), enabling users to search markets, compare odds across platforms, detect arbitrage opportunities, and track predictions through natural language.83MIT
TDQS
Scored across 5 tools
Each tool has a distinct purpose: find_arbitrage detects cross-platform arbitrage, get_category_markets browses by category, get_market_odds fetches specific odds, get_trending_markets shows trending markets, and search_prediction_markets searches by keyword. No overlap.
All tool names follow a consistent verb_noun pattern in snake_case. Most use 'get_' prefix, while 'find_arbitrage' uses 'find_' which is still a clear verb_noun construction. Naming is predictable and uniform.
Five tools cover the essential information retrieval needs of a prediction markets server: discovering, searching, browsing, and checking odds, plus a unique arbitrage detection tool. The count is well-scoped and not excessive.
The tool set covers major read operations: search, browse, trending, odds, and arbitrage. However, it lacks tools for historical data, market analysis, or user portfolio management, which are reasonable extensions for a more complete prediction markets server.