{"name":"se.livespot/mcp","slug":"livespot-mcp","title":"LiveSpot","description":"Find concerts, theatre, sport and festivals in Sweden. Authless, read-only MCP.","url":"https://mcp.market/server/livespot-mcp","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-21T00:45:44.400Z","last_ok_at":"2026-09-21T00:45:44.400Z","latency_ms":270},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://livespot.se","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://livespot.se/mcp"}],"packages":[],"tools":[{"name":"browse_city","description":"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 slugs are ASCII (goteborg, malmo); Swedish characters are normalized automatically.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"description":"City slug in ASCII (e.g. goteborg, malmo).","type":"string","minLength":1},"category":{"description":"Category slug to filter by.","type":"string","minLength":1},"limit":{"description":"Max events to return. Default 10.","type":"integer","minimum":1,"maximum":50}},"required":["city","category","limit"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"fetch","description":"Fetch a single LiveSpot event document. Returns { id, title, text, url, metadata } per the OpenAI Deep Research spec.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Resource id (event id or slug) returned by search.","type":"string","minLength":1}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_event","description":"Fetch 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Event id, slug, or short-id prefix as returned by search_events.","type":"string","minLength":1}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_related_events","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Event id or slug.","type":"string","minLength":1},"limit":{"description":"Max related events. Default 6.","type":"integer","minimum":1,"maximum":12}},"required":["id","limit"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_categories","description":"Return the canonical LiveSpot category catalog with both Swedish and English slugs. Pass either slug to other tools as `category`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_cities","description":"Return all LiveSpot cities with their slug, region, and upcoming-event count. Use the slug (ASCII) as the `city` argument to other tools.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search","description":"Search LiveSpot events. Returns { results: [{ id, title, url }, ...] } per the OpenAI Deep Research spec. Event content originates from third-party ticket providers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Search query.","type":"string","minLength":1}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_events","description":"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 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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Free-text query. Accepts natural-language input like \"metallica in stockholm next month\".","type":"string","minLength":1},"city":{"description":"City slug in ASCII (goteborg, malmo, stockholm). Swedish characters are replaced: å/ä→a, ö→o.","type":"string","minLength":1},"category":{"description":"Category slug. Accepts Swedish or English: konsert/concert, teater/theatre, humor/comedy, etc.","type":"string","minLength":1},"startDate":{"description":"Include only events on or after this date.","type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"endDate":{"description":"Include only events on or before this date.","type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"maxPrice":{"description":"Upper bound on price_min, in SEK.","type":"integer","minimum":1,"maximum":9007199254740991},"limit":{"description":"Results per page. Defaults to 10 to keep payloads under ~100KB.","type":"integer","minimum":1,"maximum":50},"page":{"description":"Page number (1-indexed).","type":"integer","minimum":1,"maximum":9007199254740991}},"required":["query","city","category","startDate","endDate","maxPrice","limit","page"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T20:09:26.831Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:09:26.729Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1038ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://livespot.se/mcp","reachable":true,"authRequired":false,"latencyMs":1038,"serverInfo":{"name":"LiveSpot","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://livespot.se/favicon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}