search_events
Pack: skiddle · Endpoint: https://gateway.pipeworx.io/skiddle/mcp
Search UK events (gigs, club nights, festivals, comedy, theatre, exhibitions). Filter by location (latitude+longitude+radius), keyword, category, and date window. Sorted by date or distance.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
latitude | number | no | Search-centre latitude (pair with longitude), e.g. 51.5074 for London. |
longitude | number | no | Search-centre longitude (pair with latitude), e.g. -0.1278 for London. |
radius | number | no | Search radius in miles (default 10, used with lat/long). |
keyword | string | no | Keyword to match in event/venue/artist, e.g. “techno”, “Adele”. |
category | string | no | Category code: FEST, LIVE, CLUB, COMEDY, THEATRE, EXHIB, KIDS, BARPUB, LGB, ARTS, FILM, SPORT, DATE. Use the categories tool. |
from | string | no | Earliest event date YYYY-MM-DD (default: today). |
to | string | no | Latest event date YYYY-MM-DD. |
order | string | no | Result ordering (default “date”; “distance” needs lat/long). |
limit | number | no | Max events (1-100, default 20). |
offset | number | no | Pagination offset (default 0). |
Example call
curl -X POST https://gateway.pipeworx.io/skiddle/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": {
"skiddle": {
"url": "https://gateway.pipeworx.io/skiddle/mcp"
}
}
}
See Getting Started for client-specific install steps.