cd /news/ai-agents/show-hn-let-your-agents-create-custo… · home topics ai-agents article
[ARTICLE · art-80422] src=thedaily.fm ↗ pub= topic=ai-agents verified=true sentiment=· neutral

Show HN: Let your agents create custom pods

The Daily FM launched a remote MCP server that lets AI agents such as Claude Code, OpenAI Codex, and Cursor manage user accounts by creating custom pods, tracking shows, combining feeds, and generating episodes via conversation. Users generate an access token in their account settings, then connect agents to the endpoint https://mcp.thedaily.fm/mcp with bearer authentication, enabling tools like list_my_pods, create_pod, and generate_episode_now.

read2 min views1 publishedJul 30, 2026

The Daily FM has a remote MCP server so AI agents (Claude Code, OpenAI Codex, Cursor, OpenClaw, Hermes, etc.) can manage your account for you: create pods, track shows, combine feeds, and fire episodes, all by conversation.

Tell your agent "find the top influencers in physical AI and robotics and give me a 2-minute recap of what they are saying every day" and it can set the whole thing up.

Create an access token #

In Account → Agent Access, name a token (e.g. claude-code

) and create it. The token is shown once — copy it right away. Check read-only if the agent should only look, never change anything. You can hold up to 20 active tokens and revoke any of them at any time; the Account page shows when each was last used.

Connect your agent #

The endpoint is https://mcp.thedaily.fm/mcp

(streamable HTTP), authenticated with your token as a bearer header.

Claude Code:

claude mcp add --transport http --scope user thedailyfm \
  https://mcp.thedaily.fm/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

Any other MCP client, in its JSON config:

{
  "mcpServers": {
    "thedailyfm": {
      "type": "http",
      "url": "https://mcp.thedaily.fm/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

What your agent can do #

Tool What it does
list_my_pods
List your pods: config, episode counts, combined pods, feed URLs, and show-tracking progress.
get_latest_episodes
Latest episodes for one pod or across all of them, including generation status.
search_library
Browse or search the public pod library.
list_shows
Real-world podcasts already tracked, with ready-to-paste pod: source tokens.
create_pod
Create a pod: custom sources, combined feeds, or a private fork of a public pod.
edit_pod
Change a pod's title, sources, cadence, length, prompt, or visibility.
add_to_pod / remove_from_pod
Combine a pod into one of your feeds, or take it back out.
generate_episode_now
Fire an episode immediately (plan limits apply).

Read-only tokens expose just the first four.

Things to try #

"What's in my Daily FM feed lately?""Find the RSS feed for the Lex Fridman podcast and set up a daily recap pod.""Combine all my pods into one morning feed I can put in Overcast."

── more in #ai-agents 4 stories · sorted by recency
── more on @the daily fm 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-let-your-age…] indexed:0 read:2min 2026-07-30 ·