← Registry

General Tools

livespot.se

Provides general-purpose tools through the Model Context Protocol.

1 endpoint8 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://livespot.se/mcp

No auth detected

MCP server metadata

Name
LiveSpot
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

search_events

Search LiveSpot for upcoming events across Sweden.

Inferred read-only
get_event

Fetch the full detail for a single event by id or slug.

Inferred read-only
list_cities

Return all LiveSpot cities with their slug, region, and upcoming-event count.

Inferred read-only
list_categories

Return the canonical LiveSpot category catalog with both Swedish and English slugs.

Inferred read-only
browse_city

List upcoming events in a city, optionally narrowed by category.

Inferred read-only
get_related_events

Find events related to a given event (same city, nearby date, overlapping category).

Inferred read-only
search

Search LiveSpot events.

Inferred read-only
fetch

Fetch a single LiveSpot event document.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.