sdmeers/radio-browser_MCP
If you are the rightful owner of radio-browser_MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Radio Browser Server is a tool that allows LLMs to search, resolve, and play internet radio stations using the Radio Browser API.
Tools
Functions exposed to the LLM to take actions
find_station
Search Radio Browser for stations.
get_playable_stream
Resolve playlists/redirects to a direct audio stream.
play
Play a stream using OS default player or VLC.
play_default
Open in OS default handler (writes .m3u if forced).
play_vlc
Launch VLC, optionally enabling RC interface for later control.
check_players
Return {has_gui, vlc_available, platform}.
vlc_pause
Toggle pause/resume in VLC.
vlc_stop
Stop playback in VLC.
vlc_volume_set
Set VLC volume (0–100%).
vlc_volume_change
Adjust VLC volume by +/- percent.
vlc_status
Return VLC’s current RC status output.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client