Clinical MCP Server
Provides tools for validating, explaining, and remediating clinical supply data quality across Bronze, Silver, and Gold layers using Unity Catalog and Delta tables on Azure Databricks.
Integrates with Azure OpenAI to power agent-based data quality analysis, root cause analysis, and natural language queries about clinical supply data.
Supports validation and ingestion of SAP batch raw data as part of clinical supply chain data processing pipelines.
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., "@Clinical MCP Servervalidate the sap_batch_raw table"
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.
Clinical Supply Chain Agentic Data Platform
AI-powered platform that validates, explains, and remediates clinical supply data quality across Bronze → Silver → Gold on Azure Databricks, with governed MCP tools, data contracts, and an evaluation harness mapped to G7 Engineer II criteria T1 / T2 / T3.
Storage: Databricks only — Unity Catalog Volumes for landing files and managed Delta tables for Bronze/Silver/Gold. No separate Azure Data Lake / ADLS account in this design.
Quick start (local)
python -m venv .venv
# Windows
.venv\Scripts\activate
pip install -r requirements.txt
# List contracts
python -m clinical_platform.cli list-contracts
# Happy-path validation
python -m clinical_platform.cli validate sap_batch_raw
# Portfolio demo — schema drift
python -m clinical_platform.cli demo-drift
# Agents
python -m agents.cli dq --drift
python -m agents.cli rca
python -m agents.cli ask "Why did Gold trial inventory fail today?"
# T3 evaluation
python -m eval.harnessCopy .env.example → .env when you wire Azure OpenAI (offline fallback works without it).
Related MCP server: dbt-doctor
Repository layout
contracts/ # YAML table contracts (source of truth)
clinical_platform/ # validate_table, expectations, local engine
mcp_server/ # Governed tools for agents
agents/ # DQ, RCA, Q&A
prompts/ # Versioned system prompts
eval/ # Golden Q&A + harness
metadata/ddl.sql # Unity Catalog metadata tables
notebooks/ # Databricks job entrypoints
workflows/ # Databricks Asset Bundle stub
docs/ # Architecture notes
tests/ # Unit testsMapping to assessment criteria
Criterion | What this repo proves |
T1 | MCP tool server, reusable agent skills, prompt-backed RCA/Q&A, knowledge via contracts/lineage |
T2 | Contract-driven validation, quality reports, lineage stubs, GxP-gated remediation proposals |
T3 | Golden eval set, keyword/tool groundedness scores, versioned prompts, nightly job stub |
Databricks next steps
Run
metadata/ddl.sqlin your workspace (creates catalogs, schemas, Volumes, metadata tables).Sync contracts into
clinical_supply.metadata.table_contracts.Land source files in
/Volumes/clinical_supply/bronze/landing/(not ADLS).Point notebooks at cluster libraries (
pip install -e .).Deploy
workflows/databricks.ymlwith Databricks Asset Bundles.Replace local engine with Spark/Great Expectations runner when ready.
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
- AlicenseBqualityAmaintenanceAgentic 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.Last updated64Apache 2.0
- Alicense-qualityDmaintenanceAI-driven MCP server that audits, profiles, detects schema drift, and auto-generates documentation for dbt projects, enabling natural language interaction with your dbt project's health.Last updated132MIT
- Alicense-qualityDmaintenanceA production-ready MCP server that provides comprehensive dbt project quality assessment for any GitHub repository, enabling AI agents to analyze dbt models, check metadata coverage, and map data lineage.Last updated9MIT
- Alicense-qualityCmaintenanceMulti-dimensional data quality validation and statistical anomaly detection for LLM training data, with auto-fix pipeline and MCP tools for AI IDE integration.Last updatedMIT
Related MCP Connectors
Knowledge coverage map and health score. Ingest docs into a governed knowledge graph via MCP.
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
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/sap2409/Clinical-trail-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server