INDIVIDUAL MCP TOOL
get_related_events
Find events related to a given event (same city, nearby date, overlapping category).
LIVE ENDPOINT
https://livespot.se/mcp
Connect to this endpoint to inspect the live schema for get_related_events and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.livespot]
url = "https://livespot.se/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"livespot": {
"type": "http",
"url": "https://livespot.se/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: livespot
Remote MCP URL: https://livespot.se/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"livespot": {
"url": "https://livespot.se/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"livespot": {
"type": "http",
"url": "https://livespot.se/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "livespot",
"transport": "streamable-http",
"url": "https://livespot.se/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_events— Search LiveSpot for upcoming events across Sweden.get_event— Fetch the full detail for a single event by id or slug.list_cities— Return all LiveSpot cities with their slug, region, and upcoming-event count.list_categories— Return the canonical LiveSpot category catalog with both Swedish and English slugs.browse_city— List upcoming events in a city, optionally narrowed by category.search— Search LiveSpot events.fetch— Fetch a single LiveSpot event document.