MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

K01 MCP Server

by K01labs
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Privacy-preserving synthetic health data generation. FHIR R4/R5 compliant.

About

Privacy-preserving synthetic health data generation. FHIR R4/R5 compliant.

Remote endpoints: streamable-http: https://mcp.k01.is/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "is-k01-synthetic-health-data": {
      "url": "https://mcp.k01.is/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

K01 MCP Server

License: MIT MCP

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.

Available Tools

ToolDescriptionKey Parameters
generate_synthetic_cohortGenerate synthetic patient cohorts with demographic and clinical constraintscount, age_min/age_max, gender, condition (ICD-10), seed, locale
search_patientsSearch a virtual patient database with advanced healthcare filtersgender, birthdate, numberOfMedicinesFrom/To, conditionTypes, locale
get_patient_recordRetrieve a complete patient record with medication and condition summariespatient_id, fhir_version
get_patient_medicationsGet detailed medication records with ATC codes and therapeutic indicationspatient_id, seed, fhir_version
get_patient_conditionsRetrieve patient conditions with ICD-10 codes and localized namespatient_id, seed, fhir_version
compare_fhir_versionsCompare the same patient data across FHIR R4 and R5patient_id, resource_type

All tools support both FHIR R4 and R5. See docs/tools.md for full parameter documentation.

Quick Start

Claude Desktop

Add to your Claude Desktop configuration (Settings > MCP Servers):

{
  "mcpServers": {
    "k01": {
      "url": "https://mcp.k01.is/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Cursor

Add to your Cursor MCP configuration (.cursor/mcp.json):

{
  "mcpServers": {
    "k01": {
      "url": "https://mcp.k01.is/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Restart the application after adding the configuration. The K01 tools will appear in the tool list.

Authentication

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.

Examples

Generate a diabetic cohort

"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:

generate_synthetic_cohort(count=100, age_min=40, age_max=65, condition="E11.9", seed=42)

Search for complex patients

"Find patients with 3+ medications and chronic conditions"

search_patients(numberOfMedicinesFrom=3, conditionTypes="chronic", _count=20)

Compare FHIR versions

"How do this patient's medications look in R4 vs R5?"

compare_fhir_versions(patient_id="0101302989", resource_type="Medication")

See docs/examples.md for more workflows.

Privacy and Security

All data generated by K01 is fully synthetic. No real patient data is used, stored, or referenced at any point in the pipeline.

  • Differential privacy — noise injection with configurable epsilon values ensures generated distributions cannot be reverse-engineered to identify real individuals
  • No training on real data — the generation models are built from published clinical statistics and pharmacological references, not patient records
  • FHIR-compliant output — all resources conform to HL7 FHIR R4/R5 specifications, making them safe drop-in replacements for real data in development and testing
  • Deterministic seeding — use seeds for reproducible results without persisting any patient data server-side

Links

  • K01 Website
  • API Documentation
  • Tool Reference
  • Authentication Guide
  • Usage Examples
  • FAQ
  • MCP Protocol

License

This repository (documentation, configuration, and examples) is licensed under MIT. The K01 server implementation is proprietary.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeRemote Endpoint

Details

Published February 25, 2026
Version 1.7.1
0 installs
Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
518
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
72
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
33
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
20
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
18
Installs
10.0
Security
5.0
Local