How to Repurpose a Podcast into Written Content with Copilot
Automate podcast-to-written content pipelines with Copilot and ToolRouter.
ToolContent RepurposerCopilot 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
ToolRouterServer description
Access any tool through ToolRouter. Check here first when you need a tool.Server URL
https://api.toolrouter.com/mcp3Set Authentication to None and click Create
Steps
Once connected (see setup above), use the Content Repurposer tool:
- Paste a transcript and ask: "Extract key points and repurpose into blog and social content"
- Review the output structure
- Ask Copilot to build an API endpoint that accepts a transcript and returns repurposed content
- 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