ENDPOINT 1
https://mcp.clipform.io
MCP server metadata
- Name
- clipform-mcp-server
- Version
- 2.4.0
Clipform builds interactive video-style forms. When the brief is clear, build the form directly; when it's vague, ask one or two short questions first. Prefer rich media: video over images over plain text. Before building, derive a register from the topic and audience (e.g. hype, playful, warm, considered, elegant, sombre); if the user states a mood explicitly, that wins. State the register once, then apply it to every rendering choice - narration tone, motion preset, music, pacing. Never mix registers in one form. At the start of a build, call clipform_get_workflow to load the recipe for the form type, and clipform_get_guide for craft detail. Every *_id argument is a UUID returned by the tools - not the short share_id from a form URL. Deleting a form, node, or its media is permanent; those tools ask the user to confirm before running.
Known tools 29
clipform_get_formRetrieve a form's details including all nodes in sequential order.
Inferred read-onlyclipform_update_nodeUpdate one or more existing nodes' text, type, config, or options.
Potential side effectsclipform_upload_media_assetPut one or more media files into your workspace media library (max 10, uploaded sequentially).
Inferred read-onlyclipform_complete_media_uploadConfirm a signed-PUT still image upload finished, after PUTting the bytes to the upload_url returned by clipform_upload_media_asset.
Potential side effectsclipform_attach_node_mediaAttach an existing workspace media asset (from clipform_upload_media_asset) to one or more nodes (max 10).
Inferred read-onlyclipform_get_node_mediaGet the media attached to a node, including processing status.
Inferred read-onlyclipform_generate_videoGenerate a video from images, video clips, or both, synced to an audio track.
Inferred read-onlyclipform_render_compositionRender a specialised video composition to MP4 or PNG - custom animated visuals that clipform_generate_video can't provide, such as geography animations or designed motion graphics.
Inferred read-onlyclipform_list_compositionsBrowse available video compositions and their expected props schemas.
Inferred read-onlyclipform_list_video_templatesBrowse available video templates - curated Scene arrangements (bed + overlay + sane defaults) that render through the Scene composition from a small controls object.
Inferred read-onlyclipform_render_video_templateRender a curated video template (a pre-arranged Scene: bed + overlay + sane defaults) to MP4 or PNG from a small controls object, instead of hand-assembling Scene layers.
Inferred read-onlyclipform_list_assetsList available creative assets (sound effects, animations, fonts) for video compositions.
Inferred read-onlyclipform_check_renderCheck the status of render jobs started by clipform_generate_video, clipform_render_video_template, or clipform_render_composition.
Inferred read-onlyclipform_fetch_boundaryFetch a GeoJSON boundary polygon for a country, city, or region.
Inferred read-onlyclipform_get_workflowRetrieve a step-by-step build workflow for creating a specific form type.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.clipform-mcp-server]
url = "https://mcp.clipform.io"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"clipform-mcp-server": {
"type": "http",
"url": "https://mcp.clipform.io"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: clipform-mcp-server
Remote MCP URL: https://mcp.clipform.io
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"clipform-mcp-server": {
"url": "https://mcp.clipform.io"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"clipform-mcp-server": {
"type": "http",
"url": "https://mcp.clipform.io"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "clipform-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.clipform.io"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for clipform.io was fetched 2026-08-01T07:30:17.884Z and is being refreshed.
clipform.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.