Skip to content

Releases: parlay-run/parlay-mcp

v0.1.2 — First end-to-end release

Choose a tag to compare

@lyfali lyfali released this 16 May 03:11

v0.1.2 — First end-to-end release

Parlay is installable end-to-end. CLI users (OpenClaw, Cursor, Cline, Claude Code) can now generate a personal access token at parlay.run/settings/tokens, paste it into their MCP client config, and start querying live prediction markets.

Two ways to connect

Claude.ai (Desktop, web, mobile, Cowork) — Add Parlay as a Custom Connector at https://mcp.parlay.run/mcp. OAuth flow, no token needed.

Everything else (OpenClaw, Cursor, Cline, Claude Code) — Generate a PAT at parlay.run, paste it into your client's MCP config. See .mcp.json for the canonical configuration.

For OpenClaw specifically:

git clone https://github.com/parlay-run/parlay-mcp.git
openclaw plugins install ./parlay-mcp
export PARLAY_TOKEN=parlay_pat_xxxxxxxxxxxx
openclaw gateway restart

What's inside

  • .claude-plugin/plugin.json — bundle metadata, auto-detected by OpenClaw and Claude bundle consumers
  • .mcp.json — canonical MCP server configuration with ${PARLAY_TOKEN} interpolation
  • Rewritten README built around two distinct auth paths

Coverage

Real-money venues: Polymarket, Kalshi, Limitless. Sentiment-only (architecturally separated): Manifold.

Pricing

Free: 15 tool calls/month. Pro: $29/mo for 150 calls/month. Team tier coming soon.


This is the first release where bundle install + PAT auth + quota tracking work end-to-end. Earlier tags (v0.1.0, v0.1.1) shipped public-facing scaffolding; v0.1.2 is the first version that lets a chosen CLI client actually call Parlay tools.

v0.1.1 — Slash command hotfix

Choose a tag to compare

@lyfali lyfali released this 15 May 06:19

Parlay v0.1.1 — Slash command hotfix

Fixes slash command registration so /parlay:brief, /parlay:arb, and /parlay:trending are recognized as documented.

What changed

  • Moved TOML command files from commands/*.toml to commands/parlay/*.toml. Gemini CLI derives command namespace from subdirectory path; without the subdirectory, commands registered as bare /brief, /arb, /trending instead of the documented /parlay:* namespace.

Upgrade

gemini extensions update parlay

Users on v0.1.0 will need to update to get the documented slash commands. The MCP server connection and tools were never affected by this bug.

v0.1.0 — Gemini CLI extension

Choose a tag to compare

@lyfali lyfali released this 15 May 04:47

Parlay v0.1.0 — Gemini CLI extension

Parlay's MCP server is now installable as a Gemini CLI extension. One command, no JSON editing.

Install

gemini extensions install https://github.com/parlay-run/parlay-mcp

Then in Gemini CLI:

/mcp auth parlay

What's included

  • MCP server connection to https://mcp.parlay.run/mcp with full OAuth discovery (RFC 9728 / 8414)
  • Three slash commands:
    • /parlay:brief <topic> — AI-ready summary of a prediction market topic with real-money signals
    • /parlay:arb — cross-venue price discrepancy scan
    • /parlay:trending — what's moving on Polymarket, Kalshi, and Limitless right now
  • GEMINI.md context file — teaches Gemini about Parlay's venue coverage so it produces sensible outputs from turn one

Six tools available

search_markets, market_brief, discover_markets, compare_markets, scan_discrepancies, inspect_platform

Venue coverage

Polymarket, Kalshi, Limitless (real-money). Manifold (sentiment only). Opinion.trade and 5 PMXT catalog venues listed for completeness.

Compatibility

Works alongside existing Claude Desktop / Smithery install paths. Same backend, same quota.