Reference media
Image and video references must already be available at a public HTTPS URL. Direct MCP uploads are not enabled.
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.
The server gives agents the information they need to make a deliberate generation request—not just a prompt box with network access.
Reuse saved brand, product, character, and project details.
Inspect real model capabilities and confirm the credit cost.
Create an image or video with an idempotent request.
Track the job, collect outputs, and keep campaign work grouped.
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.
The current server is designed for deliberate, authenticated generation—not unattended publishing or unrestricted file ingestion.
Image and video references must already be available at a public HTTPS URL. Direct MCP uploads are not enabled.
Generation returns a job ID. The client polls get_generation before it can render or use a completed output.
Write tools spend the authenticated workspace's credits. Model access, affordability, and project permissions are checked per request.
The remote endpoint is deployed, but public directory approval and complete production validation across every client are not claimed.
Remote MCP URL
https://api.morphed.app/mcpCurrent 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.