← larsen.live
INDIVIDUAL MCP TOOL
get_my_profile
Get your user profile information including display name, email, and account settings.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.get_artist_details— Get full details for an artist plus their upcoming events in Rennes.toggle_favorite_event— Add or remove an event from your favorites.toggle_favorite_artist— Add or remove an artist from your favorites.