4,500+ servers built on MCP Fusion
Vinkius
Brandfolder logo
Vinkius
CrewAI logo

How to Use the Brandfolder MCP in CrewAI

Deploy autonomous CrewAI agent teams to organize, audit, and clean your Brandfolder assets without manual intervention.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Brandfolder MCP on Cursor AI Code Editor MCP Client Brandfolder MCP on Claude Desktop App MCP Integration Brandfolder MCP on OpenAI Agents SDK MCP Compatible Brandfolder MCP on Visual Studio Code MCP Extension Client Brandfolder MCP on GitHub Copilot AI Agent MCP Integration Brandfolder MCP on Google Gemini AI MCP Integration Brandfolder MCP on Lovable AI Development MCP Client Brandfolder MCP on Mistral AI Agents MCP Compatible Brandfolder MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Brandfolder MCP to CrewAI

Create your Vinkius account to connect Brandfolder to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Coordinate multi-agent Brandfolder audits with CrewAI

The `get_brandfolder_assets` tool searches and retrieves files from specific folders so your research agent can analyze them. This agent passes the file list to an editor agent to check for outdated branding. Because CrewAI agents share memory, they track which assets they have already inspected during a run. This MCP integration avoids duplicate API calls and speeds up your overall library audit process.

Automate asset tagging using specialized MCP Server roles

The `list_asset_tags` tool exposes the structural metadata of your media assets to a specialized tagging agent. This agent compares current tags with your corporate brand guidelines to identify discrepancies. If your agent finds a mismatch, it passes the asset ID to a writer agent. That writer agent then uses other tools to correct the tags, keeping your library organized without human clicks.

Inspect global workspaces across multiple organizations

The `list_platform_organizations` tool retrieves all top-level tenant organizations accessible by your API key. This lets a manager agent map out your entire enterprise footprint before assigning tasks to sub-agents. The crew navigates between separate business units to run compliance checks. Your agents handle the transition between different organizational folders autonomously based on the structure returned.

Setup guide

Set up Brandfolder MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Brandfolder tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Brandfolder Analyst",
    goal="Access and analyze Brandfolder data via MCP.",
    backstory="Expert analyst with direct Brandfolder access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Brandfolder transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Brandfolder MCP in CrewAI

You pass your Vinkius server URL into the `mcps` parameter of your agent definition. This exposes tools like `get_asset_details` to that specific agent's MCP toolkit.
Yes, you can set up a sequential crew where the first agent uses `get_collection_assets` to gather files, and the second agent updates them. The crew handles the data handoff automatically.
An agent uses `get_asset_details` to inspect a file's metadata fields. If it finds empty fields, it can trigger another agent to generate description text and update the asset.
Yes, you can use the advanced `MCPServerHTTP` setup to apply a tool filter. This prevents agents from running destructive tools like `wipe_media_asset` if they only need read access.
Your API credentials and organization data are protected by strict zero-trust network policies. The connection runs through single-tenant ephemeral containers, ensuring your access keys never persist in logs or shared memory.

Start using the Brandfolder MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Brandfolder. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.