You're viewing a demo portfolio

Join the waitlist
PRSM

nearby_events

Active

Tool of mcp-predicthq

declared in 0.1.0

Find PredictHQ events within a radius of a geographic point (latitude/longitude). Useful for "what is happening near this venue/store/airport" demand-forecasting queries. Filter by category and active-date window; results are ranked by predicted impact. Example: nearby_events({ latitude: 40.7128, longitude: -74.006, radius: "10km", category: "concerts,sports" }).

Parameters schema

{
  "type": "object",
  "required": [
    "latitude",
    "longitude"
  ],
  "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)."
    },
    "start": {
      "type": "string",
      "description": "Only include events active on or after this date (YYYY-MM-DD), e.g. \"2026-06-01\"."
    },
    "radius": {
      "type": "string",
      "description": "Search radius with unit, e.g. \"10km\", \"5mi\" (default \"10km\")."
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own PredictHQ access token for your own quota; omit to use the shared Pipeworx platform key."
    },
    "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\"."
    },
    "latitude": {
      "type": "number",
      "description": "Center latitude in decimal degrees, e.g. 40.7128."
    },
    "longitude": {
      "type": "number",
      "description": "Center longitude in decimal degrees, e.g. -74.006."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-predicthq

https://github.com/pipeworx-io/mcp-predicthq

2/7 registries
View full server →