LiveSpot MCP server
Find concerts, theatre, sport and festivals in Sweden. Authless, read-only MCP.
Little public usage data yet
Reviews
Write oneNobody has reviewed LiveSpot yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
LiveSpot tools (8)
write = sends, deletes, buys or postsbrowse_cityFreeList 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 slugs are ASCII (goteborg, malmo); Swedish characters are normalized automatically.
fetchFreeFetch a single LiveSpot event document. Returns { id, title, text, url, metadata } per the OpenAI Deep Research spec.
get_eventFreeFetch the full detail for a single event. Accepts a full event id, a full slug, or the 8-character short id at the end of a slug (e.g. "f13a31ab"), as returned by search_events, browse_city, and search. 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_eventsFreeFind 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_categoriesFreeReturn the canonical LiveSpot category catalog with both Swedish and English slugs. Pass either slug to other tools as `category`.
list_citiesFreeReturn all LiveSpot cities with their slug, region, and upcoming-event count. Use the slug (ASCII) as the `city` argument to other tools.
searchFreeSearch LiveSpot events. Returns { results: [{ id, title, url }, ...] } per the OpenAI Deep Research spec. Event content originates from third-party ticket providers.
search_eventsFreeSearch 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 shows in a Swedish city. Supports free-text, city, category, date range, and max price. Returns a paginated markdown list of events where each title links to livespot.se. Preserve the markdown links when summarizing so users can click through. City slugs are ASCII (goteborg, malmo); Swedish characters are normalized automatically (å/ä→a, ö→o).
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1038ms20/20
- Tool poisoning8 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http mcp https://livespot.se/mcp
LiveSpot: common questions
- Is LiveSpot MCP server safe?
- With care: it is graded C, so read the findings first (69/100). Read the LiveSpot safety report
- How do I install LiveSpot?
- It runs remotely at livespot.se. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does LiveSpot need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is LiveSpot maintained?
- The latest release is v1.0.0.
- Is LiveSpot up?
- 100% of our last 5 checks got an answer. We check remote servers about four times a day.