mcpserver.lol
registry/livespot-mcp
Connection check verified live · 26h ago

livespot-mcp

Find concerts, theatre, sport and festivals in Sweden. Authless, read-only MCP.

Tools 8
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

8 tools

Read from the running server on 26h ago.

browse_city read-only city*limitcategory
List upcoming events in a city, optionally narrowed by category. Equivalent to search_events with just {city, category}. Returns markdown bullets where each title links to livespot…
fetch read-only id*
Fetch a single LiveSpot event document. Returns { id, title, text, url, metadata } per the OpenAI Deep Research spec.
get_event read-only id*
Fetch the full detail for a single event by id or slug. Returns a markdown block with a linked title heading plus description, venue, city, date, and price. Preserve the title link…
get_related_events read-only id*limit
Find events related to a given event (same city, nearby date, overlapping category). Returns markdown bullets where each title links to livespot.se — preserve those links when summ…
list_categories read-only
Return the canonical LiveSpot category catalog with both Swedish and English slugs. Pass either slug to other tools as `category`.
list_cities read-only
Return all LiveSpot cities with their slug, region, and upcoming-event count. Use the slug (ASCII) as the `city` argument to other tools.
search read-only query*
Search LiveSpot events. Returns { results: [{ id, title, url }, ...] } per the OpenAI Deep Research spec. Event content originates from third-party ticket providers.
search_events read-only citypagelimitqueryendDatecategory +2
Search LiveSpot for upcoming events across Sweden. Use this when the user asks what's on, what events are happening, what to do, or anything about concerts, sport, theatre, or show…