search_events

Pack: predicthq · Endpoint: https://gateway.pipeworx.io/predicthq/mcp

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

NameTypeRequiredDescription
querystringnoFree-text search across event titles/descriptions, e.g. “marathon”.
countrystringno2-letter ISO country code, e.g. “US”, “GB”, “AU”.
limitnumbernoMax events to return (default 15, max 50).

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":"search_events","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.

Regenerated from source · build June 9, 2026