MCP-ready

Agentic Media Asset Management

Your DAM as a tool for AI agents. Connect to Claude Desktop, n8n, LangChain and Custom GPTs via open standards: MCP, REST with HATEOAS, OpenAPI.

Included in all plans

API and MCP are available in every plan, including the free tier. At Canto, Bynder or Frontify, comparable interfaces are typically only available from Enterprise.

Self-discoverable API

Via HATEOAS links an agent discovers all further endpoints starting from a single URL. URI-Templates describe parameters directly in the response.

Plug & Play

Claude Desktop, n8n, LangChain and Custom GPTs work via MCP or REST — no custom integration needed.

One URL, the rest follows

An agent starts at a single URL and discovers the entire API via _links. RFC 6570 URI-Templates describe parameters directly in the response, so URLs do not need to be assembled client-side.

curl https://app.footage.one/api/asset/
{
  "_links": {
    "assets":   { "href": ".../search/assets{?query,offset,limit}", "templated": true },
    "asset":    { "href": ".../assets/{assetId}", "templated": true },
    "albums":   { "href": ".../albums" },
    "episodes": { "href": ".../episodes" },
    "storages": { "href": ".../storages" },
    "persons":  { "href": ".../persons" },
    "documentation": { "href": ".../swagger-ui.html" }
    ...
  }
}

Three ways to connect agents

Auto-tagging

Claude analyses uploaded assets and suggests keywords, descriptions and album assignments.

Claude Desktop · MCP

Workflow automation

An n8n trigger fires on a new storage item, auto-tags it and sorts it into the appropriate album.

n8n · MCP Client Tool

Custom GPT asset search

Import the OpenAPI schema into the GPT builder — users query assets in natural language.

OpenAI · OpenAPI Actions

MCP tools at a glance

Via the MCP server at mcp.footage.one/mcp, agents have direct access to these actions.

Assets

  • search_assets
  • get_asset
  • update_asset
  • get_asset_download_url
  • add_keywords_to_asset
  • remove_keyword_from_asset
  • get_asset_keywords
  • generate_description

Albums

  • list_albums
  • create_album
  • get_album
  • update_album
  • delete_album
  • add_assets_to_album
  • remove_assets_from_album
  • list_sub_albums
  • create_sub_album
  • list_album_shares
  • share_album

Episodes

  • list_episodes
  • get_episode
  • add_assets_to_episode
  • remove_assets_from_episode

Storage

  • list_storages
  • get_storage
  • create_storage
  • browse_storage
  • import_storage_items
  • list_storage_types

Keywords

  • search_keywords
  • get_keyword_suggestions
  • disambiguate_freewords

Account & Teams

  • get_account_info
  • list_teams

Connect Claude Desktop — in two steps

Enter the MCP server URL in Claude Desktop, sign in with your footage.one account. That is all. No separate subscription, no enterprise package.

Need more information?

Get in touch and we'll tell you more about our video asset management and how you can use it.