CME Prediction Markets MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CME Prediction Markets MCP Serververify if Bitcoin exceeded $95,000 on December 15th"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CME Prediction Markets MCP Server
Complete MCP server for verifying claims against CME prediction market data.
Features
MCP Protocol Support: Full implementation of Model Context Protocol
Data Infrastructure: Automated CME data ingestion with PostgreSQL/TimescaleDB
Claim Verification: NLP-powered claim parsing and verification
Slack Integration: Real-time claim verification via Slack bot
Caching Layer: Redis-based caching for performance
Async Architecture: Built on FastAPI with async/await throughout
Related MCP server: Polymarket MCP Server
Quick Start
Prerequisites
Python 3.11+
PostgreSQL 15+ (with TimescaleDB)
Redis 7+
Docker & Docker Compose (optional)
Installation
Clone the repository
Copy
.env.exampleto.envand configureInstall dependencies:
poetry installInitialize database:
poetry run python scripts/init_db.pyRun the server:
poetry run uvicorn src.main:app --reloadDocker Deployment
docker-compose up -dMCP Tools
query_trading_data
Query historical trading data for contracts.
{
"contract_symbol": "BTC_95000_YES",
"start_time": "2024-12-01T00:00:00Z",
"end_time": "2024-12-16T00:00:00Z"
}verify_claim
Verify natural language claims against data.
{
"claim_text": "Bitcoin reached 95 cents on December 15"
}get_contract_info
Get detailed contract information.
{
"contract_symbol": "BTC_95000_YES"
}Testing
poetry run pytestLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables access to Polymarket's prediction markets for analyzing market probabilities, trading activity, and event outcomes across politics, sports, crypto, and other categories through natural language queries.Last updated416MIT
- Flicense-qualityDmaintenanceProvides AI-powered tools for searching Polymarket prediction markets and calculating financial metrics like expected value and Kelly bet sizing. It enables users to perform arbitrage scanning, news-based sentiment analysis, and market research through natural language interfaces.Last updated
- Alicense-qualityFmaintenanceUnified access to prediction market data from Kalshi and Polymarket, enabling natural language queries for real-time odds, orderbooks, and trade history.Last updated4812MIT
- Alicense-qualityDmaintenanceProvides real-time access to Polymarket prediction market data, enabling search, browsing, and analysis of prediction markets through natural language.Last updated41MIT
Related MCP Connectors
Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket.
Verify claims with verdict, confidence & cited sources; batch verify, source checks, daily brief.
Machine-payable prediction-market briefs and probability-change monitoring for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jjsteffen23/dk_mcp_2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server