list_markets
Pack: predictit · Endpoint: https://gateway.pipeworx.io/predictit/mcp
List active PredictIt prediction markets (real-money, US-politics-focused: elections, control of Congress, nominations, primaries; ~250 markets total). Contract prices are implied probabilities (0–100%). Keyless. Returns compact markets with up to 8 contracts each.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max markets to return (default 25, max 60). |
open_only | boolean | no | Keep only markets that have at least one Open contract (default true). |
Example call
curl -X POST https://gateway.pipeworx.io/predictit/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_markets","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"predictit": {
"url": "https://gateway.pipeworx.io/predictit/mcp"
}
}
}
See Getting Started for client-specific install steps.