JondaX MCP Server
OfficialJondaX Model Context Protocol (MCP) Server
Offizieller Model Context Protocol (MCP)-Server für JondaX von Jonda Health. Verbinden Sie KI-Assistenten (Antigravity, Claude Desktop, Cursor, Zed, Cline) direkt mit der JondaX Health Data Transformation Engine.
JondaX extrahiert Daten aus klinischen Dateien — PDFs, Bilder, HL7, FHIR — normalisiert sie und liefert saubere, strukturierte, kodierte Ausgabe in dem Format, das Ihr System benötigt.
Funktionen & MCP-Tools
JondaX bietet zwei zentrale Verarbeitungsmodule und Abruf-Tools:
Tool-Name | Typ | Beschreibung |
| Async | Lädt einen Pathologiebericht oder ein Labordokument hoch (PDF, JPG, PNG, JSON, CSV, Parquet usw.). JondaX anonymisiert, extrahiert, normalisiert, übersetzt und gibt eine |
| Sync | Lädt ein Bild einer Messung eines medizinischen Geräts hoch (Pulsoximeter, Blutdruckmessgerät, Blutzuckermessgerät usw.) und extrahiert die Messwerte sofort. |
| Query | Prüft den Verarbeitungsstatus ( |
| Query | Ruft strukturierte extrahierte Ergebnisse ab (JSON, FHIR JSON, FHIR XML, HL7, CSV, Parquet). 30 Tage lang aufbewahrt. Gibt HTTP 202 zurück, wenn die Verarbeitung noch läuft. |
Related MCP server: DICOM MCP Server
Konfiguration
Erhalten Sie Ihren API-Schlüssel im Bereich Integration im JondaX Client Portal. https://app.jondax.eu
Umgebungsvariable | Erforderlich | Standard | Beschreibung |
| Ja | — | Ihr JondaX-API-Token ( |
| Nein |
| Basis-URL der JondaX-API |
Schnellstart-Einrichtung in KI-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"
}
}
}
}So funktioniert es
┌──────────────┐ 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.)Unterstützte Ausgabeformate & Standards
FHIR: FHIR JSON, FHIR XML (Observation, DiagnosticReport)
HL7: HL7 v2
Standarddaten: JSON, CSV, Parquet
Terminologie & Kodierung: LOINC, standardisierte klinische Einheiten & normalisierte Bereiche
Compliance & Sicherheit
JondaX wurde speziell für Gesundheitsdaten entwickelt:
HIPAA · GDPR · PDPA · ISO 27001
Lokale Entwicklung
Wenn Sie beitragen oder aus dem Quellcode erstellen möchten:
git clone https://github.com/JondaHealthTech/jondax-mcp-server.git
cd jondax-mcp-server
npm install
npm run buildDokumentation & Links
API-Dokumentation: jondax.redocly.app
Produkt: jonda.health/product/jondax
Client-Portal: app.jondax.eu
Lizenz
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