← larsen.live
INDIVIDUAL MCP TOOL
get_artist_details
Get full details for an artist plus their upcoming events in Rennes.
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 endpoint
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.larsen-live]
url = "https://rennes.larsen.live/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"larsen-live": {
"type": "http",
"url": "https://rennes.larsen.live/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: larsen-live
Remote MCP URL: https://rennes.larsen.live/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": {
"larsen-live": {
"url": "https://rennes.larsen.live/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"larsen-live": {
"type": "http",
"url": "https://rennes.larsen.live/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "larsen-live",
"transport": "streamable-http",
"url": "https://rennes.larsen.live/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_events— Search for upcoming live music events in Rennes.get_event_details— Get full details for a specific event by its slug.list_venues— List music venues in Rennes.get_venue_details— Get full details for a venue plus its upcoming events.search_artists— Search for artists performing at venues in Rennes.toggle_favorite_event— Add or remove an event from your favorites.toggle_favorite_artist— Add or remove an artist from your favorites.toggle_favorite_venue— Add or remove a venue from your favorites.