MCPcopy Index your code
hub / github.com/anthropics/healthcare

github.com/anthropics/healthcare @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
4 symbols 22 edges 2 files 3 documented · 75%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Healthcare Marketplace for Claude Code

Skills for healthcare workflows including clinical trials, prior authorization review, and FHIR API development.

Quick Start

# Add the marketplace
/plugin marketplace add anthropics/healthcare

# Install skills
/plugin install fhir-developer@healthcare
/plugin install prior-auth@healthcare
/plugin install clinical-trial-protocol@healthcare

Available Skills

FHIR Developer

Plugin ID: fhir-developer@healthcare

Connect healthcare systems faster with specialized knowledge of HL7 FHIR R4 for healthcare data exchange, including resource structures, coding systems (LOINC, SNOMED CT, RxNorm), and validation patterns.

Requirements: None


Prior Authorization Review (Demo)

Plugin ID: prior-auth@healthcare

Demo skill that digests prior auth request documentation, performs initial checks (NPI, ICD-10, CMS Coverage, CPT), and summarizes the argument for medical necessity. Customize for your own use cases.

Requirements: None


Clinical Trial Protocol Generator

Plugin ID: clinical-trial-protocol@healthcare

Generate FDA/NIH-compliant clinical trial protocols for medical devices or drugs using a waypoint-based architecture.

Requirements: Python with scipy and numpy

Remote MCP Servers

MCP Name Description URL
CMS Coverage Access the CMS Coverage Database https://mcp.deepsense.ai/cms_coverage/mcp
NPI Registry Access US National Provider Identifier (NPI) Registry https://mcp.deepsense.ai/npi_registry/mcp
PubMed Search biomedical literature from PubMed https://pubmed.mcp.claude.com/mcp

Install MCP plugins:

claude mcp add-from-marketplace anthropics/healthcare/cms-coverage
claude mcp add-from-marketplace anthropics/healthcare/npi-registry
claude mcp add-from-marketplace anthropics/healthcare/pubmed

License

Skills are provided under Anthropic's terms of service.

Core symbols most depended-on inside this repo

create_project
called by 1
fhir-developer-skill/scripts/setup_fhir_project.py
calculate_continuous_sample_size
called by 1
clinical-trial-protocol-skill/scripts/sample_size_calculator.py
calculate_binary_sample_size
called by 1
clinical-trial-protocol-skill/scripts/sample_size_calculator.py
main
called by 1
clinical-trial-protocol-skill/scripts/sample_size_calculator.py

Shape

Function 4

Languages

Python100%

Modules by API surface

clinical-trial-protocol-skill/scripts/sample_size_calculator.py3 symbols
fhir-developer-skill/scripts/setup_fhir_project.py1 symbols

For agents

$ claude mcp add healthcare \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page