oracle-eim-dq
Oracle EIM Data Quality
Eigener MCP-Server für verwaltete EIM-Datenqualitätsprüfungen gegen On-Prem Oracle und Oracle ATP. Dies ist nicht der Oracle-MCP-Chatbot.
Das Chatbot-Projekt (oracle-mcp-chatbot) beantwortet Fragen in natürlicher Sprache. Dieses Projekt lädt nur ACTIVE Regeln aus EIM_APPS.EIM_DQ_RULES_LOOKUP, führt freigegebene schreibgeschützte Aggregat-SQL aus und liefert einen direktionstauglichen Markdown-Bericht.
pip install --target .pydeps -r requirements-dev.txt
PYTHONPATH=.pydeps:src pytest
cp .env.example .env # add credentials
PYTHONPATH=.pydeps:src python -m oracle_mcp.server --profile both --check
PYTHONPATH=.pydeps:src python -m oracle_mcp.server --profile bothRegel-Workflow und Berichtsvorgaben: docs/data-quality-framework.md.
Was es tut
Funktion | Umsetzung |
Getrennt vom Chatbot | Eigenes Repository, eigener MCP-Server-Name |
Nur ACTIVE-Regeln | Katalogfilter |
Checkpoint-Kontext |
|
Schreibgeschützt | AST-Schutz plus |
Metriken | Gesamt, fehlgeschlagen, Erfolgsquote, Fehlerquote, Schweregrad |
Trend | Lokaler JSONL-Verlauf im Vergleich zur vorherigen Ausführung |
Related MCP server: database-mcp
MCP-Tools
list_active_dq_rulesexecute_data_quality_ruleplus dieselben schreibgeschützten Discovery-/Validate-/Execute-Tools zur Bestätigung von Objekten
Cursor MCP
Verweisen Sie Cursor auf mcp-clients/cursor-mcp.json (ersetzen Sie absolute Pfade). Die Workspace-Datei .cursor/mcp.json sollte oracle-eim-dq registrieren, mit cwd bezogen auf dieses Repository, nicht auf oracle-mcp-chatbot.
Lokal testen
Führen Sie diese Befehle in diesem Repository aus:
# 1. Unit and security tests (no database required)
PYTHONPATH=.pydeps:src .pydeps/bin/pytest -q
# 2. Verify both Oracle connections
PYTHONPATH=.pydeps:src python3 -m oracle_mcp.server --profile both --check
# 3. Verify the MCP tool surface and read the live ACTIVE-rule catalog
PYTHONPATH=.pydeps:src python3 scripts/verify_dq.pyErwartete Live-Verifizierung:
{
"status": "OK",
"server": "oracle-eim-dq",
"databases": ["ATP", "ONPREM"],
"dq_tools": ["execute_data_quality_rule", "list_active_dq_rules"]
}Falls active_rule_count 0 ist, funktionieren Konnektivität und MCP, aber der verwaltete Katalog enthält noch keine ACTIVE-Regeln. Tragen Sie die Katalogzeilen außerhalb dieser schreibgeschützten Anwendung ein und genehmigen Sie sie. Führen Sie anschließend die Verifizierung erneut aus.
Nach Änderung von .cursor/mcp.json laden Sie die MCP-Server von Cursor neu. Fragen Sie im Chat zuerst: List the active EIM data-quality rules. Führen Sie keine Regelausführung aus, bis dieser Aufruf eine ACTIVE Regel-ID zurückgibt.
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
- AlicenseBqualityCmaintenanceAgentic data quality MCP server — runs structured validation rules against warehouses (DuckDB, BigQuery, Athena, Databricks, Postgres), diagnoses failures with LLM root cause analysis, and proposes SQL remediations. Full audit trail of every AI decision.64Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAutomatically discovers database schema, performs data quality checks on tables and columns, and generates natural-language root cause analysis reports using Ollama LLM.
- FlicenseNot gradedqualityBmaintenanceProvides governed MCP tools for validating, explaining, and remediating clinical supply chain data quality across Bronze, Silver, and Gold layers on Azure Databricks, with data contracts and an evaluation harness.
- AlicenseAqualityBmaintenanceGenerates and deploys Cloudera Data Engineering (CDE) Airflow jobs from ODCS data contracts, validating live table data in CDW against schema and data-quality rules without WAP staging.13Apache 2.0
Related MCP Connectors
Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.
Stateless advisor + validator for Conducted Development: kickoff, artifact validation, rule checks.
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
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/vdobhal/oracle-eim-dq'
If you have feedback or need assistance with the MCP directory API, please join our Discord server