Polymarket MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_marketsA | Search events and markets by free-text keyword. Use this as the primary discovery tool when the user names a topic but not an event/market ID. Matches against event titles, market questions, and descriptions.
Returns a list of event dicts with nested markets. Key fields:
Does NOT include |
| get_active_marketsA | Browse active (open, unresolved) events sorted by a field. Use this for discovery when the user asks "what's hot / most liquid /
expiring soon" without naming a topic. For keyword search, use
Returns a list of event dicts with nested markets. Each event has Does NOT include event-level |
| get_eventA | Get one event with all of its nested markets. Use when the user cares about a whole topic (all candidates, all strike
brackets, etc.). For one specific sub-question, use
Returns the event dict with its full
Does NOT include per-market |
| get_marketA | Get full details for one market, including order-book edges and momentum. Use when the user cares about a single specific question (one candidate's
odds, one strike price). For the whole topic, use
Returns a single market dict. Notable fields:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/jiroamato/polymarket_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server