kbk-mcp
Related Servers
Alternatives to kbk-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI agents the ability to listen to and understand music/audio files, enabling semantic analysis, stem separation, lyrics transcription, and signal processing via tool calls.1MIT
- AlicenseNot gradedqualityCmaintenanceA comprehensive MCP server that enables AI assistants to control music playback, manage users and access, configure providers, and administer a Music Assistant setup through natural language commands.MIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server that enables ChatGPT to control Spotify playlists, playback (including exact-cue seek), and perform offline metadata export to ZIP.-
- AlicenseBqualityDmaintenanceA simple MCP server that allows AI assistants like Cursor or Claude Desktop to search for and play tracks on YouTube Music through natural language commands.237 npm12MIT
- FlicenseNot gradedqualityCmaintenanceA lightweight MCP server that enables AI assistants to control Spotify playback and manage playlists.-
- AlicenseBqualityBmaintenanceMCP server that gives AI assistants direct control over Streamlabs Desktop, enabling scene switching, source/audio management, and streaming/recording controls through natural language.59MIT
TDQS
Scored across 15 tools
Most tools are clearly distinct (search vs. playlist vs. schedule), but get_live_alert and get_twitch_status both report live status, and get_next_drop is essentially a subset of get_schedule. Descriptions are detailed enough to disambiguate, so no serious misselection risk.
All tool names follow the consistent verb_noun pattern (get_, list_, search_, vote_, play_) with snake_case throughout. Actions are uniformly chosen (get for single items, list for collections), making the set predictable and easy to navigate.
At 15 tools, the server stays within the ideal 3-15 range while covering the full breadth of the KBK platform: playback, channel info, track library, playlists, schedule, voting, stats, live status, and lore. Each tool fills a distinct need; there is no bloat.
The tool surface is comprehensive for a radio-consumer API: it covers what's playing, upcoming drops, track search and details, playlists, crowd control voting, live alerts, stats, and even the multiverse canon. It supports the user journey from discovery to listening to engagement. No obvious dead ends—read operations are paired with the necessary actions (e.g., get_crowd_control + vote_track).