search_markets
Pack: predictit · Endpoint: https://gateway.pipeworx.io/predictit/mcp
Search PredictIt markets by name (client-side over all ~250 markets; PredictIt has no search endpoint). US-politics-focused. Contract prices are implied probabilities (0–100%). Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Case-insensitive substring, e.g. “Senate”, “Trump”, “2026”. |
limit | number | no | Max markets to return (default 15, max 30). |
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":"search_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.