Description
This MCP server provides real-time Polymarket prediction market data access through a comprehensive Rust implementation built with the official MCP Rust SDK, offering market search, price tracking, and trading analytics across active betting markets. Built by 0x79de with robust error handling, intelligent caching with configurable TTL, retry logic with exponential backoff, and structured logging, it features 5 core tools for fetching active markets, searching by keywords, retrieving market details and prices, and analyzing trending markets by volume. The implementation includes MCP resources for auto-refreshing market data feeds, AI-powered prompts for market analysis and arbitrage detection, extensive configuration via environment variables or TOML files, and comprehensive test coverage with mock API integration, making it valuable for prediction market analysis, trading strategy development, and building AI assistants that need real-time betting market insights without direct API management.
🔬 Playground
Try Polymarket live in the browser with security context.
Installation
git clone https://github.com/ozgureyilmaz/polymarket-mcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"polymarket": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.