Model Context Protocol
Connect the Artiofy generation engine to Claude, Cursor, and any MCP-capable client. You connect with your own account and spend your own credits — the same engine that runs the site.
Add this address to your client as an MCP connector. One URL, no API key to paste — authentication happens through OAuth in your browser.
https://artiofy.com/mcp-connect In Claude Desktop, Cursor, or any MCP-capable client, open the connector settings.
Paste the connection URL above as a new MCP connector. A single URL is all it takes.
Sign in with Artiofy via OAuth and grant access. From then on your client acts on your own account.
Each tool maps to the same engine the website uses. Your client composes them into multi-step workflows.
list_models Active image / video / text models + parameter schema
models_search Describe a task → up to 5 matching models with usage hints
generate_image Start an image generation → generationId
generate_video Start a video generation (t2v / i2v) → generationId
get_job Generation status + media URLs (poll until done)
estimate_cost Exact USD cost before you generate (no charge)
list_generations Past generations (feed into next steps)
upload_reference_image Upload a reference image → mediaId
create_character Create a character from reference images
add_character_reference Add another reference to a character
generate_character_view Generate a consistent new character view
list_characters List your characters + their reference media ids
list_text_models Text models available for agents
create_chat_agent Create a system-prompted chat agent (TextApp)
get_balance Your current credit balance
profile_get Name, email, role, status + balance ("who am I")
One request from your client becomes a chain of tool calls. The client decides each step from the previous result — no clicking through the UI.
models_search Find the right model
estimate_cost Check the cost
generate_image Generate
get_job Read the result
MCP doesn't make a single generation faster — the real value is autonomous multi-step orchestration. Your client picks a model, builds a character, generates image and video, reads the result, and feeds it into the next step — without you clicking through each one.
Everything runs on your own account and your own credits. It is the same engine that powers the site, driven straight from inside your client.