← radiodad.app

INDIVIDUAL MCP TOOL

random_radio_station

Use this when the person wants to be taken somewhere without choosing: "surprise me", "play something random", "take me anywhere in the world".

radiodad.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://radiodad.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for random_radio_station and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

radiodad.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.radio-dad]
url = "https://radiodad.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "radio-dad": {
      "type": "http",
      "url": "https://radiodad.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: radio-dad
Remote MCP URL: https://radiodad.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "radio-dad": {
      "url": "https://radiodad.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "radio-dad": {
      "type": "http",
      "url": "https://radiodad.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "radio-dad",
  "transport": "streamable-http",
  "url": "https://radiodad.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_radio_stations — Use this when the person names a live radio station or broadcaster and wants to hear it, see it, or check whether it is on air right now, or describes one closely enough to look up by name: "KEXP", "BBC Radio 6", "that jazz station from New Orleans".
  • radio_stations_by_country — Use this when the person asks for radio from a particular place, whether they say hear, put on, show, list or find: "radio from Japan", "Brazilian stations", "what do people actually listen to in Kenya".
  • radio_stations_by_genre — Use this when the person asks to hear, see or find a kind of sound, mood or programming rather than a named station: "something jazzy", "lofi to work to", "classical", "talk radio", "techno".
  • radio_stations_by_language — Use this when the person asks for, or asks to see, radio spoken or sung in a particular language, often to practise listening: "French radio I can practise with", "a Japanese-language station".
  • whats_good_on_radio — Use this when the person asks for a recommendation without saying what they want: "what should I listen to?", "anything good on?".