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, even an interactive live player. Read-only, no keys, no signup. 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_controlsearch_tracksget_tracklist_playlistsget_playlistget_statsget_shoutboxlist_track_requestsget_twitch_statusplay_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.