You're viewing a demo portfolio

Join the waitlist
PRSM

clipform_search_music

Active

Tool of io.github.Clipform/mcp-server

declared in 2.2.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.Clipform/mcp-server

https://github.com/clipform/mcp-server

1/7 registries
View full server →