Weavz
Transistor.fm

Transistor.fm

Manage Transistor shows, episodes, subscribers, analytics, and podcast webhook workflows.

8 tools
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_shows

List shows available to the API key.

get_show

Retrieve a single Transistor show by ID or slug.

list_episodes

List podcast episodes, optionally filtered by show, status, and search query.

get_episode

Retrieve a single Transistor episode.

create_episode_draft

Create a new draft episode for a Transistor show.

update_episode_metadata

Update safe metadata fields for a Transistor episode. Publishing is handled by Transistor separately and is intentionally not included.

list_subscribers

List private podcast subscribers for a Transistor show.

get_show_analytics

Get daily download analytics for a Transistor show.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('transistor', 'list_shows', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'transistor',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Transistor.fm to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Transistor.fm support?

Transistor.fm supports 8 tools including List Shows, Get Show, List Episodes, Get Episode, Create Episode Draft, and more.

Can I use Transistor.fm with AI agents?

Yes. Add Transistor.fm 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 Transistor.fm to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Transistor.fm as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Transistor.fm tools exposed by that workspace.

Does Transistor.fm 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 Transistor.fm work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Transistor.fm?

Transistor.fm exposes 8 tools, including List Shows, Get Show, List Episodes, Get Episode, Create Episode Draft, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Transistor.fm be used in stateful agent workflows?

Yes. Agents can combine Transistor.fm 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 Transistor.fm use?

Transistor.fm uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Transistor.fm integration cost?

The Transistor.fm integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Transistor.fm in minutes

Get 20,000 free action executions every month. No credit card required.