Remote MCP server

Mobbi MCP for AI agents

Connect Mobbi to your agent workflow and generate images, videos, campaign assets, and production URLs directly from chat.

MCP endpoint

https://mobbi.ai/api/mcp

Connect in minutes

One server, every model

Mobbi MCP uses Streamable HTTP. Keep the endpoint fixed and rotate your agent key when needed.

1

Create an agent key

Register a Mobbi agent once and fund the balance with USDC. The key is returned only at creation.

POST https://mobbi.ai/api/v1/agents/register
2

Add the MCP server

Point your MCP-compatible client at the Mobbi endpoint and send your agent key as a bearer token.

https://mobbi.ai/api/mcp
3

Generate from chat

Ask your agent to quote, generate, and poll results without leaving Claude, Cursor, Codex, or your own agent.

Authorization: Bearer rf_your_agent_key

Client config

Use this shape for clients that accept remote MCP servers with custom headers.

{
  "mcpServers": {
    "mobbi": {
      "url": "https://mobbi.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer rf_your_agent_key"
      }
    }
  }
}

Agent tools

Ask for the asset, Mobbi handles the job

The MCP server exposes focused tools for quoting, charging, queueing, and retrieving outputs.

Balance

mobbi_account_balance

Check my Mobbi balance and show deposit addresses.

Model catalog

mobbi_list_models

List Mobbi text-to-video models I can use for a 9:16 ad.

Cost quote

mobbi_quote_generation

Quote a 6 second Seedance 2.0 Pro video at 1080p.

Create generation

mobbi_create_generation

Create a cinematic product video for this sneaker launch.

Status and results

mobbi_get_generation

Poll this Mobbi job and return the output URLs when it is complete.

Pollo-compatible aliases

Agents already written for Pollo-style MCP tools can call these names against Mobbi.

text2video
mobbi_create_generation

Pollo-style text-to-video alias that maps model.modelAlias to a Mobbi video model.

img2video
mobbi_create_generation

Pollo-style image-to-video alias. Use image URLs or data URIs; remote MCP cannot read local imagePath files.

getTaskStatus
mobbi_get_generation

Pollo-style status alias. Mobbi returns output URLs for the agent to use or download.

Model families

Mobbi routes requests across leading image and video providers through one balance and one agent surface.

Sora 2
Veo 3.1
Kling 3
Seedance 2.0
Flux
GPT Image 2
Nano Banana
Grok Imagine
Hailuo
Wan

Campaign production

Quote and create launch videos, UGC variations, product stills, and social cuts from one campaign brief.

Creator workflows

Let an agent turn thumbnails, reference images, and prompts into publishable short-form assets.

Autonomous apps

Give internal tools a single generation surface for video, image, lip-sync, and asset status polling.

Agency delivery

Generate client concepts, compare model outputs, and retrieve production URLs inside the same conversation.

Questions

What is Mobbi MCP?

Mobbi MCP is a Model Context Protocol server that lets AI agents call Mobbi generation tools directly from an MCP-compatible client.

Do I need a Mobbi account?

You need a Mobbi agent API key. The agent key uses the same Mobbi balance and x402 USDC payment flow as the public agent API.

Does a quote charge my balance?

No. The quote tool only estimates credits and USD cost. The create-generation tool charges the agent balance when a job is queued.

Which clients are supported?

Any client that supports remote Streamable HTTP MCP servers and bearer headers can connect, including developer agents and local MCP clients.

Put Mobbi inside your agent stack

Images, videos, quotes, balances, and results from one MCP connection.

Create agent key