Polymarket MCP Server
Click on "Deploy 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., "@Polymarket MCP ServerShow me top Polymarket markets by volume"
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.
Polymarket MCP Server
A Model Context Protocol (MCP) server for seamless Polymarket integration
š Overview
Polymarket MCP Server provides a comprehensive toolkit for accessing Polymarket data through the Model Context Protocol. This server enables seamless integration with Claude and other MCP clients, allowing you to search markets, fetch events, analyze leaderboards, query user activity, and much more.
Related MCP server: Polymarket MCP
⨠Features
š Market Search & Browsing - List and search Polymarket markets with advanced filtering, pagination, and sorting
š Event Management - Discover and retrieve detailed information about Polymarket events
š·ļø Tag System - Browse available tags for categorizing and filtering markets and events
š Leaderboard Data - Access trader rankings based on profitability and volume
š¤ User Analytics - Get detailed user activity including trades, splits, and merges
š¼ Wallet Analysis - Query trades and holdings for specific wallet addresses
š Market Insights - View top holders, open interest, and live volume data
š Full Search - Comprehensive search across markets, events, and profiles
š ļø Available Tools
Market Tools
list_markets- List Polymarket markets with optional filtering by tags, pagination, and sortingsearch_polymarket- Search Polymarket markets, events, and profiles using the public search APIget_market_by_slug- Fetch a specific Polymarket market by its slug identifier
Event Tools
list_events- List Polymarket events with optional filtering by tags, pagination, and sortingget_event_by_slug- Fetch a specific Polymarket event by its slug identifierget_live_volume- Get live volume data for a specific Polymarket event
Analytics Tools
get_open_interest- Get open interest data for Polymarket marketsget_top_holders- Get top holders for specified Polymarket marketsget_leaderboard- Fetch Polymarket trader leaderboard rankings (most profitable / highest volume traders)
User & Wallet Tools
get_user_activity- Get user activity from Polymarket including trades, splits, merges, and rewardsget_trades_by_wallet- Get all trades for a Polymarket wallet address using the public Data API
Category Tools
list_tags- List all available Polymarket tags for filtering markets and events
š¦ Installation
Prerequisites
Node.js (v18 or higher)
pnpm (or npm/yarn)
Setup
Clone the repository
git clone https://github.com/yashhsm/polymarket-mcp.git
cd polymarket-mcpInstall dependencies
pnpm installBuild the project
pnpm buildStart the server
pnpm startš§ Usage
This MCP server can be used with any MCP-compatible client. Configure your client to connect to this server's stdio transport, and you'll have access to all available Polymarket tools.
Example: Using with Claude Desktop
Add this configuration to your Claude Desktop config file (typically located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"polymarket": {
"command": "node",
"args": ["/absolute/path/to/polymarket-mcp/dist/index.js"]
}
}
}Note: Replace /absolute/path/to/polymarket-mcp with the actual absolute path to your cloned repository.
Example Queries
Once configured, you can ask Claude:
"Show me the top 10 trending Polymarket markets"
"What are the current odds for the 2024 election markets?"
"Who are the top traders on Polymarket this month?"
"Search for markets related to cryptocurrency"
"Show me live volume data for a specific event"
šļø Development
Building
pnpm buildDevelopment Mode
Run with hot reload:
pnpm devRunning Tests
pnpm testEvaluation Mode
pnpm evalš Project Structure
src/
āāā index.ts # Main MCP server setup and tool registration
āāā constants.ts # Configuration constants and API endpoints
āāā eval.ts # Evaluation utilities
āāā prompt-evals.ts # Prompt evaluation functions
āāā tools/ # Tool implementations
āāā index.ts # Tool exports
āāā markets.ts # Market-related tools
āāā events.ts # Event-related tools
āāā leaderboard.ts # Leaderboard tools
āāā user.ts # User activity tools
āāā ... # Additional tool implementationsš API Integration
This server integrates with the following Polymarket public APIs:
Markets API - For market data and search functionality
Events API - For event information and details
User API - For user activity and wallet data
Leaderboard API - For trader rankings and statistics
Data API - For trades, holders, and volume data
š ļø Technology Stack
Node.js - JavaScript runtime environment
TypeScript - Type-safe JavaScript development
MCP SDK - Model Context Protocol SDK
Zod - Schema validation and type safety
š¤ Contributing
Contributions are welcome! If you'd like to contribute:
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add some amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
š License
This project is licensed under the MIT License - see the LICENSE file for details.
š¬ Support
For issues, feature requests, or questions:
Issues: Use the GitHub Issues page
Discussions: Join the GitHub Discussions
š Acknowledgments
Built with the Model Context Protocol
Data provided by Polymarket
Made with ā¤ļø by the Polymarket MCP community
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP for Kalshi prediction markets: search, odds, order books, settlement rules, and trading.
Read-only MCP server for live Polymarket, Kalshi, Limitless odds; Manifold sentiment.
Polymarket MCP ā prediction-market data via Gamma + CLOB public APIs.
Polymarket rule research. ChatGPT/Claude OAuth or MCPize; approved API access required.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables interaction with Polymarket prediction markets through Claude Desktop.31MIT
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol (MCP) server for Polymarket prediction markets, providing real-time market data, prices, and AI-powered analysis tools for Claude Desktop integration.48MIT
- AlicenseCqualityCmaintenanceMCP server exposing 47 Polymarket API tools for AI assistants. Covers the full Gamma, CLOB, and Data APIs plus a fluent MarketBuilder for multi-source queries.4710 npm2MIT
- AlicenseBqualityBmaintenanceMCP server for Polymarket prediction markets enabling query of markets, events, narratives, arbitrage, and more via MCP or HTTP.9MIT