# Collibra MCP for AI Agents AI Agent Connect

> Collibra lets your AI agent interact directly with your data intelligence platform. It handles the heavy lifting of searching for data assets, navigating complex community structures, and checking metadata across your enterprise. Instead of digging through a web UI, your agent can pull specific details on ownership, classification, and relationships in seconds. It connects your data governance directly to your daily workflow.

## Overview
- **Category:** security-compliance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_fjUuXgIQOi6EM8hgjqwHGSQAawj0vEtDPSUJgRgQ/ai-agent-connect
- **Tags:** data-governance, metadata-management, data-catalog, compliance, data-assets, enterprise-data

## Description

Imagine you're trying to track down who actually owns a specific table in a massive data lake. Usually, that involves opening a browser, logging into a heavy platform, and clicking through three different menus just to find a name. This Connector changes that by letting your AI agent do the digging for you. You can just ask your agent to find the owner of a "Customer_Master" table, and it'll pull that info straight from the catalog. It's about moving from manual navigation to natural language queries. When you connect this to your workflow via the Vinkius catalog, you're essentially giving your agent a map to your company's data governance structure. It can browse through domains, list out asset types, and even create new assets without you having to fill out every single form yourself. It's designed for the people who need to know where the data is and who's responsible for it, without the friction of a traditional UI. This means data stewards can audit their domains in minutes rather than hours. Data engineers can get the technical specs they need to write queries without hunting through outdated spreadsheets. Compliance teams can verify that sensitive data is properly classified with a simple chat command. It turns a slow, manual catalog search into a fast conversation.

## Tools

### create_asset
Create a new data asset in your Collibra catalog. This makes it easy to add new entries without manual form filling.

### list_domains
Get a full list of all domains in your organization. Use this to see the breadth of your data governance coverage.

### list_statuses
See the different statuses an asset can have. This helps you identify which assets are active, pending, or deprecated.

### search_assets
Search for assets by name to find exactly what you're looking for. This is the fastest way to locate specific tables or reports.

### get_asset
Pull all the specific details and metadata for one asset. You can quickly see who owns a table or what its classification is.

### get_community_details
Get the full breakdown of a specific community's structure. This helps you understand how your data is organized by department.

### list_asset_types
See all the different types of assets available in your catalog. Use this to understand the variety of data objects your company tracks.

### list_assets
Get a complete list of every asset in your Collibra instance. This is useful for a high-level audit of your current data inventory.

### list_communities
See all the different communities you have set up. It helps you navigate the high-level organizational structure of your data.

### list_domain_types
View the various domain types available for your data. This clarifies the different categories your organization uses to group assets.

## Prompt Examples

**Prompt:** 
```
Who is the owner of the 'Marketing_Leads' table?
```

**Response:** 
```
Querying asset 'Marketing_Leads'...

**Ownership Details**
*   **Data Steward:** Sarah Jenkins
*   **Email:** sarah.jenkins@example.com
*   **Community:** Marketing
*   **Status:** Active

Would you like to see the full metadata for this asset?
```

**Prompt:** 
```
List the domains in the 'HR' community.
```

**Response:** 
```
I've retrieved the domains for the HR community:

| Domain Name | Type | Status |
| :--- | :--- | :--- |
| Employee_Records | People | Active |
| Payroll_Data | Finance | Active |
| Benefits_Info | HR | Pending |

Which domain would you like to explore further?
```

**Prompt:** 
```
Search for assets related to 'GDPR'.
```

**Response:** 
```
I found 4 assets matching 'GDPR' in the catalog:

1. **GDPR_Policy** (Data Policy) — Domain: Compliance
2. **User_Privacy_Map** (Table) — Domain: Engineering
3. **Consent_Log** (Log) — Domain: Data Governance
4. **Data_Deletion_Request** (Process) — Domain: Compliance

Would you like the details for any of these?
```

## Capabilities

### Find specific data assets
Search for data by name or type to quickly locate specific tables or files.

### Pull full metadata
Get detailed information on any asset including its ownership and classification.

### Browse communities and domains
Navigate your organizational data structure through natural language queries.

### Create new assets
Add new data entries to your catalog directly from your chat interface.

### Check asset statuses
Verify the current status and governance state of any catalog item.

### Identify data owners
Instantly see who is responsible for specific datasets across the enterprise.

## Use Cases

### Finding a Data Steward
A data engineer asks 'Who owns the Customer_Billing table?' and the agent uses get_asset to find the owner and contact info.

### Auditing Data Domains
A compliance officer asks to see all domains in the Finance community to check for missing security labels.

### Rapid Cataloging
A data steward uses create_asset to add a new data dictionary entry into a specific domain via a single prompt.

### Metadata Exploration
A new hire asks the agent to list all available asset types to understand what data is available for their project.

## Benefits

- Skip the manual UI navigation. Use list_domains and list_communities to get a bird's eye view of your data structure in one go.
- Faster compliance checks. Use get_asset to instantly see data classifications and privacy labels for any specific dataset.
- Easier asset creation. Use create_asset to add new entries to your catalog without filling out every single web form manually.
- Instant ownership lookup. Use search_assets to find the right data steward for any given table or report immediately.
- Dynamic metadata exploration. Use list_asset_types and list_statuses to understand the scope of your catalog while you work.

## How It Works

The bottom line is you get instant access to your data catalog's metadata without leaving your chat interface.

1. Add the Collibra integration to your AI toolset and provide your instance URL, username, and password.
2. Grant your agent permission to access the specific domains and communities you need to manage.
3. Ask your agent to search for assets, list domains, or create new entries using natural language.

## Frequently Asked Questions

**Can I use Collibra MCP to find data owners?**
Yes, the Connector lets your agent pull ownership details and steward info for any asset in your catalog instantly.

**Does Collibra MCP help with data compliance?**
It helps you quickly check classifications and statuses across different domains to ensure everything is up to code.

**Can I create new assets in Collibra using my AI?**
Yes, you can use the create_asset tool to add new data entries to your catalog directly from your chat interface.

**How do I find which community a domain belongs to?**
Your agent can browse your community structure and list domains to help you map out your data governance.

**Is Collibra MCP good for data engineers?**
It's great for engineers who need to look up table definitions or check metadata without leaving their code editor or chat.

**Can I search for assets by name?**
Yes, the search_assets tool allows you to find specific data assets using natural language names.

**How do I authenticate with Collibra?**
This integration uses Basic Authentication with your Collibra instance URL, username, and password.

**What is an asset in Collibra?**
An asset is any cataloged object: a business term, a database table, a column, a report, or a data policy, among others.

**Can I create new communities or domains?**
The current version focuses on browsing metadata and creating assets. Community and domain creation may be added in future updates.