Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“Š Data Platforms
  3. Aegis Dq
Aegis Dq logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:47:28 AM

Aegis Dq

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
data-qualitydata-platformsmcpllmsql

Runs warehouse data-quality rules, diagnoses failures with LLMs, and proposes SQL remediation through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "aegis-dq-aegis-dq": {
      "command": "uvx",
      "args": [
        "aegis-dq"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ“Š More in Data Platforms

Overview

The aegis-dq/aegis-dq MCP server lets compatible agents load a data-quality pipeline and run its validation workflow conversationally. It connects rule definitions and pipeline context to supported warehouses, then can use configured LLM providers to diagnose failures and suggest SQL remediation. Results include structured validation findings and an audit trail for LLM decisions, with cost and latency tracking. Reach for it when an agent needs to operate an Aegis DQ pipeline instead of invoking data-quality commands manually.

Use cases

โ€ขRun warehouse validation pipelines from an MCP-compatible agent
โ€ขLoad policy and schema context before checking data quality
โ€ขDiagnose failed rules with a configured LLM
โ€ขReview proposed SQL remediation for failed checks
โ€ขExecute offline validation without an LLM API key

Key features

โ€ขMCP pipeline loading and validation
โ€ขMulti-warehouse rule execution
โ€ขLLM root-cause analysis
โ€ขSQL remediation proposals
โ€ขAudit logging with cost and latency
โ€ขOffline validation mode

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Aegis Dq.

Extracted Tool Capabilities
MCP pipeline loading and validation
Multi-warehouse rule execution
LLM root-cause analysis
SQL remediation proposals
Audit logging with cost and latency
Offline validation mode

How Aegis Dq works

What aegis-dq/aegis-dq MCP server does

The aegis-dq/aegis-dq MCP server exposes Aegis DQโ€™s data-quality pipeline through MCP. An agent can load a pipeline manifest and start validation without repeatedly supplying the rules, database location, knowledge-base files, or business goal. The pipeline can validate warehouse data against structured rules and return a report that distinguishes passed and failed checks.

Aegis DQ supports rules for completeness, uniqueness, accepted values, referential integrity, statistical checks, custom SQL, and machine-learning anomaly detection. Its documented warehouse adapters cover DuckDB, PostgreSQL and Redshift, BigQuery, Databricks, AWS Athena, and Snowflake. The MCP layer is intended for conversational use with Hermes, Claude Desktop, and other MCP-compatible agents.

How it works

Create a pipeline manifest that points to a rules file and database, then optionally add policy or schema documents as knowledge-base context. A goal can describe the explanation or remediation detail expected from the run. The agent first calls load_pipeline, followed by run_validation.

During validation, Aegis DQ evaluates the configured rules and can send failures to an LLM for diagnosis and root-cause analysis. Supported LLM options documented by the project include Anthropic Claude, OpenAI, Ollama, and AWS Bedrock. The workflow can also produce proposed SQL fixes; these are proposals in the documented pipeline and should be reviewed before execution.

The project records LLM decisions in an audit trail, including cost and latency. For environments that do not need model analysis, Aegis DQ supports offline validation with LLM processing disabled.

Setup and configuration

Install the Python package with:

Terminal
pip install aegis-dq

Install the mcp extra for MCP support:

Terminal
pip install 'aegis-dq[mcp]'

Start the MCP process with aegis mcp. A Hermes configuration example passes ANTHROPIC_API_KEY through the server environment. The required credential depends on the selected LLM provider; offline mode does not require an API key. Warehouse-specific extras are available for BigQuery, Databricks, Athena, PostgreSQL or Redshift, and Snowflake.

A minimal manifest can specify a name, rules path, database path, knowledge-base files, and a natural-language goal. The README demonstrates a local DuckDB file, but the framework also documents adapters for external warehouses.

Tools and capabilities

The documented MCP workflow provides:

  • load_pipeline to load a pipeline manifest.
  • run_validation to execute the loaded pipeline.
  • Rule evaluation across supported warehouse adapters.
  • LLM-based failure diagnosis and root-cause analysis when enabled.
  • Generated SQL remediation proposals.
  • Structured validation reporting.
  • Audit records for LLM decisions, with cost and latency information.
  • Offline validation when the LLM is disabled.

The same package can also be used outside MCP through its CLI, GitHub Actions integration, Airflow support, and REST extra, but those are separate interfaces from the MCP server.

Limitations and notes

The aegis-dq/aegis-dq MCP server does not remove the need to configure a pipeline, rules, and a warehouse connection. LLM diagnosis requires a supported provider and its credentials unless offline mode is selected. LLM-generated remediation SQL should be reviewed before applying it to production data.

The README identifies Claude Desktop as an MCP-compatible client, but it does not provide a complete standalone Claude Desktop configuration in the supplied material. Warehouse availability can also depend on installing the matching optional package extra and supplying the connection details required by that warehouse.

Aegis DQ is released under Apache-2.0. The project requires Python 3.11 or newer according to its package information.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Data Platforms View all alternatives
  • Metabase MCP logoMetabase MCP

    MCP server connecting Claude to Metabase with 28 tools for natural language data analysis, dashboard management, SQL queries, and automated insights. Features SQL guardrails, rate limiting, and audit logging.

    ๐Ÿ“Š Data Platforms3 views
    Compare vs Metabase MCP โ†’
  • MCP Databricks Server logoMCP Databricks Server

    Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status.

    ๐Ÿ“Š Data Platforms3 views
    Compare vs MCP Databricks Server โ†’
  • Alkemi MCP logoAlkemi MCP

    MCP Server for natural language querying of Snowflake, Google BigQuery, and DataBricks Data Products through Alkemi.ai.

    ๐Ÿ“Š Data Platforms3 views
    Compare vs Alkemi MCP โ†’
  • C
    CorpusIQ
    Verified

    65+ MCP tools for business operations: ecommerce, finance, marketing, and analytics data through one streamable-HTTP endpoint. Built for operators.

    ๐Ÿ“Š Data Platforms5 views
    Compare vs CorpusIQ โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
4
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Aegis Dq

Install the package with `pip install 'aegis-dq[mcp]'`, then start it with `aegis mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAegis Dq AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aegis-dq-aegis-dq?style=directory)](https://allmcps.com/mcp/aegis-dq-aegis-dq)
HTML Embed
<a href="https://allmcps.com/mcp/aegis-dq-aegis-dq"><img src="https://allmcps.com/api/badge/aegis-dq-aegis-dq?style=directory" alt="Aegis Dq on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“ŠData Platforms
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthAPI key
LicenseApache-2.0
ClientsClaude Desktop
Last updatedSep 7, 2026
9/9 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 27, 2026
48Quality signal: Fair ยท 48/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท aegis-dq (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“Š Data Platforms โ†’Best MCP servers for Data Platforms โ†’Alternatives to Aegis Dq โ†’Install in Claude DesktopInstall in CursorInstall in VS Code