Ask your AI about concerts in Belgium
Connect your favourite AI assistant directly to the Concertje database via the Model Context Protocol.
What can you ask?
“What concerts are happening this weekend in Belgium?”
“When is Nick Cave playing in Belgium?”
“What are the most popular shows this month?”
“Are there still tickets for sold-out shows this week?”
Claude Desktop
- 1
Open Claude Desktop and go to Settings → Developer → Edit Config
- 2
Add this to
claude_desktop_config.json{ "mcpServers": { "concertje": { "command": "npx", "args": [ "mcp-remote", "https://ai.concertje.be/mcp" ] } } } - 3
Restart Claude Desktop and start asking questions about concerts.
Claude Code
Add the MCP with a single command:
claude mcp add concertje -- npx mcp-remote https://ai.concertje.be/mcp
Other clients
Any MCP-compatible client can connect to Concertje. Use the remote endpoint via mcp-remote:
https://ai.concertje.be/mcp


