Skip to main content
The hosted MCP server gives your agent everything ContentHero can do at https://mcp.contenthero.ai over OAuth. It is the preferred transport for agents: no key handling, one consent flow, and every call runs as you against your own account and credits. Tools appear as mcp__contenthero__*.

Add ContentHero to your agent

1

Add the server

Point your agent host at https://mcp.contenthero.ai. Pick your host from the sidebar for exact config.
2

Consent once

On first use, the host opens a consent page. Sign in with your ContentHero account and approve. Your host receives a token; you never see or paste a key.
3

Use the tools

The ContentHero tools appear in your toolset, scoped to your account and refreshed by the host.

Pick your host

https://mintcdn.com/contenthero/bDMoqbtZm22CsyUJ/icons/claudecode.svg?fit=max&auto=format&n=bDMoqbtZm22CsyUJ&q=85&s=baf1319b768485cedab5d7ab824955ab

Claude Code

https://mintcdn.com/contenthero/bDMoqbtZm22CsyUJ/icons/claude.svg?fit=max&auto=format&n=bDMoqbtZm22CsyUJ&q=85&s=32c89c6c4f0d6dbf3215d60c76fe4174

Claude Desktop & Web

https://mintcdn.com/contenthero/9d1rc70uhXzjol7D/icons/openai.svg?fit=max&auto=format&n=9d1rc70uhXzjol7D&q=85&s=6cf8104c5704ccd315e9646fa0316545

ChatGPT

https://mintcdn.com/contenthero/bDMoqbtZm22CsyUJ/icons/codex.svg?fit=max&auto=format&n=bDMoqbtZm22CsyUJ&q=85&s=835db63991c01b35021b4797f9fd9cd9

Codex

https://mintcdn.com/contenthero/9d1rc70uhXzjol7D/icons/cursor.svg?fit=max&auto=format&n=9d1rc70uhXzjol7D&q=85&s=c0e3416bf68c34c17673d01731c774d1

Cursor

https://mintcdn.com/contenthero/bDMoqbtZm22CsyUJ/icons/vscode.svg?fit=max&auto=format&n=bDMoqbtZm22CsyUJ&q=85&s=d40a4490484beef534bbb0db9875ba4a

VS Code

https://mintcdn.com/contenthero/9d1rc70uhXzjol7D/icons/windsurf.svg?fit=max&auto=format&n=9d1rc70uhXzjol7D&q=85&s=1d7451489744727a7a6d1007d7f2ce44

Windsurf

https://mintcdn.com/contenthero/bDMoqbtZm22CsyUJ/icons/gemini.svg?fit=max&auto=format&n=bDMoqbtZm22CsyUJ&q=85&s=734c48fa1855b0498b234eca9d8f3dc4

Gemini CLI

https://mintcdn.com/contenthero/9d1rc70uhXzjol7D/icons/grok.svg?fit=max&auto=format&n=9d1rc70uhXzjol7D&q=85&s=c4afcc5b13cbdb009d4b17529e7b4e48

Grok

https://mintcdn.com/contenthero/9d1rc70uhXzjol7D/icons/manus.svg?fit=max&auto=format&n=9d1rc70uhXzjol7D&q=85&s=2f0ee5357a99efdb0455dada302ee771

Manus

https://mintcdn.com/contenthero/bDMoqbtZm22CsyUJ/icons/openclaw.svg?fit=max&auto=format&n=bDMoqbtZm22CsyUJ&q=85&s=a85f6da85fb15e661442896980fd629e

OpenClaw

https://mintcdn.com/contenthero/bDMoqbtZm22CsyUJ/icons/hermesagent.svg?fit=max&auto=format&n=bDMoqbtZm22CsyUJ&q=85&s=289f68019a47ea2f00e880cf52a120f3

Hermes

Any MCP-compatible host works. If yours is not listed, see Other hosts for the two universal setup patterns.

What you get

Everything across five domains:
  • Generate: image, video, audio, reference board, lip-sync, upscale, transcribe.
  • Pipeline: create, assemble, schedule, and publish posts.
  • Brand: read and edit your brand kit, and search, add to, and grow the knowledge base.
  • Inspiration: outliers, tracked accounts, and brand-account performance.
  • Account: balance and usage.
The model roster is live: it is the modelId enum on the generate tools, resolved from the registry at startup.

Why OAuth

  • No key handling. The token lives in the host, not the conversation.
  • Account-scoped. Every call runs as you, against your own brand kits, media, and connected accounts.
  • Revocable. Disconnect the server in your host, or revoke the session in the ContentHero app, and access stops.

Verify

Once connected, ask your agent to read your balance (get_balance) or list your brand kits (list_brand_kits). A clean read confirms the connection and your scopes.