Simplecast
Podcast hosting API for shows, episodes, publishing metadata, analytics-ready catalog reads, and webhook event intake.
Tools
| Name | Description |
|---|---|
list_showsList Simplecast shows accessible to the API key. | List Simplecast shows accessible to the API key. |
get_showGet Simplecast show details. | Get Simplecast show details. |
list_episodesList Simplecast episodes for a show. | List Simplecast episodes for a show. |
get_episodeGet Simplecast episode details. | Get Simplecast episode details. |
create_episodeCreate a Simplecast episode draft or published episode. | Create a Simplecast episode draft or published episode. |
update_episodeUpdate Simplecast episode metadata, media, or status. | Update Simplecast episode metadata, media, or status. |
delete_episodeDelete a Simplecast episode by exact ID. | Delete a Simplecast episode by exact ID. |
Triggers
| Name | Description |
|---|---|
podcast_webhook_eventReceive Simplecast webhook payloads after configuring this webhook URL in Simplecast or a connected workflow. | Receive Simplecast webhook payloads after configuring this webhook URL in Simplecast or a connected workflow. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('simplecast', 'list_shows', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'simplecast',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Simplecast to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Simplecast support?
Simplecast supports 7 tools including List Shows, Get Show, List Episodes, Get Episode, Create Episode, and more.
Can I use Simplecast with AI agents?
Yes. Add Simplecast to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Simplecast to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Simplecast as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Simplecast tools exposed by that workspace.
Does Simplecast work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Simplecast work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Simplecast?
Simplecast exposes 7 tools, including List Shows, Get Show, List Episodes, Get Episode, Create Episode, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Simplecast be used in stateful agent workflows?
Yes. Agents can combine Simplecast tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Simplecast use?
Simplecast uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Simplecast integration cost?
The Simplecast integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Simplecast support?
Simplecast supports 1 triggers including Podcast Webhook Event.
Connect Simplecast in minutes
Get 20,000 free action executions every month. No credit card required.