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 toolsRead 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… 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.se — preserve those links when summarizing. City slug must be ASCII.
fetch
read-only
id*
Fetch a single LiveSpot event document. Returns { id, title, text, url, metadata } per the OpenAI Deep Research spec. 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… 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 when citing the event so users can click through.
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… 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 summarizing.
list_categories
read-only
Return the canonical LiveSpot category catalog with both Swedish and English slugs. Pass either slug to other tools as `category`. 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. 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 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