← Registry

Content Tools

footage.cool

An MCP server for searching stock footage, retrieving clip details, finding similar clips, planning rough cuts, and checking clip licensing rights.

1 endpoint10 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://www.footage.cool/mcp

No auth detected

MCP server metadata

Name
footage-cool
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

footage.cool licenses 4K drone, aerial, ocean, and wildlife stock footage directly from the filmmaker, Phil Maher, who holds 100% of the copyright. Find clips with search_footage (get_catalog_overview shows what the library covers and the valid category values), inspect one with get_clip_details, offer alternatives with find_similar_footage, and plan an edit with build_rough_cut. check_clip_rights screens a clip against an intended use; it is not legal advice. license_clip lists prices only and never charges. To buy: quote_4k_license verifies the clean 4K master and returns the exact price and terms. Show them to the user and get explicit approval before create_4k_checkout. The user pays on Stripe hosted checkout. Then get_4k_order verifies the payment with Stripe and returns the license, receipt, certificate, and private download link. Never request card details in chat. Keep quote tokens, order tokens, and download links private. Report a purchase as complete only when purchase_completed is true. Standard licenses exclude AI training. Exclusive buyouts and data licenses are quoted by email at licensing@footage.cool.

Known tools 10

search_footage

Search footage.

Inferred read-only
get_clip_details

Get full details for one footage.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects
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.

Inferred read-only
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).

Potential side effects
quote_4k_license

Quote a license for a clip's clean, unwatermarked 4K master.

Inferred read-only
create_4k_checkout

Create or resume Stripe hosted checkout for a quote.

Potential side effects
get_4k_order

Check a 4K order after checkout.

Inferred read-only
get_catalog_overview

Overview of what footage.

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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