Official Creatify MCP
Endpoint:
text
https://api.creatify.ai/mcpCreatify's MCP complements the REST API. Use it when an agent needs structured product context, shared brand memory, skill publication, asynchronous generation orchestration, polling, and downloads.
Documented skill families
| Skill family | Purpose |
|---|---|
mcp-connect | Validate the connection and register the server |
orchestrator-client | Submit a brief, poll the job, and download the result |
products | Scrape and curate product and brand context |
shared-memory | Save and recall brand decisions across supported runtimes |
sync-skill | Publish or update a workspace skill |
Authentication
Add Creatify as a custom connector, use the endpoint above, and authenticate interactively. Do not store credentials, cookies, or tokens in source control.
Operational proof
A configured endpoint is not proof of a working integration. Require:
- Creatify tools appear in the agent runtime.
- A read-only call succeeds.
- The returned workspace or product state matches the intended account.
- Visible or returned credit information is captured before generation.
Routing
- Use MCP for structured agent operations.
- Use this API guide for deterministic request schemas and batch jobs.
- Use the product and browser guide for visual templates, avatars, captions, scenes, editing, and UI-only features.
Safety
- Do not publish, launch campaigns, connect ad accounts, upgrade plans, or delete assets without explicit authorization.
- Apply the same credit approval gate to MCP jobs as API and browser jobs.
- Do not use shared memory as the client source of truth.
- Validate downloaded media before delivery.