Install
openclaw skills install pipeworx-radioSearch and discover internet radio stations worldwide by name, genre, or country with direct stream URLs and detailed metadata.
openclaw skills install pipeworx-radioDiscover internet radio stations from around the world. The Radio Browser database indexes tens of thousands of live streams across every genre and country.
curl -X POST https://gateway.pipeworx.io/radio/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_stations","arguments":{"query":"jazz","limit":5}}}'
Each station result includes a direct stream URL, codec, bitrate, country, language, and tags -- everything needed to start playing.
{
"mcpServers": {
"radio": {
"url": "https://gateway.pipeworx.io/radio/mcp"
}
}
}