Cross-venue Polymarket+Kalshi arbitrage: resolution mismatch, void risk & settlement divergence.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Pre-trade resolution-risk firewall for cross-venue prediction-market arbitrage. Before executing a two-leg Polymarket + Kalshi position, Crosswire flags resolution mismatch, void risk, and settlement divergence β void-rule asymmetry, settlement-scope differences (90-minute vs extra-time), settlement-source and -timing gaps, stale data, and thin liquidity between Polymarket and Kalshi FIFA World Cup 2026 markets β so automated trading agents don't get blown up by markets that look identical but settle differently. Verdict: safe / caution / block.
It does not predict outcomes and it does not execute trades. It answers one question: if I buy this contract on one venue and sell its twin on the other, do they actually settle on the same thing? When they don't, it names the exact clause that breaks the hedge.
Generic MCP client config (mcp.json):
Claude Code:
check_resolution_riskPre-trade safety check for a cross-venue pair. Returns a machine-readable verdict β
execution_verdict: safe / caution / block β inside a full Fungibility & Settlement Audit
Object (FSAO) with structured findings, top-level divergence flags, venue rule overrides,
fee-adjusted spread, and verdict reasons.
Identify the pair by either:
canonical_event_id β a pair id from list_covered_events,
e.g. "wc26:match:MEX-RSA:2026-06-11:result#home" (#home / #draw / #away selects the outcome leg), ormarket_a + market_b β one Polymarket conditionId (0xβ¦ hex) and one Kalshi ticker
(e.g. KXWCGAME-26JUN11MEXRSA-MEX), order-insensitive. outcome on a ref is optional β
matching uses only (venue, market_id).Optional: notional_usd (enables the thin-liquidity check at your trade size).
If the pair is not covered, the tool returns a non-error coverage reply (covered: false)
naming the covered matches and the coverage cutoff instead of an FSAO.
Example β real production audit (World Cup opener, Mexico vs South Africa, home leg):
Request:
Response (abridged with β¦):
That block is the product working as intended: a canceled match pays the Polymarket leg
$0 while Kalshi resolves the same position to "a fair price" β the hedge breaks exactly when
you need it.
list_covered_eventsFree discovery of everything check_resolution_risk can audit: the covered canonical events,
their per-outcome pair ids (β¦#home / #draw / #away), the Polymarket conditionIds and
Kalshi tickers with outcome labels for each pair, match dates, the frozen ruleset_sha
pinning the identity graph, the coverage kickoff cutoff, and snapshot freshness. Takes no
arguments. Use a returned pair_id (or a pair's two market ids) as input to
check_resolution_risk.
| Verdict | Meaning | Agent action |
|---|---|---|
safe | No fatal findings, data fresh. The two contracts settle on the same thing. | Proceed; your stack decides. |
caution | Non-fatal divergence or degraded data (e.g. stale snapshot, thin liquidity, source/timing gaps). | Proceed only if your strategy tolerates the named finding. |
block | A fatal divergence (void-rule asymmetry, scope mismatch, granularity mismatchβ¦) can settle the legs differently. | Do not execute the pair as a hedge. |
Every FSAO carries the findings that produced the verdict β the audit is explainable,
append-only logged server-side, and reproducible from
{ruleset_sha, snapshot_ts, canonical_event_id}.
FIFA World Cup 2026 match markets listed on both Polymarket and Kalshi, expanding in batches
throughout the tournament. Current coverage is always live β query list_covered_events,
or /v1/events and
/v1/health on the REST API. Listings here are
intentionally coverage-generic; the endpoint is the source of truth.
The MCP tools are free at launch β no key. The keyed REST API
(POST /v1/audit, same FSAO) issues free opening-weekend keys by mail:
nicolasduartejaraba@gmail.com.
Crosswire is an advisory data service. Nothing it returns is financial advice.
MIT β covers this repository (listing metadata and documentation). The Crosswire service itself is proprietary.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/crosswire-polymarket-kalshi-arbitrage)<a href="https://allmcps.com/mcp/crosswire-polymarket-kalshi-arbitrage"><img src="https://allmcps.com/api/badge/crosswire-polymarket-kalshi-arbitrage?style=directory" alt="Crosswire β Polymarket & Kalshi Arbitrage on AllMCPs" /></a>