get_event
Pack: predicthq · Endpoint: https://gateway.pipeworx.io/predicthq/mcp
Fetch a single PredictHQ event by its id, returning its title, category, rank, predicted attendance, dates, and location. Example: get_event({ id: “abcDEF123” }).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | The PredictHQ event id, e.g. “abcDEF123”. |
Example call
curl -X POST https://gateway.pipeworx.io/predicthq/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_event","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"predicthq": {
"url": "https://gateway.pipeworx.io/predicthq/mcp"
}
}
}
See Getting Started for client-specific install steps.