radio-browser-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| play_stationB | Play a station by name from Radio-Browser global directory. Partial name matching is supported (case-insensitive). Args: name: Station name (e.g. "BBC Radio 1", "jazz fm") |
| stopA | Stop mpv playback. |
| now_playingA | Get current track info with spectrum visualization. |
| browse_radioA | Browse popular radio stations from Radio-Browser global directory. Stations are sorted by popularity (click count). Args: limit: Number of stations to show (default 20, max 100) tag: Filter by genre/tag (e.g. "jazz", "rock", "news", "classical") country: Filter by ISO country code (e.g. "US", "GB", "DE", "JP") language: Filter by language (e.g. "english", "german", "chinese") |
| play_by_uuidA | Play a Radio-Browser station by its UUID (from browse_radio results). Automatically reports the click to Radio-Browser. Args: uuid: Station UUID from browse_radio results |
| next_stationA | Play the next popular station from Radio-Browser. Cycles through the top global stations. Each call advances to the next one. |
| random_stationA | Play a random station from Radio-Browser. Args: tag: Optional genre filter (e.g. "jazz", "rock", "classical", "news"). If empty, picks from top global stations. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cococolanosugar/radio-browser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server