search_stations
ActiveTool of radio
declared in 0.1.0
Search radio stations by name. Returns station name, URL, country, genres, and popularity vote count. Use when looking for a specific station or browsing by keyword.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "BBC Radio 1"
},
{
"limit": 5,
"query": "jazz"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return. Defaults to 10."
},
"query": {
"type": "string",
"description": "Station name to search for."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
radio
https://github.com/pipeworx-io/mcp-radio
1/7 registries