Quick Start

Get up and running with Quantish MCP in under 5 minutes.

1

Get Your API Key

Generate an API key from the Get Started page. For Discovery (market search), no access code is needed.

2

Configure Your MCP Client

For Cursor

Edit or create ~/.cursor/mcp.json:

{
  "mcpServers": {
    "quantish_discovery": {
      "url": "https://quantish.live/mcp",
      "headers": { "X-API-Key": "YOUR_DISCOVERY_KEY" }
    },
    "quantish": {
      "url": "https://quantish-sdk-production.up.railway.app/mcp",
      "headers": { "x-api-key": "YOUR_POLYMARKET_KEY" }
    },
    "quantish_kalshi": {
      "url": "https://kalshi-mcp-production-7c2c.up.railway.app/mcp",
      "headers": { "x-api-key": "YOUR_KALSHI_KEY" }
    }
  }
}

For Claude Code

Edit or create ~/.claude/settings.json:

{
  "mcpServers": {
    "quantish-discovery": {
      "type": "url",
      "url": "https://quantish.live/mcp",
      "headers": { "X-API-Key": "YOUR_DISCOVERY_KEY" }
    },
    "quantish": {
      "type": "url",
      "url": "https://quantish-sdk-production.up.railway.app/mcp",
      "headers": { "x-api-key": "YOUR_POLYMARKET_KEY" }
    },
    "quantish-kalshi": {
      "type": "url",
      "url": "https://kalshi-mcp-production-7c2c.up.railway.app/mcp",
      "headers": { "x-api-key": "YOUR_KALSHI_KEY" }
    }
  }
}

You only need to add the servers you want to use.

3

Restart Cursor

Completely quit and reopen Cursor for the MCP servers to load. You should see them in your MCP server list.

4

Start Using

Try these example prompts with Claude:

Discovery
"Search for Bitcoin prediction markets"
Polymarket
"What's my Polymarket wallet balance?"
Kalshi
"Show me Kalshi markets about elections"