AutoContent MCP

AutoContent MCP Serverfor Codex CLI and Claude Code

AutoContent MCP gives agents one endpoint to generate podcasts, videos, infographics, and slide decks from source text or URLs. Use the same pattern every time: create job, poll status, return final URL.

MCP Endpoint
https://mcp.autocontentapi.com/mcp

Looking for full request payloads and response fields? Visit AutoContent API documentation.

Installation

Codex CLI

Single command

codex mcp add autocontentapi --url https://mcp.autocontentapi.com/mcp

CC (Claude Code)

Single command

cc mcp add --transport http autocontentapi https://mcp.autocontentapi.com/mcp
Requires a valid AutoContent API key on your account.

Tools by Asset Type

Every asset type follows the same model: call a create tool, then call the matching status tool.

Podcast
Create
create_podcast
Check status
get_podcast_status

Inputs: Use sourceText and/or sourceUrls. Add prompt when you need style control.

Done: Read audioUrl when status is 100.

Infographic
Create
create_infographic
Check status
get_infographic_status

Inputs: Use sourceText and/or sourceUrls. Add prompt for framing and emphasis.

Done: Read imageUrl when status is 100.

Slide Deck
Create
create_slide_deck
Check status
get_slide_deck_status

Inputs: Use sourceText and/or sourceUrls. Add prompt for audience and tone.

Done: Read deckUrl when status is 100.

Video
Create
create_video
Check status
get_video_status

Inputs: Use sourceText and/or sourceUrls. Add prompt for narrative direction.

Done: Read videoUrl when status is 100.

Repurpose
Create
repurpose_content
Check status
Same status tool as target type

Inputs: Use a completed request and target output type; optional prompt supported.

Done: Poll using the status tool of the target type.

Use Cases

Common workflows teams run with AutoContent MCP in Codex and CC.

Weekly Product Podcast Briefings

Turn changelogs, release notes, and roadmap updates into a weekly internal podcast recap.

create_podcast
Status: get_podcast_status
Output: audioUrl

Sales-Ready Infographics from Reports

Convert market research or customer data into polished one-page visuals your sales team can share.

create_infographic
Status: get_infographic_status
Output: imageUrl

Executive Slide Deck Drafts

Generate first-pass decks from quarterly updates, board notes, or long-form strategy documents.

create_slide_deck
Status: get_slide_deck_status
Output: deckUrl

Webinar and Campaign Recap Videos

Create short recap videos from webinar transcripts, landing pages, and campaign performance summaries.

create_video
Status: get_video_status
Output: videoUrl

Repurpose High-Performing Content

Take a successful request and quickly repurpose it into another format without rewriting everything.

repurpose_content
Status: Target type status tool
Output: Target type URL field

Client Deliverables at Scale

Automate repeated content deliverables per account while keeping one consistent MCP workflow.

create_*
Status: get_*_status
Output: asset URL

Typical Flow

Agent-safe sequence that works across all asset types.

1

Run one MCP add command in your client.

2

Call the create_* tool and persist the returned requestId.

3

Poll the matching get_*_status tool every 30-60 seconds.

4

When status is 100, read the output URL field and hand off the asset.

Get Started

For request schemas, optional parameters, and full API behavior, check the docs. You need an AutoContent API key to use this MCP server.

FAQ

Do I need an API key to use AutoContent MCP?

Yes. Your AutoContent account must have a valid API key to authorize MCP tool calls.

Which clients can connect to this MCP server?

AutoContent MCP supports Codex CLI and Claude Code with the single-line commands on this page.

Where can I find full parameter and response schemas?

Use the AutoContent docs at docs.autocontentapi.com for detailed API and tool behavior.