larsen.live
EventsVenuesArtistsAI
✨Artificial Intelligence

Talk to your AI about concerts

Connect your AI assistant to larsen.live and ask anything about concerts in Rennes — in plain language.

How does it work?

larsen.live exposes concert data to AI assistants in two ways: directly through your browser, or by connecting your favorite AI tool to our server.

Browse with your AI

Our site exposes structured tools via the WebMCP standard. When an AI assistant visits larsen.live with a compatible browser, it automatically discovers our concert data — no configuration needed.

💬Example questions

“Check out rennes.larsen.live and tell me what concerts are happening next weekend”

Requires Google Chrome 146+ with the WebMCP flag enabled (chrome://flags/#web-mcp). Native support by AI assistants (Claude, ChatGPT, Gemini…) is being rolled out.

Try it today

You don't need to wait for Chrome 146 — AgentBoard is a free Chrome sidebar extension that brings an AI assistant to any page exposing WebMCP tools. Install it, open the sidebar on our events page, and ask your question in natural language.

  1. Install AgentBoard from the Chrome Web Store
  2. Open the events page on larsen.live
  3. Open the AgentBoard sidebar (click the extension icon)
  4. Ask anything about concerts in Rennes!
Install AgentBoard→

Example questions

“What concerts are happening this weekend in Rennes?”
“Find me a free concert tonight”
“Which artists are playing at Le Liberté this month?”
“Are there any electronic music gigs this week?”

For developers: connect an MCP client

For deeper integration, connect your AI tool directly to our MCP server.

Add to your Claude Code settings file (~/.claude/settings.json):

{
  "mcpServers": {
    "live-aggregator": {
      "url": "https://rennes.larsen.live/mcp"
    }
  }
}

Or add the server directly from the command line:

claude mcp add --transport http live-aggregator https://rennes.larsen.live/mcp

Available tools

ToolDescriptionAuth
search_eventsSearch events by date, venue, genre, or keywordPublic
get_event_detailsGet event details (times, prices, artists)Public
list_venuesList concert venues in RennesPublic
get_venue_detailsGet venue details (address, capacity, events)Public
search_artistsSearch artists by name or genrePublic
get_artist_detailsGet artist details (bio, upcoming concerts)Public
toggle_favorite_eventAdd or remove an event from your favoritesRequires login
toggle_favorite_artistAdd or remove an artist from your favoritesRequires login
toggle_favorite_venueAdd or remove a venue from your favoritesRequires login
get_my_favorite_eventsList your favorite events with dates and venuesRequires login
get_my_favorite_artistsList your favorite artists with genresRequires login
get_my_favorite_venuesList your favorite venues with addressesRequires login
get_my_profileGet your profile (name, email, settings)Requires login

Technical details

Server:
https://rennes.larsen.live/mcp
Discovery:
https://rennes.larsen.live/.well-known/mcp.json
Transport:
Streamable HTTP
Authentication:
OAuth 2.1 (optional — public tools work without login)
larsen.live·AI Assistant·Legal notice