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.
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.
- Install AgentBoard from the Chrome Web Store
- Open the events page on larsen.live
- Open the AgentBoard sidebar (click the extension icon)
- Ask anything about concerts in Rennes!
Example questions
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/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)