odgs-mcp-server
Allows pulling metadata from Databricks and automatically extracting sovereignty rules from Databricks data stores via the Flint Bridge.
Allows pulling metadata from Snowflake and automatically extracting sovereignty rules from Snowflake data stores via the Flint Bridge.
Click 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., "@odgs-mcp-serverrun governance maturity score on my project"
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.
Open Data Governance Standard (ODGS) — MCP Server
Deterministic governance enforcement at the AI agent boundary.
For engineers: See Quick Start below, or the guided walkthrough at metricprovenance.com/start.
For compliance and risk officers: The ODGS engine generates cryptographic audit trails (S-Certs).
For architectural clearance and certified packs: metricprovenance.com/pricing
See it in action

Eight DAMA DMBOK pillars scored in about ten minutes — real MCP server, real maturity engine, click to watch on GitHub.
ODGS MCP Server v0.3.4 — Maturity Diagnostics + Certified Pack Access
governance_score now delegates to the odgs-maturity 8-pillar DAMA DMBOK engine.
Regulatory compilation, drift detection, and catalog synchronisation require a Certified Pack licence.
The community tier — validation, scoring, conformance checking — remains open with no registration.
Core Capabilities
Change | Detail |
| Delegates to |
AuthGate | Community / Professional / Enterprise access via API key validation. 24h disk cache; |
Licensed tools |
|
The European Data Governance Maturity Benchmark 2026 recorded an average maturity of 37.6% across 99 enterprises — a 62.4% gap against current regulatory expectation.
governance_scoreapplies the same assessment methodology to your project.
What This Is
The ODGS MCP Server connects any MCP-compatible AI agent to the ODGS Sovereign Validation Engine. The engine evaluates data operations against governance rules at runtime and produces S-Certs (Sovereign Certificates) — cryptographically signed, machine-verifiable records that a governance rule was applied.
This is the bridge between probabilistic AI inference and deterministic governance enforcement.
EU AI Act & High-Risk AI Systems
Organisations operating High-Risk AI Systems under EU AI Act Articles 10 and 12 require demonstrable, auditable data governance at the pipeline level. S-Certs provide that audit trail in a format suitable for regulatory submission.
Certified Sovereign Packs and the S-Cert Registry are available through Metric Provenance certified implementation partners. For architectural assessment: metricprovenance.com/pricing.
Related MCP server: kevros-mcp
Capabilities
Runtime validation: Data payloads are evaluated against sovereign governance rules at call time; each evaluation produces a signed S-Cert.
Governance maturity scoring: 8-pillar DAMA DMBOK assessment (0–100) with per-pillar gap analysis, aligned to the European Governance Maturity Benchmark methodology.
Regulatory compilation (licensed): Converts legislative text — EU AI Act, DORA, GDPR — into validated ODGS rule JSON.
Semantic drift detection (licensed): Identifies definitional drift between governance artefacts across versions.
Enterprise catalog integration (licensed): Harvests and mints sovereign rules from Databricks, Snowflake, and Collibra via the Flint Bridge.
Quick Start
# Core validation capabilities (free, no account needed)
pip install odgs-mcp-server
# With maturity scoring
pip install odgs-mcp-server odgs-maturity
# Complete installation with LLM bridge capabilities
pip install "odgs-mcp-server[llm]"Client Configuration
The server operates over standard stdio transport, making it instantly compatible with any MCP client.
Add to claude_desktop_config.json:
{
"mcpServers": {
"odgs-governance": {
"command": "odgs-mcp-server",
"args": ["--transport", "stdio"],
"env": {
"ODGS_PROJECT_ROOT": "/path/to/your/odgs/project"
}
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"odgs-governance": {
"command": "odgs-mcp-server",
"args": ["--transport", "stdio"],
"env": {
"ODGS_PROJECT_ROOT": "/path/to/your/odgs/project"
}
}
}
}Licensed Tool Access
Regulatory compilation, certified packs, and catalog synchronisation require a Certified Pack licence. Provide the issued API key in your client configuration:
"env": {
"ODGS_API_KEY": "sk-odgs-...",
"ODGS_PROJECT_ROOT": "/path/to/your/odgs/project"
}Licences are self-serve — buy at metricprovenance.com/pricing and your key is emailed on purchase:
Tier | Price | Includes |
Community | Free |
|
Team | €990/yr | One certified regulation pack, signed + updated, plus all Professional tools |
Professional | €2,490/yr | All certified packs, priority re-signing on regulatory change |
Consultant | €4,990/yr | Professional + white-label / client-deliverable rights |
Enterprise deployments (Sovereign CA nodes, harvest_sovereign_rules) via certified partners.
Tools Reference
Community (Free — no API key required)
Tool | Description |
| Validate data against ODGS governance rules, produce S-Cert |
| Validate multiple payloads in one call |
| List available Certified Regulation Packs |
| Score governance maturity (0–100) across 8 DAMA pillars with gap analysis |
| Run ODGS conformance self-check (L1/L2) |
Professional (API Key Required)
Tool | Description |
| Download and cache certified regulatory rule packs locally |
| Convert regulation text → validated ODGS rule JSON |
| Detect semantic drift in governance definitions |
| Find contradictions between regulatory rules |
| Convert S-Cert → human-readable narrative |
| Auto-generate physical data mappings from catalogs |
Enterprise (API Key Required)
Tool | Description |
| (Flint Bridge) Automatically extract and mint rules from data stores — preview, pending verification against the harvester interface |
Architecture
The ODGS MCP Server is designed for zero-trust, local-first execution. All data validation happens strictly on your machine. No sensitive data leaves your perimeter.
flowchart TB
Agent[AI Agent\nClaude/Cursor/Custom]
subgraph "ODGS MCP Server"
Auth[AuthGate]
Val[OdgsInterceptor v6]
Maturity[odgs-maturity\n8-pillar DAMA]
LLM[OdgsLlmBridge]
Flint[Flint Bridge]
end
Reg[(S-Cert Registry\nregistry.metricprovenance.com)]
Project[(Local ODGS Project)]
Agent -- "JSON-RPC (stdio)" --> Auth
Auth -- "Validate Key (HTTPS, cached 24h)" --> Reg
Auth --> Val
Auth --> Maturity
Auth --> LLM
Auth --> Flint
Val -- "Reads Rules" --> Project
Val -- "Generates" --> SCert[S-Cert]
Maturity -- "Scores pillars" --> Project
LLM -- "Compiles Regulations" --> Project
Flint -- "Harvests Sovereign Rules" --> ProjectCertified Regulation Packs
Cryptographically signed rule bundles, each mapped to a specific regulatory instrument. Packs are compiled from authoritative legislative text and certified by Metric Provenance.
Pack | Regulation | Status |
EU AI Act | Regulation (EU) 2024/1689 | ✅ Certified |
DORA | Digital Operational Resilience Act | ✅ Certified |
GDPR | General Data Protection Regulation | ✅ Certified |
CSRD | Corporate Sustainability Reporting Directive | ✅ Certified |
NIS2 | Network and Information Security Directive | ✅ Certified |
Basel III | Basel Committee on Banking Supervision | ✅ Certified |
Full catalogue of 15+ packs. Licensing and deployment via metricprovenance.com/pricing.
Environment Variables
Variable | Description | Default |
| Path to ODGS governance definitions | Current directory |
| API key for Professional/Enterprise access | None (community) |
| Registry endpoint for key validation |
|
| Local cache for downloaded packs |
|
About ODGS
The Open Data Governance Standard (ODGS) is an open protocol for deterministic data governance enforcement. ODGS is on a path toward formal standardization.
Licence
Apache 2.0 — see LICENSE.
The protocol engine and MCP server are open source. Certified Regulation Packs are issued under a commercial licence.
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
- AlicenseAqualityAmaintenanceEnables AI agents to sign decisions with post-quantum cryptographic proofs and maintain secure audit trails for compliance. It provides tools for stamping events, verifying chain integrity, and exporting audit data across industries like finance and healthcare.Last updated4110MIT
- Alicense-quality-maintenanceGovernance primitives for autonomous agents. Verify actions against policy, record signed provenance, and bind intents cryptographically. Free tier available.Last updated
- Alicense-qualityAmaintenanceWraps any AI agent harness with kernel-level protection, cryptographic signing, and portable audit trails, ensuring your agents act within your sovereignty.Last updated6Apache 2.0
- AlicenseAqualityBmaintenanceIssues, verifies, and exchanges portable cryptographic compliance passports for AI agents, enabling offline verification of regulatory compliance across 11 frameworks.Last updated3MIT
Related MCP Connectors
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial.
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/MetricProvenance/odgs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server