Skip to main content
Glama
JondaHealthTech

JondaX MCP Server

Official

JondaX 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는 두 가지 핵심 처리 모듈과 검색 도구를 제공합니다:

도구 이름

유형

설명

upload_pathology_scan

비동기

병리 보고서 또는 검사 문서(PDF, JPG, PNG, JSON, CSV, Parquet 등)를 업로드합니다. JondaX는 비식별화, 추출, 정규화, 변환을 수행하고 추적을 위한 uploadId를 반환합니다.

upload_medical_device

동기

의료 기기 판독값(맥박 산소측정기, 혈압계, 혈당측정기 등)의 이미지를 업로드하고 판독값을 즉시 추출합니다.

get_upload_status

쿼리

처리 상태(uploaded, processing, completed, failed) 및 웹훅 전달 상태를 확인합니다.

get_extracted_results

쿼리

구조화된 추출 결과(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_KEY

JondaX API 토큰 (jondax_...)

JONDAX_BASE_URL

아니요

https://app.jondax.eu

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

문서 및 링크

라이선스

MIT © Jonda Health

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    13
    97
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to parse and search documents including PDF, Word, Excel, PowerPoint, and images via OCR, with support for semantic search and batch processing.
    2
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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