iceDQ MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@iceDQ MCP ServerProfile the orders table and suggest data quality checks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What Is This?
The iceDQ MCP Server lets you manage your entire data quality lifecycle through conversation in Claude Desktop. Ask Claude to explore your data sources, create validation rules, run reconciliations, monitor executions, and analyze results — no UI switching required.
48 tools covering the full data quality lifecycle:
Capability | What you can do |
Data Exploration | Browse workspaces, connections, databases, schemas, tables, and columns |
Data Profiling | Fetch real sample data and analyze quality metrics (nulls, patterns, types) |
AI Suggestions | Get intelligent check recommendations based on your data profile |
Validation Rules | Create row-level rules with NotNull, Format, ValidValues, Length, Date, and Custom Groovy checks |
Duplicate Detection | Identify duplicates on business keys, composite keys, or conditional criteria |
Pushdown Rules | SQL-driven aggregate validation (GROUP BY, JOINs, referential integrity) |
Checksum Rules | Cross-source comparison (row counts, sums) between two different connections |
Reconciliation | Row-level cross-source matching with AI-powered join key and column mapping |
Workflows | Chain multiple rules into sequential execution workflows |
Schedules | Automate rule execution with one-time, daily, or weekly schedules |
Execution & Monitoring | Run rules on demand, track status, and view exception reports |
Organization | Manage folders, move rules in batch, create reusable parameters |
Related MCP server: MCP Data Visualization Server
Installation in Claude Desktop
Prerequisites
Requirement | Details |
Claude Desktop | Latest version — download here |
Operating System | Windows 10+ or macOS 10.15+ |
iceDQ | v7.5.0+ with a valid user account |
Step 1 — Download the Extension
Download the latest icedq-mcp-server.mcpb file from the Releases page.
Step 2 — Get Your iceDQ Credentials
You need the following values from your iceDQ instance before configuring the extension:
Value | Where to find it |
Base URL | Your iceDQ instance URL (e.g. |
Realm | Authentication realm (default: |
Client ID | Administration → Security → Client Credentials |
Client Secret | Administration → Security → Client Credentials |
Username | Your iceDQ login email |
Password | Your iceDQ login password |
Organization ID | Visible in any rule's metadata (e.g. |
Step 3 — Install the .mcpb Extension
Windows
Open Claude Desktop
Click the menu icon (top-left) → Settings
Go to the Extensions tab
Click Install Extension
Browse to and select
icedq-mcp-server.mcpbClick Open — Claude Desktop installs the extension
macOS
Open Claude Desktop
Click Claude in the menu bar → Settings
Go to the Extensions tab
Click Install Extension
Browse to and select
icedq-mcp-server.mcpbClick Open — Claude Desktop installs the extension
Step 4 — Configure Your Credentials
After installation, Claude Desktop will prompt you to configure the extension:
In Settings → Extensions, find iceDQ Data Quality Platform and click Configure
Fill in the fields:
Field | Value |
iceDQ Base URL | Your instance URL (e.g. |
Realm Name |
|
Client ID | Your OAuth client ID |
Client Secret | Your OAuth client secret |
Username | Your iceDQ username |
Password | Your iceDQ password |
Organization ID | Your org ID (e.g. |
Click Save and enable the extension by clicking Enable toggle.
Step 5 — Verify the Installation
Start a new conversation in Claude Desktop
Type:
List my iceDQ workspacesClaude should respond with your workspace names and IDs
If it works — you're ready to go.
Usage Examples
Explore your data:
"List my iceDQ workspaces and show the connections in Production_DQ"
Profile a table:
"Fetch sample data from the Customers table and suggest quality checks"
Create a validation rule:
"Create a validation rule called Customer_Quality_Checks with those suggested checks"
Run and monitor:
"Execute Customer_Quality_Checks and show me the results"
Cross-source comparison:
"Compare row counts between SQL Server Orders and Snowflake FACT_ORDERS"
Reconciliation:
"Reconcile the Customers table between Oracle and Snowflake using email as the join key"
Troubleshooting
Issue | Solution |
Extension not appearing | Restart Claude Desktop after installation |
Authentication failed | Verify Client ID, Client Secret, username, and password |
No workspaces returned | Check Base URL and ensure your user has workspace access |
SSL certificate error | Set Verify SSL to |
Tools not responding | Enable Debug Mode in extension settings and check logs |
Debug Logs
Enable Debug Mode in Settings → Extensions → iceDQ → Configure.
Log file locations:
Windows:
%APPDATA%\Claude\Logs\extensions\macOS:
~/Library/Logs/Claude/extensions/
Security & Privacy
Credentials are stored in your OS keychain — never on external servers
All communication uses HTTPS with OAuth 2.0
Data flows directly between Claude Desktop and your iceDQ instance — no third parties
No telemetry or tracking of any kind
No data persistence beyond the active session
Full details: https://icedq.com/privacy-policy
Support
Channel | Contact |
Documentation | |
Website |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceConnects Claude Desktop directly to databases, allowing it to explore database structures, write SQL queries, analyze datasets, and create reports through an API layer with tools for table exploration and query execution.414Mozilla Public 2.0
- Alicense-qualityFmaintenanceEnables creating interactive data visualizations from natural language queries using DuckDB for local databases or Databricks for enterprise data warehouses. Supports multiple chart types, CSV imports, SQL queries, and automatic statistical analysis through Claude Desktop.19MIT
- AlicenseAqualityDmaintenanceAn enterprise-grade data analysis system that enables users to discover data sources, configure analyses, and execute workflows through Claude Desktop. It features intelligent caching, session isolation, and secure JWT authentication for streamlined multi-user data orchestration.10MIT
- Alicense-qualityCmaintenanceEnables AI-driven data quality operations such as validation, enrichment, and deduplication for customer data fields including email, address, phone, and LinkedIn profiles through natural language interactions.2MIT
Related MCP Connectors
The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/icedq-tools/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server