search_events
ActiveTool of Skiddle
declared in 0.1.0
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 schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "Latest event date YYYY-MM-DD."
},
"from": {
"type": "string",
"description": "Earliest event date YYYY-MM-DD (default: today)."
},
"limit": {
"type": "number",
"description": "Max events (1-100, default 20)."
},
"order": {
"enum": [
"date",
"distance",
"trending",
"alphabetical"
],
"type": "string",
"description": "Result ordering (default \"date\"; \"distance\" needs lat/long)."
},
"offset": {
"type": "number",
"description": "Pagination offset (default 0)."
},
"radius": {
"type": "number",
"description": "Search radius in miles (default 10, used with lat/long)."
},
"keyword": {
"type": "string",
"description": "Keyword to match in event/venue/artist, e.g. \"techno\", \"Adele\"."
},
"category": {
"type": "string",
"description": "Category code: FEST, LIVE, CLUB, COMEDY, THEATRE, EXHIB, KIDS, BARPUB, LGB, ARTS, FILM, SPORT, DATE. Use the categories tool."
},
"latitude": {
"type": "number",
"description": "Search-centre latitude (pair with longitude), e.g. 51.5074 for London."
},
"longitude": {
"type": "number",
"description": "Search-centre longitude (pair with latitude), e.g. -0.1278 for London."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Skiddle
https://github.com/pipeworx-io/mcp-skiddle
2/7 registries