Skip to content

v0.1.2 — First end-to-end release

Latest

Choose a tag to compare

@lyfali lyfali released this 16 May 03:11
· 10 commits to main since this release

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.