MCP Hub
Back to servers

radio

Radio MCP — wraps Radio Browser API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-radio

MCP server for internet radio station search via Radio Browser. Free, no auth required.

Tools

ToolDescription
search_stationsSearch radio stations by name, ordered by popularity
get_top_stationsGet most popular stations globally or by country
list_countriesList countries with their station counts
list_tagsList top genres/tags by station count

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "radio_search_stations",
      "arguments": { "query": "BBC" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review