← parlay.run

INDIVIDUAL MCP TOOL

compare_markets

Compare the same event contract across Polymarket, Kalshi, and Limitless side-by-side: probability, liquidity, settlement rules, and venue type.

parlay.runnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.parlay.run/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_markets and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

parlay.run

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.parlay-run]
url = "https://mcp.parlay.run/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "parlay-run": {
      "type": "http",
      "url": "https://mcp.parlay.run/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: parlay-run
Remote MCP URL: https://mcp.parlay.run/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "parlay-run": {
      "url": "https://mcp.parlay.run/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "parlay-run": {
      "type": "http",
      "url": "https://mcp.parlay.run/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "parlay-run",
  "transport": "streamable-http",
  "url": "https://mcp.parlay.run/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_markets — Search live prediction markets and event contracts across Polymarket, Kalshi, Limitless (real-money) and Manifold (sentiment).
  • discover_markets — Browse trending, high-volume, fast-moving, or high-disagreement prediction markets across Polymarket, Kalshi, Limitless, and Manifold.
  • scan_discrepancies — Surface cross-venue price discrepancies between Polymarket, Kalshi, and Limitless as a discovery feed for price discovery and divergence detection.
  • market_brief — Generate a synthesized brief for a topic, combining real-money signals from Polymarket, Kalshi, and Limitless with Manifold community sentiment.
  • inspect_platform — Inspect a single named venue.