Agentic media asset management

footage.one can be operated by AI agents via the MCP server and HATEOAS REST API. Overview of integrations and suitable tools.

Agents and your DAM

AI agents such as Claude, Custom GPTs or LangChain workflows can directly operate your DAM today. They search assets, suggest keywords, sort into albums or trigger distributions. The prerequisite: the DAM provides a machine-readable, documented interface.

footage.one offers two integration points for this:

  • MCP server at https://mcp.footage.one/mcp for Claude Desktop, n8n and LangChain.
  • REST API with HATEOAS at https://app.footage.one/api/asset/, which describes itself via _links and is documented via Swagger UI.

Which tool, which path?

Tool Recommendation
Claude Desktop MCP server
n8n MCP Client Tool node
LangChain / LangGraph MCP client or REST
OpenAI Custom GPT REST + OpenAPI Actions
Zapier / Make.com REST
Custom scripts (Python, Node, …) REST with HATEOAS discovery

Available in all plans

The API and MCP are available in every plan, including the Free tier. For REST calls, use an API token from your account; for MCP clients such as Claude Desktop, authentication runs via OAuth login in the browser.

Next steps