mobbi_account_balance
Check my Mobbi balance and show deposit addresses.
Connect Mobbi to your agent workflow and generate images, videos, campaign assets, and production URLs directly from chat.
MCP endpoint
https://mobbi.ai/api/mcpConnect in minutes
Mobbi MCP uses Streamable HTTP. Keep the endpoint fixed and rotate your agent key when needed.
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/registerPoint your MCP-compatible client at the Mobbi endpoint and send your agent key as a bearer token.
https://mobbi.ai/api/mcpAsk your agent to quote, generate, and poll results without leaving Claude, Cursor, Codex, or your own agent.
Authorization: Bearer rf_your_agent_keyUse 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
The MCP server exposes focused tools for quoting, charging, queueing, and retrieving outputs.
Check my Mobbi balance and show deposit addresses.
List Mobbi text-to-video models I can use for a 9:16 ad.
Quote a 6 second Seedance 2.0 Pro video at 1080p.
Create a cinematic product video for this sneaker launch.
Poll this Mobbi job and return the output URLs when it is complete.
Agents already written for Pollo-style MCP tools can call these names against Mobbi.
Pollo-style text-to-video alias that maps model.modelAlias to a Mobbi video model.
Pollo-style image-to-video alias. Use image URLs or data URIs; remote MCP cannot read local imagePath files.
Pollo-style status alias. Mobbi returns output URLs for the agent to use or download.
Mobbi routes requests across leading image and video providers through one balance and one agent surface.
Quote and create launch videos, UGC variations, product stills, and social cuts from one campaign brief.
Let an agent turn thumbnails, reference images, and prompts into publishable short-form assets.
Give internal tools a single generation surface for video, image, lip-sync, and asset status polling.
Generate client concepts, compare model outputs, and retrieve production URLs inside the same conversation.
Mobbi MCP is a Model Context Protocol server that lets AI agents call Mobbi generation tools directly from an MCP-compatible client.
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.
No. The quote tool only estimates credits and USD cost. The create-generation tool charges the agent balance when a job is queued.
Any client that supports remote Streamable HTTP MCP servers and bearer headers can connect, including developer agents and local MCP clients.
Images, videos, quotes, balances, and results from one MCP connection.