Polymarket MCP
quantish-sdk-production.up.railway.app
Full trading capabilities on Polymarket. Includes wallet management, order placement, position tracking, and gasless transactions.
⚠️ Requirements
- • Access code required to generate API key
- • USDC on Polygon for trading (wallet setup is handled by the MCP)
Quick Setup (Cursor)
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"quantish": {
"url": "https://quantish-sdk-production.up.railway.app/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}Claude Code
Add to ~/.claude/settings.json:
{
"mcpServers": {
"quantish": {
"type": "url",
"url": "https://quantish-sdk-production.up.railway.app/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}Available Tools (19 total)
Wallet Management
request_api_keyGet API credentials (requires access code)
setup_walletDeploy Safe wallet and set up CLOB credentials
get_wallet_statusCheck wallet deployment and approval status
get_balancesGet USDC, Native USDC, and MATIC balances
Trading
place_orderPlace buy or sell order on a market
cancel_orderCancel an existing order
get_ordersGet all your orders
sync_order_statusSync order status with CLOB
Positions
get_positionsGet all your positions
sync_positionsSync positions with Polymarket
get_claimable_winningsCheck for claimable winnings
claim_winningsClaim winnings from resolved markets
Market Data
search_marketsSearch for markets
get_marketGet market details
get_orderbookGet order book for a token
get_priceGet current midpoint price
Transfers
transfer_usdcTransfer USDC to another address
transfer_sharesTransfer shares to another address
swap_tokensSwap between USDC, Native USDC, MATIC
Getting Started
- 1Get API Key
Use
request_api_keywith your access code - 2Setup Wallet
Use
setup_walletto deploy your Safe and get CLOB credentials - 3Fund Wallet
Send USDC to your Safe address on Polygon
- 4Trade
Use
place_orderto buy/sell shares