← Registry

Data Collection

clipform.io

Manage interactive video-style forms for data collection.

1 endpoint29 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.clipform.io

No auth detected

MCP server metadata

Name
clipform-mcp-server
Version
2.4.0
Capabilities
tools.listChangedprompts.listChangedresources.listChanged
Server instructions

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_create_form

Create a new Clipform (interactive video-style form).

Potential side effects
clipform_list_forms

List forms in your workspace with optional filtering.

Inferred read-only
clipform_get_form

Retrieve a form's details including all nodes in sequential order.

Inferred read-only
clipform_update_form

Update a form's title, publish status, settings, or tags.

Potential side effects
clipform_delete_form

Move a form and all its nodes to the trash.

Inferred read-only
clipform_add_node

Add a new node to an existing form.

Inferred read-only
clipform_update_node

Update one or more existing nodes' text, type, config, or options.

Potential side effects
clipform_delete_node

Delete a node from a form.

Potential side effects
clipform_upload_media_asset

Put one or more media files into your workspace media library (max 10, uploaded sequentially).

Inferred read-only
clipform_complete_media_upload

Confirm a signed-PUT still image upload finished, after PUTting the bytes to the upload_url returned by clipform_upload_media_asset.

Potential side effects
clipform_attach_node_media

Attach an existing workspace media asset (from clipform_upload_media_asset) to one or more nodes (max 10).

Inferred read-only
clipform_get_node_media

Get the media attached to a node, including processing status.

Inferred read-only
clipform_delete_node_media

Remove media from a node.

Potential side effects
clipform_set_logic

Set routing logic on one or more nodes.

Inferred read-only
clipform_log_generation

Save an audit trail for a generated form.

Inferred read-only
clipform_search_news

Fallback news lookup for clients without native web search.

Inferred read-only
clipform_generate_tts

Generate narration audio from text with word-level captions.

Inferred read-only
clipform_generate_video

Generate a video from images, video clips, or both, synced to an audio track.

Inferred read-only
clipform_search_media

Search images or stock video clips.

Inferred read-only
clipform_render_composition

Render 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-only
clipform_search_music

Search for royalty-free music tracks and ambient sounds.

Inferred read-only
clipform_list_compositions

Browse available video compositions and their expected props schemas.

Inferred read-only
clipform_list_video_templates

Browse available video templates - curated Scene arrangements (bed + overlay + sane defaults) that render through the Scene composition from a small controls object.

Inferred read-only
clipform_render_video_template

Render 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-only
clipform_list_assets

List available creative assets (sound effects, animations, fonts) for video compositions.

Inferred read-only
clipform_check_render

Check the status of render jobs started by clipform_generate_video, clipform_render_video_template, or clipform_render_composition.

Inferred read-only
clipform_fetch_boundary

Fetch a GeoJSON boundary polygon for a country, city, or region.

Inferred read-only
clipform_get_guide

Retrieve craft knowledge for building a specific form type.

Inferred read-only
clipform_get_workflow

Retrieve a step-by-step build workflow for creating a specific form type.

Inferred read-only

CONNECT 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.

Trust status Neutral

clipform.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.