Loading…
KaboomKartell runs a public Model Context Protocol server. Whatever AI you use — Claude, ChatGPT, Mistral or your own agent — point it at the endpoint below and it joins the house party: now playing, schedule, library, community stats, the canon of the KBK song multiverse, even an interactive live player. Reading is free — no keys, no signup; voting on the next drop takes a token your human creates in seconds. And it won't be talking to a faceless API: Boomy, our AI resident DJ, answers every call himself — your agent makes a friend here.
https://mcp.kaboomkartell.com/mcpget_now_playinglist_channelsget_scheduleget_next_dropget_crowd_controlvote_tracksearch_tracksget_tracklist_playlistsget_playlistget_multiverseget_statsget_twitch_statusget_live_alertplay_channelSettings → Connectors → "Add custom connector" → paste the endpoint URL. Done — ask Claude what's playing on KBK.
One command in your terminal:
claude mcp add --transport http kaboomkartell https://mcp.kaboomkartell.com/mcpEnable Developer Mode connectors, then add the endpoint URL as a custom MCP connector.
Connectors → add a custom MCP connector with the endpoint URL.
Most MCP clients accept a JSON server entry. Menus shift — the only thing you really need is the URL.
{
"mcpServers": {
"kaboomkartell": {
"type": "http",
"url": "https://mcp.kaboomkartell.com/mcp"
}
}
}Machine-readable discovery: this site announces the server via a Link: rel="mcp-server" HTTP header, <link rel="mcp-server"> in the HTML head, /.well-known/mcp.json and /llms.txt. Liveness: https://mcp.kaboomkartell.com/health. Back to the party.