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.
“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.
Example questions
For developers: connect an MCP client
For deeper integration, connect your AI tool directly to our MCP server.
Run in your terminal:
claude mcp add --transport http larsen-live https://rennes.larsen.live/mcpAvailable tools
| Tool | Description | Auth |
|---|---|---|
| search_events | Search events by date, venue, genre, or keyword | Public |
| get_event_details | Get event details (times, prices, artists) | Public |
| list_venues | List concert venues in Rennes | Public |
| get_venue_details | Get venue details (address, capacity, events) | Public |
| search_artists | Search artists by name or genre | Public |
| get_artist_details | Get artist details (bio, upcoming concerts) | Public |
| toggle_favorite_event | Add or remove an event from your favorites | Requires login |
| toggle_favorite_artist | Add or remove an artist from your favorites | Requires login |
| toggle_favorite_venue | Add or remove a venue from your favorites | Requires login |
| get_my_favorite_events | List your favorite events with dates and venues | Requires login |
| get_my_favorite_artists | List your favorite artists with genres | Requires login |
| get_my_favorite_venues | List your favorite venues with addresses | Requires login |
| get_my_profile | Get 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)