MCP Server for the EventTrader prediction markets platform - real-time market data for AI systems (import name: event_trader_mcp)
Project description
Event Trader MCP Server
A Model Context Protocol (MCP) server that provides prediction market data to AI systems like Claude, ChatGPT, and Gemini.
Features
- 20+ Tools for querying markets, prices, and analytics
- 4 Resources for structured data access
- 4 Prompts for pre-built analysis workflows
- Real-time market data from Event Trader
- Semantic market search
- Plain English market summaries
Installation
Via pip
pip install event-trader-mcp
Via uvx (recommended)
uvx event-trader-mcp
Configuration
Set your API key:
export EVENT_TRADER_API_KEY=your_api_key_here
Optional:
export EVENT_TRADER_API_URL=https://cymetica.com # Default
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"event-trader": {
"command": "uvx",
"args": ["event-trader-mcp"],
"env": {
"EVENT_TRADER_API_KEY": "your_api_key_here"
}
}
}
}
Usage with Claude Code
claude mcp add event-trader-mcp
Available Tools
| Tool | Description |
|---|---|
get_markets |
List prediction markets (filter by status) |
get_market |
Get market details by contract address |
get_featured_market |
Get the current featured market |
get_orderbook |
Get bids/asks for a market |
get_trades |
Get recent trades for a market |
search_markets |
Search markets by keyword |
get_price |
Get current asset price |
get_prices |
Get multiple asset prices |
get_leaderboard |
Get top traders |
get_market_summary |
Get AI-friendly market analysis |
get_trending_markets |
Get markets by volume |
et_clob_list_pairs |
List all CLOB trading pairs |
et_clob_markets |
All markets with live stats |
et_clob_orderbook |
Hybrid orderbook (CLOB + AMM) |
et_clob_book |
CLOB-only orderbook |
et_clob_bbo |
Best bid and offer |
et_clob_recent_trades |
Recent trades |
et_clob_stats |
Token statistics |
et_clob_chart |
OHLC candle data |
et_clob_venues |
Liquidity by venue |
et_clob_place_order |
Place a limit/market order |
et_clob_cancel_order |
Cancel an open order |
et_clob_cancel_all_orders |
Cancel all open orders |
et_clob_open_orders |
Get open orders |
et_clob_my_trades |
User's trade history |
et_clob_balance |
Exchange balance |
et_clob_withdraw |
Withdraw tokens |
et_clob_place_twap |
Place a TWAP order |
et_clob_cancel_twap |
Cancel a TWAP order |
et_clob_active_twaps |
Active TWAP orders |
et_clob_place_scale |
Place a scale order |
Available Resources
| URI | Description |
|---|---|
markets://list |
All active markets |
markets://{address} |
Single market details |
docs://api |
API documentation |
docs://getting-started |
Getting started guide |
Available Prompts
| Prompt | Description |
|---|---|
analyze_market |
Deep market analysis |
compare_markets |
Compare two markets |
find_opportunities |
Find trading opportunities |
explain_probability |
Plain English probability explanation |
Example Usage
Once connected, you can ask Claude:
- "What prediction markets are currently active?"
- "Analyze the featured market on Event Trader"
- "What's the current price of Bitcoin?"
- "Find trading opportunities with wide spreads"
- "Explain the probabilities in market 0x123..."
- "What trading pairs are available on the exchange?"
- "Show me the VAIX/USDC orderbook"
- "Place a limit buy order for 1000 VAIX at $0.003"
Development
# Clone the repo
git clone https://github.com/cymetica/event-trader-mcp
cd event-trader-mcp
# Install dev dependencies
pip install -e ".[dev]"
# Run tests
pytest
# Run the server locally
python -m event_trader_mcp
API Key
Get your API key at https://cymetica.com/api-docs
Support
- Discord: https://cymetica.com/discord
- Telegram: https://cymetica.com/telegram
- Contact Form: https://cymetica.com/contact
License
MIT License - See LICENSE file
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cymetica_eventtrader_mcp-1.1.0.tar.gz.
File metadata
- Download URL: cymetica_eventtrader_mcp-1.1.0.tar.gz
- Upload date:
- Size: 174.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3b8280eb472e189ee0cbb9faf7750f325f3dc65f3d8d591f9b87055bfff7c89
|
|
| MD5 |
6b35a975ed0c6009efa93777fc65ded8
|
|
| BLAKE2b-256 |
bc91714f7a021ec2aab9c9a7d0cc43e51d2c94565980354976bdbd73130dc11e
|
File details
Details for the file cymetica_eventtrader_mcp-1.1.0-py3-none-any.whl.
File metadata
- Download URL: cymetica_eventtrader_mcp-1.1.0-py3-none-any.whl
- Upload date:
- Size: 211.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4be8de044a5d17254187fbebf17538097b3d1cbc568c16af33015b0e636fdc65
|
|
| MD5 |
7065acc1e0fa746bf6c6f91442ac8f0a
|
|
| BLAKE2b-256 |
dda5b1750bf48f0517253758cb9a44f9f6d05bf58aab4ce96ec31e24061de8cd
|