search_events
ActiveTool of mcp-predicthq
Search the PredictHQ Events API for real-world events (concerts, sports, conferences, festivals, public holidays, severe weather, etc.) used for demand forecasting. Filter by free-text query, category, country, and an active-date window; results are ranked by predicted impact. Returns each event with its rank, predicted attendance, dates, and location. Example: search_events({ query: "taylor swift", country: "US", category: "concerts", start: "2026-06-01", end: "2026-12-31" }).
Parameters schema
{
"type": "object",
"properties": {
"end": {
"type": "string",
"description": "Only include events active on or before this date (YYYY-MM-DD), e.g. \"2026-06-30\"."
},
"limit": {
"type": "number",
"description": "Max events to return (default 15, max 50)."
},
"query": {
"type": "string",
"description": "Free-text search across event titles/descriptions, e.g. \"marathon\"."
},
"start": {
"type": "string",
"description": "Only include events active on or after this date (YYYY-MM-DD), e.g. \"2026-06-01\"."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own PredictHQ access token for your own quota; omit to use the shared Pipeworx platform key."
},
"country": {
"type": "string",
"description": "2-letter ISO country code, e.g. \"US\", \"GB\", \"AU\"."
},
"category": {
"type": "string",
"description": "Comma-separated event categories. One or more of: concerts, sports, conferences, expos, festivals, performing-arts, community, public-holidays, observances, politics, academic, school-holidays, daylight-savings, severe-weather, airport-delays, disasters, terror, health-warnings. Example: \"concerts,sports\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-predicthq
https://github.com/pipeworx-io/mcp-predicthq
2/7 registries