The Precisely MCP Server is a hosted implementation of the Model Context Protocol (MCP) that lets AI agents and large language models (LLMs) discover and invoke Data Integrity Suite capabilities through natural‑language interactions. MCP is an open, industry-standard protocol for AI clients to interact programmatically with tools, APIs, and data sources. Precisely exposes its suite APIs as self‑describing tools that AI agents can discover and use.
- Interpret a user's natural‑language intent
- Discover relevant Precisely capabilities as tools
- Implement the appropriate actions
- Return results in clear, human‑readable responses
This removes the need for users to log into the Suite UI, write API calls, or switch contexts across tools.
Supported actions in the Precisely MCP Server
The Precisely MCP Server exposes actions that enable AI assistants and MCP-compatible clients to interact with Data Integrity Suite resources by using natural-language requests. These actions provide access to catalog metadata, data quality and governance information, semantic classifications, and administrative data so you can discover assets, understand data context, assess data health, and retrieve governance insights across supported Data Integrity Suite domains.
The following domains and actions are currently available through the Precisely MCP Server.
Catalog
Use Catalog actions to discover and explore data assets and their associated metadata.
| Action | Description |
|---|---|
| Get Datasources | Retrieve available datasources and their associated metadata. |
| Get Datasets | Retrieve datasets associated with a datasource. |
| Get Fields | Retrieve field definitions, attributes, and metadata. |
| Search Assets | Search catalog assets by name, type, tags, or metadata. |
| Get Asset Details | Retrieve detailed information about a specific asset, including metadata and relationships. |
Data Quality
Use Data Quality actions to retrieve rule definitions, run quality rules, and review quality scores.
| Action | Description |
|---|---|
| List Rules | Retrieve configured data quality rules. |
| Get Rule Details | Retrieve rule configuration, status, and related metadata. |
| Get Rule Scores | Retrieve quality scores generated by rule evaluations. |
| Run Rule | Run a data quality rule and return evaluation results. |
| Get Score Details | Retrieve detailed quality score information for a dataset, field, or asset. |
Data Governance
Use Data Governance actions to evaluate governance metrics, relationships, and score trends.
| Action | Description |
|---|---|
| List Governance Rules | Retrieve configured governance rules and policies. |
| Get Governance Scores | Retrieve governance scores for catalog assets. |
| Get Score Rollup | Retrieve aggregated governance scores and the contributing rule results. |
| Get Score Trends | Retrieve historical governance score trends over time. |
| Get Asset Relationships | Retrieve relationships, dependencies, and lineage information for governance assets. |
Semantic Types
Use Semantic Types actions to manage and apply business classifications to assets and fields.
| Action | Description |
|---|---|
| List Semantic Types | Retrieve configured semantic types available in the catalog. |
| Get Semantic Type Details | Retrieve semantic type definitions, properties, and classifications. |
| Assign Semantic Type | Assign a semantic type to a dataset field or catalog asset. |
| Update Semantic Type | Modify an existing semantic type definition. |
Administration
Use Administration actions to retrieve user, role, and permission information.
| Action | Description |
|---|---|
| Get Users | Retrieve user and account information. |
| Get Roles | Retrieve available roles and role assignments. |
| Get Permissions | Retrieve effective permissions assigned to a user or role. |
Enable the Suite MCP Server in VS Code
Use the API Keys page to copy the generated credential value for the MCP client you are configuring. The copied value includes the API key and secret in the format required by that client.
Verify the connection
Connect via Custom Connectors (Claude Desktop and Claude.ai)
Custom connectors are configured through your Claude account and shared across all Claude clients. Even though Claude Desktop runs on your computer, the connection to the MCP server is brokered through Anthropic's infrastructure. When adding a custom connector, you go through an OAuth flow to sign in to your Precisely account. Make sure Claude Desktop and Claude.ai are signed in with the same account.
https://api.cloud.precisely.com/mcp). For all other regions (eu-west-1, eu-west-2, ap-southeast-2), use Option 2 instead.Configure via mcp-remote (Claude Desktop only)
Use this approach for service accounts or to connect to a non-default Suite workspace using an API key.
Prerequisites: Node.js 18+ with npx (bundled with Node.js). mcp-remote downloads automatically on first use and is cached for subsequent launches.
Connect the Suite MCP Server to Databricks
Databricks supports external MCP servers as Unity Catalog connections. Once registered, the Suite MCP tools appear in AI Playground and can be used directly in AI Agents.
Requirements:
| Requirement | Detail |
|---|---|
| Databricks plan | Premium or above (Unity Catalog and AI Playground are not available on the Standard plan) |
| Unity Catalog | Enabled on the workspace |
| Databricks Runtime | 15.0 or later (required for HTTP connection type) |
| Permission | CREATE CONNECTION privilege on the Unity Catalog metastore, or workspace admin |
Configure the Suite MCP Server in Microsoft Copilot Studio
Prerequisites
- Access to Microsoft Copilot Studio with permission to create agents and tools
- Generative orchestration enabled in your agent (required for MCP)