Analytics
crosswire-api.com
Provides pre-trade safety checks and discovery of covered events for cross-venue event markets, including crypto oracle-divergence pairs and World Cup football.
ENDPOINT 1
https://api.crosswire-api.com/mcp
MCP server metadata
- Name
- Crosswire
- Version
- 0.6.1
Crosswire is a pre-trade resolution-truth gate for autonomous cross-venue trading agents. Before an agent hedges two same-looking contracts on different venues, call check_resolution_risk to learn whether they actually settle on the same source / instant / rules — verdict safe / caution / block, with the exact divergence and structured findings. Paid inventory: cross-venue crypto oracle-divergence pairs (e.g. daily matched-strike BTC, Kalshi BRTI vs Polymarket Binance-close) — metered at $0.02 USDC/call after 3 free calls/day. Free demo: World Cup 2026 football pairs (Polymarket/Kalshi), free forever. Call list_covered_events first for valid ids. Advisory only — Crosswire never predicts outcomes, executes, or holds funds; coverage is limited to the frozen identity graph.
Known tools 2
check_resolution_riskPre-trade safety check for cross-venue event markets (crypto oracle-divergence pairs, metered; World Cup football, free).
Potential side effectslist_covered_eventsFree discovery of everything check_resolution_risk can audit across both inventories — the free World Cup football pairs and the metered crypto oracle-divergence pairs (the 'crypto:' namespace is the paid surface: $0.
Inferred read-onlyCONNECT 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.crosswire]
url = "https://api.crosswire-api.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crosswire": {
"type": "http",
"url": "https://api.crosswire-api.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crosswire
Remote MCP URL: https://api.crosswire-api.com/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": {
"crosswire": {
"url": "https://api.crosswire-api.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crosswire": {
"type": "http",
"url": "https://api.crosswire-api.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crosswire",
"transport": "streamable-http",
"url": "https://api.crosswire-api.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for crosswire-api.com was fetched 2026-07-27T05:18:06.744Z and is being refreshed.
crosswire-api.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.