clipform_search_music
ActiveTool of io.github.Clipform/mcp-server
Search for royalty-free music tracks and ambient sounds. Quiz forms especially benefit from background music - it keeps energy up between questions. Also consider it for multi-step surveys and longer forms. Pass the returned URL as the audio track to clipform_generate_video, or as the audio for the slideshow video template via clipform_render_video_template. Returns download URLs, duration, artist, and license info.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Genre/mood tags to filter by"
},
"count": {
"type": "number",
"default": 5,
"maximum": 10,
"minimum": 1,
"description": "Max results (default: 5)"
},
"query": {
"type": "string",
"description": "What to search for (e.g. 'upbeat quiz background', 'calm ambient', 'playful pizzicato')"
},
"maxDuration": {
"type": "number",
"description": "Maximum duration in seconds"
},
"minDuration": {
"type": "number",
"description": "Minimum duration in seconds"
},
"instrumentalOnly": {
"type": "boolean",
"default": true,
"description": "Only instrumental tracks (default: true)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.Clipform/mcp-server
https://github.com/clipform/mcp-server
1/7 registries