{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_y9z8hrm5wxzs","handle":"clipkit","url":"https://wellknown.network/agents/clipkit","links":{"self":"https://wellknown.network/agents/clipkit/record.json","html":"https://wellknown.network/agents/clipkit","markdown":"https://wellknown.network/agents/clipkit/record.md","api":"https://wellknown.network/api/v1/agents/clipkit","status":"https://wellknown.network/api/v1/agents/clipkit/status","claim":"https://wellknown.network/agents/clipkit/claim","claimApi":"https://wellknown.network/api/v1/claims","badge":"https://wellknown.network/agents/clipkit/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:www.clipkit.dev:server:clipkit","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"clipkit","summary":"MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.","description":"MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.","publisher":{"name":"dev.clipkit","url":null},"homepage":null,"repository":"https://github.com/clipkit-video/clipkit","version":"1.0.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://www.clipkit.dev/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-07-16T23:58:58.744609Z","publishedAt":"2026-07-16T23:58:58.744609Z","registryName":"dev.clipkit/clipkit"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.962,"provenance":"derived"},{"slug":"productivity.crm","name":"CRM & Sales","confidence":0.525,"provenance":"derived"},{"slug":"content.writing","name":"Writing & Editing","confidence":0.51,"provenance":"derived"}],"categories":["content","dev","productivity"]},"observed":{"status":"live","statusReason":"Responded 3h ago.","lastOkAt":"2026-09-06T01:23:08.969Z","lastProbedAt":"2026-09-06T01:23:08.969Z","statusComputedAt":"2026-09-06T01:24:37.038Z","reliability30d":{"probes":1,"successRate":1,"p50Ms":295},"latestObservations":[{"at":"2026-09-06T01:23:08.969Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":295,"error":null,"detail":{"tools":[{"name":"read_docs","description":"Return a canonical Clipkit doc as text. topic \"card\" = the ~8KB compact authoring card — the recommended context for authoring; \"pattern-data-viz\" / \"pattern-ci"},{"name":"get_schema","description":"Return the authoritative JSON Schema for a Clipkit Source — exact field names, types, and enums, generated from the protocol. Call with no argument for the full"},{"name":"create_project","description":"Create a new, blank Clipkit project with the given dimensions and duration, and return its project_id. Defaults: 1920×1080, 10 seconds, 30 fps, output_format \"m"},{"name":"get_project","description":"Return the full current Clipkit source as JSON. Use this to inspect the project, pass it to a render pipeline, or compose follow-up edits."},{"name":"describe_project","description":"Return a compact, human-readable summary of the current project — dimensions, fps, duration, an element breakdown by type, a per-track timeline (paint order low"},{"name":"set_project","description":"Replace the entire project with the given source JSON, returning its project_id. This is the PRIMARY way to build: use it to create a composition or to add/chan"},{"name":"add_element","description":"Append a single element to an existing project — a TWEAK, e.g. dropping in one more caption or shape. By default it is added at the top level; pass parent_id to"},{"name":"edit_element","description":"Change fields on the element with the given id by merging in a partial element — only the keys you include change. The id may be any element ANYWHERE in the tre"},{"name":"delete_element","description":"Delete the element with the given id, anywhere in the tree (including one nested inside a group or its mask) — a tweak to an existing composition. (The project "},{"name":"validate_project","description":"Run the @clipkit/protocol validator against the current project AND surface render-time warnings even when the JSON is valid — things that pass the schema but t"},{"name":"preview_still","description":"Render a single frame of the current project to a PNG and return it as an image you can look at. This is how you check your work — in chat there is no other way"},{"name":"create_promo","description":"Assemble a designed-looking promo/intro/product/data video from the Clipkit pattern library: give an ordered list of SCENES and the words, and it bakes in the c"},{"name":"open_in_editor","description":"Validate the current project and create a link that opens it in the Clipkit web editor, where the user can preview and refine it. This shares the PROJECT (nothi"},{"name":"ingest_asset","description":"Fetch a remote media URL (image/video/audio) and HOST it on Clipkit, returning a stable asset_url to put in an element's `url`. Use this so the project's media "},{"name":"load_project","description":"Import a previously shared project as the current project, by its share id or its editor URL (e.g. https://clipkit.dev/editor?id=…), returning its project_id. U"}],"toolCount":15,"serverName":"clipkit","capabilities":["tools","resources"],"serverVersion":"0.0.0","protocolVersion":"2025-06-18"}}],"tools":[{"name":"read_docs","description":"Return a canonical Clipkit doc as text. topic \"card\" = the ~8KB compact authoring card — the recommended context for authoring; \"pattern-data-viz\" / \"pattern-ci"},{"name":"get_schema","description":"Return the authoritative JSON Schema for a Clipkit Source — exact field names, types, and enums, generated from the protocol. Call with no argument for the full"},{"name":"create_project","description":"Create a new, blank Clipkit project with the given dimensions and duration, and return its project_id. Defaults: 1920×1080, 10 seconds, 30 fps, output_format \"m"},{"name":"get_project","description":"Return the full current Clipkit source as JSON. Use this to inspect the project, pass it to a render pipeline, or compose follow-up edits."},{"name":"describe_project","description":"Return a compact, human-readable summary of the current project — dimensions, fps, duration, an element breakdown by type, a per-track timeline (paint order low"},{"name":"set_project","description":"Replace the entire project with the given source JSON, returning its project_id. This is the PRIMARY way to build: use it to create a composition or to add/chan"},{"name":"add_element","description":"Append a single element to an existing project — a TWEAK, e.g. dropping in one more caption or shape. By default it is added at the top level; pass parent_id to"},{"name":"edit_element","description":"Change fields on the element with the given id by merging in a partial element — only the keys you include change. The id may be any element ANYWHERE in the tre"},{"name":"delete_element","description":"Delete the element with the given id, anywhere in the tree (including one nested inside a group or its mask) — a tweak to an existing composition. (The project "},{"name":"validate_project","description":"Run the @clipkit/protocol validator against the current project AND surface render-time warnings even when the JSON is valid — things that pass the schema but t"},{"name":"preview_still","description":"Render a single frame of the current project to a PNG and return it as an image you can look at. This is how you check your work — in chat there is no other way"},{"name":"create_promo","description":"Assemble a designed-looking promo/intro/product/data video from the Clipkit pattern library: give an ordered list of SCENES and the words, and it bakes in the c"},{"name":"open_in_editor","description":"Validate the current project and create a link that opens it in the Clipkit web editor, where the user can preview and refine it. This shares the PROJECT (nothi"},{"name":"ingest_asset","description":"Fetch a remote media URL (image/video/audio) and HOST it on Clipkit, returning a stable asset_url to put in an element's `url`. Use this so the project's media "},{"name":"load_project","description":"Import a previously shared project as the current project, by its share id or its editor URL (e.g. https://clipkit.dev/editor?id=…), returning its project_id. U"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"dev.clipkit/clipkit","url":"https://registry.modelcontextprotocol.io/v0/servers/dev.clipkit%2Fclipkit","firstSeenAt":"2026-09-05T22:18:29.484Z","fetchedAt":"2026-09-05T22:18:29.484Z","normalizedAt":"2026-09-05T22:18:29.484Z"}]},"firstSeenAt":"2026-09-05T22:18:29.484Z","updatedAt":"2026-09-06T01:24:43.251Z"}