How to Repurpose a Podcast into Written Content with Copilot

Automate podcast-to-written content pipelines with Copilot and ToolRouter.

Tool
Content Repurposer icon
Content Repurposer

Copilot builds automated podcast repurposing pipelines. Connect a transcription webhook to a content repurposing function so every new episode automatically generates a full written content batch — blog post, newsletter section, social posts — ready for editorial review.

Connect ToolRouter to Copilot

1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the Content Repurposer tool:

  1. Paste a transcript and ask: "Extract key points and repurpose into blog and social content"
  2. Review the output structure
  3. Ask Copilot to build an API endpoint that accepts a transcript and returns repurposed content
  4. Connect the endpoint to your podcast hosting platform's publish webhook

Example Prompt

Try this with Copilot using the Content Repurposer tool
Repurpose this podcast transcript [paste] into a blog post and newsletter section. Then write a TypeScript API handler that accepts a transcript string, calls content-repurposer to extract key points, and returns a blog post, newsletter section, and five social posts.

Tips

  • Build a queue system so repurposed content waits for editorial approval before publishing
  • Store extracted key points in a searchable database to identify cross-episode theme clusters
  • Add automatic SEO scoring to the blog post output before it enters the editorial queue