Polymarket MCP Server
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., "@Polymarket MCP Serversearch for election markets"
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
MCP server for Polymarket prediction markets — powered by the official polymarket-us TypeScript SDK.
Features
6 MCP tools for reading market data, searching, and analyzing bets
Public data — no API key needed for reading markets
Trading ready — supports authenticated endpoints with API key
Dual mode — runs as stdio MCP (DuckHive/OpenClaw) or HTTP server
Related MCP server: Parlay
Installation
cd polymarket-mcp
npm installDuckHive / OpenClaw Setup
Add to ~/.duckhive.json:
{
"mcpServers": {
"polymarket": {
"command": "node",
"args": ["/path/to/polymarket-mcp.mjs"]
}
}
}For trading (optional), add your API key:
{
"mcpServers": {
"polymarket": {
"command": "node",
"args": ["/path/to/polymarket-mcp.mjs"],
"env": {
"POLYMARKET_KEY_ID": "your_key_id",
"POLYMARKET_SECRET_KEY": "your_secret_key"
}
}
}
}Get your API key at: https://app.polymarket.com/api-keys
Tools
Tool | Description |
| Search markets by keyword |
| Full market details by slug |
| Trending events by volume |
| Current odds + best bid/ask |
| Odds, profit calc, vig, value rating |
| Browse events by category |
HTTP Mode (testing)
node polymarket-mcp.mjs --http
curl http://localhost:3457/healthKnown 2026 Midterm Slugs
Market | Slug |
Senate GOP win |
|
Senate Democrat win |
|
House Democrat win |
|
House GOP win |
|
Docs
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Franzferdinan51/polymarket-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server