JondaX MCP Server
OfficialJondaX Model Context Protocol (MCP) 서버
JondaX by Jonda Health를 위한 공식 Model Context Protocol (MCP) 서버입니다. AI 어시스턴트(Antigravity, Claude Desktop, Cursor, Zed, Cline)를 JondaX Health Data Transformation Engine에 직접 연결하세요.
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 클라이언트 포털의 Integration 섹션에서 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