Home › Finance › polymarket-agent-mcp
polymarket-agent-mcp
Polymarket trading, market discovery, copy trading and backtesting — 48 MCP tools.
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.7.0)
npx -y polymarket-agent-mcp@1.7.0
Or add to your MCP client config:
{
"mcpServers": {
"polymarket-agent-mcp": {
"command": "npx",
"args": [
"-y",
"polymarket-agent-mcp@1.7.0"
],
"env": {
"COPY_MODE": "<YOUR_VALUE>",
"POLY_PRIVATE_KEY": "<YOUR_VALUE>",
"POLY_API_KEY": "<YOUR_VALUE>",
"POLY_API_SECRET": "<YOUR_VALUE>",
"POLY_API_PASSPHRASE": "<YOUR_VALUE>",
"POLY_FUNDER_ADDRESS": "<YOUR_VALUE>",
"DAILY_BUDGET": "<YOUR_VALUE>",
"MIN_CONVICTION": "<YOUR_VALUE>",
"CHAIN_ID": "<YOUR_VALUE>",
"DB_PATH": "<YOUR_VALUE>"
}
}
}
}
COPY_MODE— Execution mode: 'preview' simulates trades in a local SQLite DB (default, safe for inspection); 'live' places real orders on Polymarket and requires all POLY_* credentials.POLY_PRIVATE_KEYsecret — Polygon wallet private key used to sign CLOB orders. Required only when COPY_MODE=live. Never logged, persisted, or transmitted outside signed order bodies.POLY_API_KEYsecret — Polymarket CLOB API key. Required only when COPY_MODE=live.POLY_API_SECRETsecret — Polymarket CLOB API secret. Required only when COPY_MODE=live.POLY_API_PASSPHRASEsecret — Polymarket CLOB API passphrase. Required only when COPY_MODE=live.POLY_FUNDER_ADDRESS— Polymarket funder wallet address (proxy wallet) used for live trading.DAILY_BUDGET— Maximum USDC the agent may spend per day. Used by BudgetManager to cap copy-trading exposure.MIN_CONVICTION— Minimum conviction score (0–100) required before a copy trade is executed.CHAIN_ID— EVM chain ID for Polymarket (137 = Polygon mainnet).DB_PATH— Optional override for the SQLite database path. Defaults to a package-local file.
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) 🐍 ☁️ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,…
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS…
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry