JondaX MCP Server
OfficialJondaX Model Context Protocol (MCP) サーバー
Jonda Health の JondaX 向け公式 Model Context Protocol (MCP) サーバーです。AI アシスタント(Antigravity、Claude Desktop、Cursor、Zed、Cline)を JondaX Health Data Transformation Engine に直接接続できます。
JondaX は、臨床ファイル(PDF、画像、HL7、FHIR)からデータを抽出して正規化し、お客様のシステムが必要とする形式で、クリーンで構造化されたコード化済みの出力を返します。
機能と MCP ツール
JondaX は、2 つのコア処理モジュールと取得ツールを提供します:
ツール名 | タイプ | 説明 |
| 非同期 | 病理レポートまたは検査文書(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 Client Portal の 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