This wraps the PredictHQ Events API, giving you programmatic access to real-world event data like concerts, sports games, conferences, and public holidays that might impact demand or traffic patterns. It's part of the Pipeworx gateway system, which offers a streamable HTTP transport and an ask_pipeworx tool that lets you query in plain English instead of calling specific endpoints. You can connect to just the PredictHQ wrapper or plug into the full Pipeworx gateway for 832+ data sources. Reach for this when you're building demand forecasting, inventory planning, or location intelligence features that need to account for events happening in specific areas.
PredictHQ MCP — wraps the PredictHQ Events API (predicthq.com)
Part of Pipeworx — an MCP gateway connecting AI agents to 832+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"predicthq": {
"url": "https://gateway.pipeworx.io/predicthq/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 832+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Predicthq data" })
The gateway picks the right tool and fills the arguments automatically.
MIT