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

How to Use the Collibra MCP in CrewAI

Deploy specialized CrewAI agent teams to autonomously audit your Collibra data assets using this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Collibra MCP to CrewAI

Create your Vinkius account to connect Collibra 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

Multi-agent Collibra audits with CrewAI

Divide and conquer your data catalog chores. Assign one agent to run `search_assets` to find undocumented entries, while another uses `get_asset` to analyze their metadata. Because this MCP Server supports shared memory, the agents pass context seamlessly. They work together to flag missing information without you writing a single line of glue code.

Autonomous community and domain mapping

Let a specialized mapping crew organize your workspace. One agent queries `list_communities` and `list_domains` to understand your current catalog hierarchy. A second agent uses `get_community_details` and `list_domain_types` to find where assets are misaligned, preparing a clean report of where files actually belong.

Automated asset creation and status tracking

Speed up your data onboarding. An ingestion agent can identify new files, check their status with `list_statuses`, and then run `create_asset` to register them. A supervisor agent monitors the entire run, ensuring that every asset type matches the allowed schemas returned by `list_asset_types` before committing.

Setup guide

Set up Collibra 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 Collibra tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Collibra 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 Collibra MCP in CrewAI

You simply pass your Vinkius HTTP endpoint URL into the agent's `mcps` array parameter. The framework automatically parses the available tools and makes them accessible to that specific agent.
Yes, your agents can share access to the toolset. One can search using `search_assets` while another updates statuses, executing tasks in parallel or sequentially.
You use the `MCPServerHTTP` class to filter tools. This allows you to expose only read tools like `list_assets` to your research agents while keeping write tools locked down.
It supports stdio, SSE, and Streamable HTTP. Vinkius manages the hosting, so you can connect your framework using whichever method fits your deployment architecture.
Absolutely. All communication is encrypted in transit and runs within an isolated, zero-trust environment. Your community details and asset schemas are never cached or logged by the proxy.

Start using the Collibra 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 Collibra. 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.