Fake Podcast Name

⚡ Generators 🌭🌭 Medium 3,008 calls

The Fake Podcast Name API generates one podcast per call. Names follow patterns ("The Inevitable Hour", "Quiet Bench", "On Mistake"). Tagline leans literary ("a weekly meditation on what cannot be hurried"). Host name is invented. Includes frequency, episode count, last episode title, network, and audience size.

Add to Your MCP Client

Drop this server into Claude Desktop, Cursor, Continue, or any MCP-compatible client.

{
  "mcpServers": {
    "fake-podcast-name": {
      "url": "https://api.stupidmcps.com/fake-podcast-name/mcp"
    }
  }
}
{
  "mcpServers": {
    "fake-podcast-name": {
      "url": "https://api.stupidmcps.com/fake-podcast-name/mcp"
    }
  }
}
POST https://api.stupidmcps.com/fake-podcast-name/mcp

Add the snippet to your client's MCP config (typically claude_desktop_config.json for Claude Desktop, ~/.cursor/mcp.json for Cursor). Restart the client. The tools become available to your AI assistant.

No-code option: connect via Pipeworx — one click into Claude, ChatGPT, and friends.

Or Try It Directly — No MCP Client Required

Fake Podcast Name.exe
_ ×

Parameters

Parameter Type Required Default Description

Examples

curl "https://api.stupidapis.com/fake-podcast-name/generate"
import requests

response = requests.get("https://api.stupidapis.com/fake-podcast-name/generate")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-podcast-name/generate");
const data = await response.json();

Response Schema

Field Type Description
name string Podcast name
tagline string Tagline
host string Host name
frequency string Release frequency
episode_count number Total episodes
last_episode_title string Title of latest
network string Network/independent
audience_size string Audience descriptor

Example Response

{
  "name": "The Quiet Hour",
  "tagline": "a weekly meditation on what cannot be hurried",
  "host": "Anders Pell",
  "frequency": "weekly",
  "episode_count": 187,
  "last_episode_title": "A Bus Driver Reads Aloud",
  "network": "public radio affiliate",
  "audience_size": "small but engaged"
}

MCP Access

This API is available as an MCP tool for AI assistants. Connect your agent to:

POST https://api.stupidmcps.com/fake-podcast-name/mcp
POST https://api.stupidmcps.com/mcp

Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.

...
Clippy