You're viewing a demo portfolio

Join the waitlist
PRSM

search_stations

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

radio

https://github.com/pipeworx-io/mcp-radio

1/7 registries
View full server →