JondaX MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@JondaX MCP ServerUpload this pathology report PDF and extract the results as FHIR JSON."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JondaX Model Context Protocol (MCP) Server
Official Model Context Protocol (MCP) server for JondaX by Jonda Health. Connect AI assistants (Antigravity, Claude Desktop, Cursor, Zed, Cline) directly to the JondaX Health Data Transformation Engine.
JondaX extracts data from clinical files — PDFs, images, HL7, FHIR — normalises it, and returns clean, structured, coded output in the format your system needs.
Capabilities & MCP Tools
JondaX provides two core processing modules and retrieval tools:
Tool Name | Type | Description |
| Async | Uploads a pathology report or lab document (PDF, JPG, PNG, JSON, CSV, Parquet and etc). JondaX de-identifies, extracts, normalises, translates, and returns an |
| Sync | Uploads an image of a medical device reading (pulse oximeter, blood pressure monitor, glucometer, etc.) and extracts readings instantly. |
| Query | Checks processing status ( |
| Query | Retrieves structured extracted results (JSON, FHIR JSON, FHIR XML, HL7, CSV, Parquet). Retained for 30 days. Returns HTTP 202 if still in progress. |
Related MCP server: DICOM MCP Server
Configuration
Get your API key from the Integration section in the JondaX Client Portal. https://app.jondax.eu
Environment Variable | Required | Default | Description |
| Yes | — | Your JondaX API token ( |
| No |
| JondaX API Base URL |
Quickstart Setup in AI Tools
1. In 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. In 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"
}
}
}
}How It Works
┌──────────────┐ 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.)Supported Output Formats & Standards
FHIR: FHIR JSON, FHIR XML (Observation, DiagnosticReport)
HL7: HL7 v2
Standard Data: JSON, CSV, Parquet
Terminology & Coding: LOINC, standard clinical units & normalized ranges
Compliance & Security
JondaX is built specifically for healthcare data:
HIPAA · GDPR · PDPA · ISO 27001
Local Development
If contributing or building from source:
git clone https://github.com/JondaHealthTech/jondax-mcp-server.git
cd jondax-mcp-server
npm install
npm run buildDocumentation & Links
API Docs: jondax.redocly.app
Product: jonda.health/product/jondax
Client Portal: app.jondax.eu
License
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