Polymarket

PolymarketMCP

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)

CursorOne-Click Install for Cursor

Install in Cursor

Click the button, then replace YOUR_API_KEY with your actual API key

Or generate custom install link:

Enter your API key to generate a ready-to-use install link

Add to Cursor
Preview mcp.json config
{
  "mcpServers": {
    "quantish_polymarket": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://quantish-sdk-production.up.railway.app/mcp",
        "--header",
        "x-api-key: YOUR_API_KEY"
      ]
    }
  }
}

⚠️ Enter your API key above to generate a ready-to-use install link, or add it manually after installing

Manual Setup

Add this to your ~/.cursor/mcp.json file:

{
  "mcpServers": {
    "Quantish Polymarket": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://quantish-sdk-production.up.railway.app/mcp",
        "--header",
        "x-api-key: YOUR_API_KEY"
      ]
    }
  }
}

Replace YOUR_API_KEY with your actual 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