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
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:
Initialize database:
Run the server:
Docker Deployment
MCP Tools
query_trading_data
Query historical trading data for contracts.
verify_claim
Verify natural language claims against data.
get_contract_info
Get detailed contract information.
Testing
License
MIT