1. Conduid
  2. Healthcare
  3. ai-powered-healthcare-assistant-mcp-server
MCP server · Healthcare

ai-powered-healthcare-assistant-mcp-server

Unclaimed healthcare
30Low

Scored 4 months ago · breakdown

About ai-powered-healthcare-assistant-mcp-server

ai-powered-healthcare-assistant-mcp-server is an MCP server in the Healthcare category. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/sunnyshin8/ai-powered-healthcare-assistant-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about ai-powered-healthcare-assistant-mcp-server

Powered by Claude · Grounded in docs

I know everything about ai-powered-healthcare-assistant-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Healthcare AI Assistant MCP Server

A HIPAA-compliant Model Context Protocol (MCP) server for secure healthcare AI workflows. Powered by Cequence AI Gateway for enterprise-ready agent authentication, with Epic/Cerner FHIR, RxNorm, X12 EDI integrations.

🚀 Full Setup Guide: Real Data Integration with Descope

Prerequisites

  • Git, Docker, Node.js, Python 3.10+
  • Cequence AI Gateway account (sign up)
  • Descope project (docs) with healthcare OAuth flows enabled
  • Neon PostgreSQL database (for PHI storage)
  • FHIR API credentials (Epic/Cerner developer accounts)

1. Clone and Install

git clone https://github.com/sunnyshin8/AI-Powered-Healthcare-Assistant-MCP-Server.git
cd AI-Powered-Healthcare-Assistant-MCP-Server
# Python backend
python -m venv venv
venv\Scripts\activate  # Windows
pip install -r requirements.txt
# Node.js frontend
cd frontend
npm install

2. Configure Environment

  • Copy .env.example to .env and fill in:
    • DESCOPE_PROJECT_ID, DESCOPE_API_KEY
    • NEON_DB_URL
    • CEQUENCE_GATEWAY_URL
    • FHIR_API credentials

3. Run with Real Data

# Start backend (Python)
cd healthcare-mcp-server
python app/main.py
# Start frontend (Next.js)
cd ../frontend
npm run dev

4. Descope Authentication Flow

  • Users log in via Descope OAuth (Google, Microsoft, etc.)
  • Descope issues JWT tokens for secure API access
  • Frontend stores session and passes token to backend for all requests
  • Backend validates token with Descope before accessing PHI

5. Real Data Flow

  1. User logs in (Descope)
  2. Frontend requests patient/appointment data
  3. Backend fetches from Neon DB, FHIR APIs, RxNorm, X12 EDI, etc.
  4. Data is returned to frontend and displayed in dashboard
  5. All access is logged and audited for compliance

6. Production Deployment

# Deploy backend and frontend (Fly.io, Render, Vercel, etc.)
fly deploy  # or render deploy
# Update Cequence Gateway and Descope with production URLs
# Enable audit logging and monitoring

🏥 Healthcare Integration

FHIR Servers

  • Epic: SMART on FHIR R4
  • Cerner: FHIR R4 endpoints
  • Custom: Any FHIR-compliant EHR system

Drug Information

  • RxNorm API: Drug interaction checking
  • OpenFDA API: Adverse event lookups

Insurance Processing

  • X12 EDI 270/271: Eligibility verification
  • Change Healthcare: Claims processing
  • CMS APIs: Medicare/Medicaid data

For more details, see docs/CEQUENCE_SETUP.md, docs/HIPAA_COMPLIANCE.md, and docs/API_REFERENCE.md.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About ai-powered-healthcare-assistant-mcp-server

How do I install ai-powered-healthcare-assistant-mcp-server?

Run git clone https://github.com/sunnyshin8/ai-powered-healthcare-assistant-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is ai-powered-healthcare-assistant-mcp-server safe to use with an AI agent?

Its trust score is 30 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is ai-powered-healthcare-assistant-mcp-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.