JondaX MCP Server
OfficialJondaX Model Context Protocol (MCP) 服务器
JondaX by Jonda Health 的官方 Model Context Protocol (MCP) 服务器。将 AI 助手(Antigravity、Claude Desktop、Cursor、Zed、Cline)直接连接到 JondaX 健康数据转换引擎。
JondaX 从临床文件——PDF、图片、HL7、FHIR——中提取数据,将其规范化,并以你的系统所需的格式返回干净、结构化、编码化的输出。
功能与 MCP 工具
JondaX 提供两个核心处理模块和检索工具:
工具名称 | 类型 | 描述 |
| 异步 | 上传病理报告或实验室文档(PDF、JPG、PNG、JSON、CSV、Parquet 等)。JondaX 会进行去标识化、提取、规范化与转换,并返回用于跟踪的 |
| 同步 | 上传医疗设备读数图像(脉搏血氧仪、血压计、血糖仪等),并即时提取读数。 |
| 查询 | 检查处理状态( |
| 查询 | 检索结构化提取结果(JSON、FHIR JSON、FHIR XML、HL7、CSV、Parquet)。结果保留 30 天。如果仍在处理中,则返回 HTTP 202。 |
Related MCP server: DICOM MCP Server
配置
从 JondaX 客户端门户的集成部分获取你的 API 密钥。https://app.jondax.eu
环境变量 | 必需 | 默认值 | 描述 |
| 是 | — | 你的 JondaX API 令牌( |
| 否 |
| JondaX API 基础 URL |
在 AI 工具中的快速入门设置
1. 在 Claude Desktop 中(claude_desktop_config.json)
{
"mcpServers": {
"jondax": {
"command": "npx",
"args": ["-y", "@jondax/mcp-server"],
"env": {
"JONDAX_API_KEY": "YOUR_JONDAX_API_KEY",
"JONDAX_BASE_URL": "https://app.jondax.eu"
}
}
}
}2. 在 Cursor / Antigravity 中(mcp_config.json)
{
"mcpServers": {
"jondax": {
"command": "npx",
"args": ["-y", "@jondax/mcp-server"],
"env": {
"JONDAX_API_KEY": "YOUR_JONDAX_API_KEY",
"JONDAX_BASE_URL": "https://app.jondax.eu"
}
}
}
}工作原理
┌──────────────┐ upload_pathology_scan ┌─────────────────────────────┐
│ ├───────────────────────────────►│ JondaX Transformation Engine│
│ AI Agent │ │ • De-identifies & Extracts │
│ (Antigravity │◄───────────────────────────────┤ • Maps Medical Terminology │
│ / Claude) │ Returns uploadId │ • Converts Units & Codes │
│ │ └──────────────┬──────────────┘
│ │ get_extracted_results │
│ ├───────────────────────────────────────────────┘
│ │◄───────────────────────────────
│ │ Returns Structured Results
└──────────────┘ (JSON, FHIR, HL7, CSV, etc.)支持的输出格式与标准
FHIR:FHIR JSON、FHIR XML(Observation、DiagnosticReport)
HL7:HL7 v2
标准数据:JSON、CSV、Parquet
术语与编码:LOINC、标准临床单位与标准化范围
合规与安全
JondaX 专为医疗健康数据而构建:
HIPAA · GDPR · PDPA · ISO 27001
本地开发
如果要贡献代码或从源码构建:
git clone https://github.com/JondaHealthTech/jondax-mcp-server.git
cd jondax-mcp-server
npm install
npm run build文档与链接
API 文档:jondax.redocly.app
客户端门户:app.jondax.eu
许可证
MIT © Jonda Health
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables LLM-based agents to interact with FHIR healthcare data through natural language prompts, providing full CRUD operations on FHIR resources, document processing, and semantic search capabilities.1397MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to query, read, download, and move medical imaging data on DICOM servers (PACS, VNA) including patient searches, study retrieval, PDF report extraction, and image transfer to AI endpoints for analysis.MIT
- AlicenseNot gradedqualityBmaintenanceEnables intelligent document processing by extracting text, classifying document types, and generating structured summaries from PDFs and images using vision LLMs.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to parse and search documents including PDF, Word, Excel, PowerPoint, and images via OCR, with support for semantic search and batch processing.2MIT
Related MCP Connectors
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JondaHealthTech/jondax-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server