MCP tools for agents

MCP image generation server for agent workflows.

Let agents call MagicPixels tools over JSON-RPC, create generation jobs, check account credits, poll results, and use the same media pipeline as the app.

Create your account instantly. Subscribe to unlock generation credits.

MCP image generationagent toolsJSON-RPCautomated media
Call MCP tool
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "magicpixels_text_to_image",
    "arguments": {
      "prompt": "Clean editorial product render on a steel desk"
    }
  }
}
Generated character example suitable for an agent-driven image workflow.
Agent output

What this mode is good for

  • Expose MagicPixels generation tools to agents through MCP.
  • Generate images, edit images, create audio, render video, and fetch job state.
  • Keep authentication and credit accounting inside one MagicPixels account.

Workflow

  1. Create an account and API key in MagicPixels.
  2. Configure your agent to call the MagicPixels MCP endpoint.
  3. List tools, call the generation tool, and poll for job results.
  4. Use protected result URLs in your downstream workflow.

Pricing

  • MCP image jobs use standard image credits
  • Audio and video use the same published rates
  • Account status is available as an MCP tool
  • Browser, API, and MCP usage share one balance
One account for app, API, and MCP

Start with this workflow, then keep iterating from the same history.

MagicPixels keeps prompts, credits, uploads, generated assets, API keys, and protected downloads under one account.

FAQ

What can agents create with the MCP endpoint?

Agents can create text-to-image jobs, image-to-image edits, audio jobs, image-to-video jobs, and account/status checks.

Is MCP separate from the REST API?

It is a different interface over the same MagicPixels generation queue, account, credits, and protected media system.

MCP image generation server for agent workflows.

Connect agents to MagicPixels through an MCP endpoint for text-to-image, image editing, audio, video, and account tools.

Connect MCP tools