get_top_stations
ActiveTool of radio
declared in 0.1.0
Get trending radio stations ranked by popularity, optionally filtered by country (e.g., 'US', 'GB', 'DE'). Returns station URLs, genres, and vote counts.
Parameters schema
{
"type": "object",
"examples": [
{
"count": 10
},
{
"count": 5,
"country": "Germany"
}
],
"properties": {
"count": {
"type": "number",
"description": "Number of stations to return. Defaults to 10."
},
"country": {
"type": "string",
"description": "Filter by country name (e.g. \"Germany\", \"United States\"). Omit for global results."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
radio
https://github.com/pipeworx-io/mcp-radio
1/7 registries