Events
Official6 toolsby stungevents
Search live events in 60+ countries, plan a night out, and demand artists to tour your city.
Live event search and discovery service across 60+ countries with artist booking.
Captured live from the server via tools/list.
search_events
Search live events worldwide on StungEvents — concerts, festivals, sports, comedy and more. Filter by city, country, category and date. Use this to answer 'what's happening / what's on' questions for any city.
Parameters (5)
- citystring
City name, e.g. 'London', 'Tokyo'
- countrystring
ISO-2 country code, e.g. 'GB', 'US'
- categorystring
Event category
- querystring
Free-text search (artist, event, venue)
- limitinteger
Max results (1-20)
get_event
Get full details for one StungEvents event by its slug (from search_events results), including venue, date, price and ticket link.
Parameters (1)
- slugstringrequired
Event slug
plan_my_night
Plan a complete night out around a StungEvents event — outfit suggestion, dinner nearby, rideshare, hotel and music links. Takes an event slug or id.
Parameters (1)
- event_idstringrequired
Event slug or id
demand_artist
Register demand ('Demand It!') for an artist to play in a city. Use when a user wishes an artist would tour their city. Returns how many fans now want that artist there.
Parameters (2)
- artist_namestringrequired
Artist name, e.g. 'Taylor Swift'
- citystringrequired
City the user wants them in
demand_leaders
Get the StungEvents demand leaderboard — the most-demanded artists and cities right now, and which artists are growing fastest.
No parameters.
list_news
Latest StungEvents music & entertainment news articles.
Parameters (1)
- limitinteger
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://mcp.stungevents.comclaude_desktop_config.json
{
"mcpServers": {
"events": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.stungevents.com"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.