get_event
ActiveTool of mcp-predicthq
declared in 0.1.0
Fetch a single PredictHQ event by its id, returning its title, category, rank, predicted attendance, dates, and location. Example: get_event({ id: "abcDEF123" }).
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The PredictHQ event id, e.g. \"abcDEF123\"."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own PredictHQ access token for your own quota; omit to use the shared Pipeworx platform key."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-predicthq
https://github.com/pipeworx-io/mcp-predicthq
2/7 registries