Polymarket

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_key

Get API credentials (requires access code)

setup_wallet

Deploy Safe wallet and set up CLOB credentials

get_wallet_status

Check wallet deployment and approval status

get_balances

Get USDC, Native USDC, and MATIC balances

Trading

place_order

Place buy or sell order on a market

cancel_order

Cancel an existing order

get_orders

Get all your orders

sync_order_status

Sync order status with CLOB

Positions

get_positions

Get all your positions

sync_positions

Sync positions with Polymarket

get_claimable_winnings

Check for claimable winnings

claim_winnings

Claim winnings from resolved markets

Market Data

search_markets

Search for markets

get_market

Get market details

get_orderbook

Get order book for a token

get_price

Get current midpoint price

Transfers

transfer_usdc

Transfer USDC to another address

transfer_shares

Transfer shares to another address

swap_tokens

Swap between USDC, Native USDC, MATIC

Getting Started

  1. 1
    Get API Key

    Use request_api_key with your access code

  2. 2
    Setup Wallet

    Use setup_wallet to deploy your Safe and get CLOB credentials

  3. 3
    Fund Wallet

    Send USDC to your Safe address on Polygon

  4. 4
    Trade

    Use place_order to buy/sell shares