← Back to browse

K01 Synthetic Health Data

Indexed by is.k01

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http synthetic-health-data https://mcp.k01.is/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"synthetic-health-data","type":"http","url":"https://mcp.k01.is/mcp"}'
JSON
{
  "mcpServers": {
    "synthetic-health-data": {
      "url": "https://mcp.k01.is/mcp"
    }
  }
}