MCP
quantish-sdk-production.up.railway.app
Full trading capabilities on . 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)
One-Click Install for Cursor
Or generate custom install link:
Enter your API key to generate a ready-to-use install link
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_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