compare_topic
Pack: market-spread · Endpoint: https://gateway.pipeworx.io/market-spread/mcp
Cross-venue prediction-market LANDSCAPE scanner: for one topic, show how 5 venues (Polymarket, Kalshi, Manifold, PredictIt, Futuur) are pricing it side by side and flag divergence. Each venue is queried in parallel; a venue that errors or times out is reported as { reachable: false } and never fails the call. Returns each venue’s top matches normalized to { venue, title, implied_probability (0-1 for the main/YES outcome, or null), url, n_outcomes }, plus a divergence summary across venues’ top matches.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
topic | string | yes | Topic / question to scan across venues, e.g. “bitcoin 100k”, “fed rate cut”, “2028 president”, “government shutdown”, “trump”. |
per_venue | number | no | Top matches to show per venue (default 3, max 5). |
Example call
curl -X POST https://gateway.pipeworx.io/market-spread/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"compare_topic","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"market-spread": {
"url": "https://gateway.pipeworx.io/market-spread/mcp"
}
}
}
See Getting Started for client-specific install steps.