Skip to content

Changelog

Change history for the Clipia public API v1, the MCP server and the SDKs — launch, contract updates and new capabilities.

Change history for the Clipia public API (/v1/*), the remote MCP server https://mcp.clipia.ai/mcp and the official SDKs. Newest entries first. The /v1/* contract is stable; breaking changes are called out explicitly.

2026-06-22

  • Canonical MCP address. The remote MCP server moved to https://mcp.clipia.ai/mcp. The old https://api.clipia.ai/mcp address remains a legacy alias for compatibility, but new integrations should use the canonical endpoint.

2026-06-13

  • Image previews in MCP. The generate_image tool returns its result in a single call with an inline preview: the agent sees the image and can iterate. In claude.ai generations render as an interactive card with live progress and an "Original" button.
  • MCP limits no longer throttle sessions. Protocol JSON-RPC noise (initialize, tools/list, ping) is no longer counted toward the per-minute limit — only tool calls count.

2026-06-12

  • Public API and MCP launch. The public Queue API /v1/* (submit → poll / webhook) is live, alongside official SDKs for TypeScript (clipia-ai) and Python (clipia) and a CLI.
  • Remote MCP server. The original https://api.clipia.ai/mcp address (now a legacy alias) launched with 8 agent tools plus a separate app-only helper: generate images and video right from Claude Code, claude.ai, ChatGPT, Cursor and other MCP clients.
  • Sandbox. Keys prefixed clipia_test_ return instant mock results with no credit charge.

Cancel endpoint removed

The cancel endpoint has been removed from the public API. Credits are reserved at submit, and most models cannot stop a generation once started — cancel would create a misleading "CANCELED" status while credits were already spent. The CANCELED status remains valid in responses: a job may be canceled outside the API and is then returned as terminal.