← kaboomkartell.com

INDIVIDUAL MCP TOOL

get_next_drop

The single next scheduled event/slot ('next drop') with a human countdown — for a quick 'what's coming up' answer.

kaboomkartell.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent endpoint

kaboomkartell.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.kaboomkartell-com]
url = "https://mcp.kaboomkartell.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kaboomkartell-com": {
      "type": "http",
      "url": "https://mcp.kaboomkartell.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kaboomkartell-com
Remote MCP URL: https://mcp.kaboomkartell.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "kaboomkartell-com": {
      "url": "https://mcp.kaboomkartell.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kaboomkartell-com": {
      "type": "http",
      "url": "https://mcp.kaboomkartell.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kaboomkartell-com",
  "transport": "streamable-http",
  "url": "https://mcp.kaboomkartell.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_now_playing — What is currently airing on KBK radio per channel: live track (title, artist, position, AI disclosure, stream URL), current slot label, and the next track.
  • list_channels — The real KaboomKartell structure: the two radio channels, the four genres, the genre→channel mapping and accent colors.
  • get_crowd_control — KBK's Crowd Control lets the audience vote which track drops next.
  • get_schedule — Upcoming radio slots/shows/drops with start and end times.
  • search_tracks — Find tracks in the KBK library by free-text query (matches title and artist), by genre, or both.
  • get_track — Full details for one track by its id (incl.
  • list_playlists — All KBK playlists with name, type (manual/rotation), genre, and track count.
  • get_playlist — One playlist by id, including its tracks (title, artist, stream URL).