Privacy-preserving synthetic health data generation. FHIR R4/R5 compliant.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by K01 Synthetic Health Data.
generate_synthetic_cohortGenerate synthetic patient cohorts with demographic and clinical constraints
search_patientsSearch a virtual patient database with advanced healthcare filters
get_patient_recordRetrieve a complete patient record with medication and condition summaries
get_patient_medicationsGet detailed medication records with ATC codes and therapeutic indications
get_patient_conditionsRetrieve patient conditions with ICD-10 codes and localized names
compare_fhir_versionsCompare the same patient data across FHIR R4 and R5
Generate and query clinically realistic synthetic health data directly from your AI workflow.
K01's MCP server gives AI agents and LLM-powered tools access to privacy-preserving synthetic health data generation. Generate FHIR-compliant patient cohorts, query structured EHR data, and compare across FHIR versions β all with built-in differential privacy. No real patient data is involved at any point.
This repository contains documentation and configuration for the K01 MCP server. The server implementation is proprietary and runs on K01 infrastructure.
| Tool | Description | Key Parameters |
|---|---|---|
generate_synthetic_cohort | Generate synthetic patient cohorts with demographic and clinical constraints | count, age_min/age_max, gender, condition (ICD-10), seed, locale |
search_patients | Search a virtual patient database with advanced healthcare filters | gender, birthdate, numberOfMedicinesFrom/To, conditionTypes, locale |
get_patient_record | Retrieve a complete patient record with medication and condition summaries | patient_id, fhir_version |
get_patient_medications | Get detailed medication records with ATC codes and therapeutic indications | patient_id, seed, fhir_version |
get_patient_conditions | Retrieve patient conditions with ICD-10 codes and localized names | patient_id, seed, fhir_version |
compare_fhir_versions | Compare the same patient data across FHIR R4 and R5 | patient_id, resource_type |
All tools support both FHIR R4 and R5. See docs/tools.md for full parameter documentation.
Add to your Claude Desktop configuration (Settings > MCP Servers):
Add to your Cursor MCP configuration (.cursor/mcp.json):
Restart the application after adding the configuration. The K01 tools will appear in the tool list.
The K01 MCP server uses Bearer token authentication. Include your API key in the Authorization header.
To get an API key, contact K01 at k01.is. Self-service key provisioning is coming soon.
See docs/authentication.md for details.
"Generate 100 patients aged 40-65 with Type 2 diabetes"
The generate_synthetic_cohort tool creates a FHIR Bundle with Patient, Condition, MedicationStatement, Procedure, and Observation resources:
"Find patients with 3+ medications and chronic conditions"
"How do this patient's medications look in R4 vs R5?"
See docs/examples.md for more workflows.
All data generated by K01 is fully synthetic. No real patient data is used, stored, or referenced at any point in the pipeline.
This repository (documentation, configuration, and examples) is licensed under MIT. The K01 server implementation is proprietary.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/k01-synthetic-health-data)<a href="https://allmcps.com/mcp/k01-synthetic-health-data"><img src="https://allmcps.com/api/badge/k01-synthetic-health-data?style=directory" alt="K01 Synthetic Health Data on AllMCPs" /></a>