yari-medic-mcp
Provides tools for interacting with a Django-based medical system (Yari System), enabling retrieval of patient data, clinical history, appointments, ecographies, invoices, CRM cases, comprehensive medical analysis, global statistics, emergency cases, hospitalization status, available doctors, accounts receivable and payable, and related documents and movements.
Click 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., "@yari-medic-mcpCan you pull up the patient history for ID 123?"
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.
Medical MCP Server - Yari System
Servidor MCP (Model Context Protocol) para el sistema médico Yari-System.
🚀 Inicio Rápido
\\ash
Instalar dependencias
npm install
Copiar configuración
cp .env.example .env
Iniciar en modo desarrollo
npm run dev
Iniciar en producción
npm start \\
Related MCP server: Intelligent Medical Assistant
📋 Requisitos
Node.js >= 22
npm >= 10
Django API corriendo en http://localhost:8000
🏗️ Estructura del Proyecto
\
medical_mcp_server/
├── src/
│ ├── server.ts # Servidor Express + MCP
│ ├── mcp.ts # Configuración MCP
│ ├── tools.ts # Herramientas médicas
│ ├── config.ts # Configuración
│ ├── types/ # TypeScript types
│ └── utils/ # Utilidades
├── tests/ # Tests
├── docs/ # Documentación
├── package.json
├── tsconfig.json
└── .env
\\
🔧 Configuración
Edita el archivo .env\ con tus configuraciones:
\\env PORT=3000 DJANGO_API_URL=http://localhost:8000 DJANGO_API_KEY=tu-api-key \\
📡 Endpoints
\GET /\ - Health check
\POST /mcp\ - Endpoint MCP principal
Herramientas MCP Disponibles
\get_patient_by_id\ - Obtener datos del paciente
\get_patient_history\ - Historial clínico
\get_patient_appointments\ - Citas médicas
\schedule_appointment\ - Agendar cita
\get_patient_ecografias\ - Estudios ecográficos del paciente
\get_patient_invoices\ - Facturas médicas del paciente
\get_crm_cases\ - Casos CRM asociados
\analyze_patient_comprehensive\ - Análisis médico con IA
\get_medical_stats\ - Estadísticas globales
\get_emergency_cases\ - Casos de emergencia
\get_hospitalization_status\ - Estado de hospitalización
\get_available_doctors\ - Médicos disponibles
\get_accounts_receivable\ - Cuentas por cobrar (CxC)
\get_receivable_documents\ - Documentos de cobro (facturas/notas)
\get_receivable_movements\ - Movimientos de cobro (pagos/ajustes)
\get_accounts_payable\ - Cuentas por pagar (CxP)
\get_payable_documents\ - Documentos de pago a proveedores
\get_payable_movements\ - Movimientos de pago (pagos/retenciones)
Documentación
Ver \docs/\ para documentación completa.
This server cannot be installed
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
- AlicenseAqualityCmaintenanceAn MCP server that connects AI assistants to OpenEMR instances to manage patient records, clinical trends, and medication safety. It provides 17 tools for tasks such as patient search, drug interaction checks, and generating comprehensive health trajectories and visit preparations.17MIT
- Flicense-qualityDmaintenanceAn MCP server and web application that enables natural language medical queries and patient data analysis powered by Gemini AI. It allows users to track and analyze patient biometrics, including vitals, sleep patterns, and laboratory results, through a comprehensive set of automated medical tools.
- AlicenseBqualityDmaintenanceThis MCP server provides 16 intelligent tools for searching, retrieving, and linking biomedical literature from PubMed and PMC. It enables LLM applications to perform complex queries, batch processing, and cross-database linking.168MIT
- AlicenseAqualityCmaintenanceMCP server for Tebra practice management that gives AI agents access to 45 tools for patients, appointments, billing, documents, and clinical data via SOAP and FHIR APIs.338451MIT
Related MCP Connectors
Hosted MCP server exposing US hospital procedure cost data to AI assistants
MCP server for AI access to Swagger by SmartBear.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
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/0xC1pher/yari-medic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server