polymarket-mcp
by aryankeluskar·★ 6·Score 37
A comprehensive MCP server for accessing Polymarket's prediction markets through Claude AI with market discovery, analysis tools, and real-time data.
Overview
The polymarket-mcp server provides extensive tools for accessing Polymarket's prediction markets data through Claude AI. It includes 7 tools for market discovery, analysis, and trading data, along with 4 prompts for common workflows and 3 resources exposing curated market data. The server uses Polymarket's public APIs without requiring authentication, making it accessible for building market analysis tools, trading assistants, and educational platforms. Built with TypeScript and the Smithery SDK, it offers comprehensive features like market search by tags/volume/liquidity, detailed market analysis, trading pattern insights, and event-based market grouping.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose this server when you need to access prediction market data through Claude for market analysis, trading insights, or educational content creation.
When NOT to choose this
Don't choose this server if you need authenticated access to private market data or if you're looking for a solution with built-in trading capabilities rather than read-only market analysis.
Tools this server exposes
10 tools extracted from the READMEsearch_marketsSearch Polymarket prediction markets with advanced filtering
get_marketGet detailed information about a specific market by slug
search_eventsSearch Polymarket events (collections of related markets)
get_eventGet detailed information about a specific event
list_tagsList all available tags/categories for markets
get_tradesGet recent trade activity from Data API
analyze_marketComprehensive market analysis combining multiple data sources
find_trendingDiscover the most active prediction markets
compare_eventAnalyze and compare all markets within an event
market_discoveryExplore markets in a specific category
Comparable tools
Installation
Installation
- Clone this repository:
git clone https://github.com/aryankeluskar/polymarket-mcp.git
cd polymarket-mcp- Install dependencies:
npm install- Build the server:
npm run build- Add to Claude Desktop configuration:
{
"mcpServers": {
"polymarket": {
"command": "node",
"args": [".smithery/index.js"],
"env": {
"SMITHERY_API_KEY": "your_api_key_here"
}
}
}
}FAQ
- Is authentication required to use this MCP server?
- No, this server uses Polymarket's public APIs which do not require authentication for read-only access.
- What rate limits does Polymarket's API have?
- Polymarket's public APIs have generous rate limits of approximately 1,000 requests/hour for the Gamma API with no authentication required.
- Can I use this server with other AI assistants besides Claude?
- While designed for Claude AI through Smithery, the server implements standard MCP protocol and could potentially work with other MCP-compatible assistants.
Compare polymarket-mcp with
Last updated · Auto-generated from public README + GitHub signals.