Put Morphed inside the agent loop.

Let AI agents discover models, estimate cost, organize projects, and generate images or videos in your authenticated Morphed workspace.

Bring a compatible custom MCP client

The client must support remote Streamable HTTP servers and browser-based OAuth. Public marketplace or directory approval is not implied.

Context before creation.

The server gives agents the information they need to make a deliberate generation request—not just a prompt box with network access.

  1. 01

    Load context

    Reuse saved brand, product, character, and project details.

  2. 02

    Choose and estimate

    Inspect real model capabilities and confirm the credit cost.

  3. 03

    Generate

    Create an image or video with an idempotent request.

  4. 04

    Retrieve and continue

    Track the job, collect outputs, and keep campaign work grouped.

Ten tools. One workspace.

Read operations use mcp:read. Project creation and generation require mcp:write and spend only the authenticated workspace's credits.

get_credits

Read the authenticated workspace credit balance.

get_workspace_context

Load saved brands, products, characters, and projects.

list_models

Discover available models, capabilities, and credit pricing.

estimate_generation

Calculate the exact cost before spending credits.

create_project

Create a durable home for campaign generations and assets.

list_recent_generations

Review recent image and video generation jobs.

get_generation

Check status and retrieve completed generation outputs.

render_generation

Present one completed result as an inline media card.

generate_image

Create images with prompts and supported reference media.

generate_video

Create videos with model-specific controls and media inputs.

Know the boundaries.

The current server is designed for deliberate, authenticated generation—not unattended publishing or unrestricted file ingestion.

Reference media

Image and video references must already be available at a public HTTPS URL. Direct MCP uploads are not enabled.

Asynchronous results

Generation returns a job ID. The client polls get_generation before it can render or use a completed output.

Credits and access

Write tools spend the authenticated workspace's credits. Model access, affordability, and project permissions are checked per request.

Distribution status

The remote endpoint is deployed, but public directory approval and complete production validation across every client are not claimed.

Connect a compatible client.

Remote MCP URL

https://api.morphed.app/mcp
  1. 1.Add the URL as a custom remote MCP server in your client.
  2. 2.Sign in to Morphed when your browser opens and approve the requested read and write scopes.
  3. 3.Ask your agent to list models and estimate the request before it generates. Reference media must use public HTTPS URLs.

Current availability

OAuth discovery and the protected endpoint are online. A complete sign-in, consent, token, and generation flow still needs to be verified in your chosen client before production use.