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

NameTypeRequiredDescription
idstringyesThe 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.

Regenerated from source · build June 9, 2026