← footage.cool

INDIVIDUAL MCP TOOL

get_4k_order

Check a 4K order after checkout.

footage.coolnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.footage.cool/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_4k_order and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

footage.cool

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.footage-cool]
url = "https://www.footage.cool/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "footage-cool": {
      "type": "http",
      "url": "https://www.footage.cool/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: footage-cool
Remote MCP URL: https://www.footage.cool/mcp

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": {
    "footage-cool": {
      "url": "https://www.footage.cool/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "footage-cool": {
      "type": "http",
      "url": "https://www.footage.cool/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "footage-cool",
  "transport": "streamable-http",
  "url": "https://www.footage.cool/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_footage — Search footage.
  • get_clip_details — Get full details for one footage.
  • find_similar_footage — Find clips similar to a given clip: shared subjects, scene, location, and shot year, spread across different shoots so the results are not near-duplicates.
  • build_rough_cut — Plan a timed edit from a description: picks and orders clips across different shoots and locations, sets a cut length for each at the chosen pace, and totals the license cost.
  • check_clip_rights — Screen whether a license covers an intended use for a clip and which tier fits: commercial, editorial, documentary, internal_corporate, digital (web and social), broadcast, theatrical, or ai_training.
  • license_clip — Get licensing options and prices for a clip without charging anything: Royalty-Free Standard (from $79), Extended for broadcast (from $199), and Exclusive Buyout (quoted by email).
  • quote_4k_license — Quote a license for a clip's clean, unwatermarked 4K master.
  • create_4k_checkout — Create or resume Stripe hosted checkout for a quote.