Polymarket MCP
by beejmaxx
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUST_LOG | No | stderr log filtering | info |
| ALL_PROXY | No | Proxy for WebSocket connections when POLYMARKET_WS_PROXY is unset | |
| HTTP_PROXY | No | Proxy used by HTTP API clients | |
| HTTPS_PROXY | No | Proxy used by HTTP API clients | |
| PLACE_BATCH | No | Set to true to enable batch order placement | |
| POLYMARKET_MCP_DB | No | SQLite recording and approval-audit database | polymarket-mcp.sqlite3 |
| POLYMARKET_WS_URL | No | Override the full WebSocket URL | |
| POLYMARKET_WS_PROXY | No | Unauthenticated socks5://host:port WebSocket proxy | |
| POLYMARKET_PRIVATE_KEY | No | Private key for signing trading operations | |
| POLYMARKET_TOOL_PROFILE | No | Tool profile: core, research, trading, or all | research |
| POLYMARKET_ENABLE_TRADING | No | Enable trading mutations (set to true to allow order placement) | false |
| POLYMARKET_MAX_ORDER_USDC | No | Maximum order size in USDC | |
| POLYMARKET_SIGNATURE_TYPE | No | Signature type: eoa, legacy proxy, Gnosis Safe, or POLY_1271 | eoa |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/beejmaxx/polymarket-mcp-rs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server