# parlay

Prediction market aggregator. Search and compare across Polymarket, Kalshi, Limitless, and Manifold.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add parlay-run/parlay

# Browse available tools
npx -y smithery tool list parlay-run/parlay

# Get full schema for a tool
npx -y smithery tool get parlay-run/parlay search_markets

# Call a tool
npx -y smithery tool call parlay-run/parlay search_markets '{}'
```

## Direct MCP Connection

Endpoint: `https://parlay--parlay-run.run.tools`

## Tools (6)

- `search_markets` — Search live prediction markets and event contracts across Polymarket, Kalshi, Limitless (real-money) and Manifold (sent…
- `discover_markets` — Browse trending, high-volume, fast-moving, or high-disagreement prediction markets across Polymarket, Kalshi, Limitless…
- `compare_markets` — Compare the same event contract across Polymarket, Kalshi, and Limitless side-by-side: probability, liquidity, settleme…
- `scan_discrepancies` — Surface cross-venue price discrepancies between Polymarket, Kalshi, and Limitless as a discovery feed for price discove…
- `market_brief` — Generate a synthesized brief for a topic, combining real-money signals from Polymarket, Kalshi, and Limitless with Mani…
- `inspect_platform` — Inspect a single named venue. Returns available capabilities, market data for the query, and metadata quality flags. Us…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get parlay-run/parlay <tool-name>
```
