Skip to main content
Glama

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

🏗️ 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

  1. \get_patient_by_id\ - Obtener datos del paciente

  2. \get_patient_history\ - Historial clínico

  3. \get_patient_appointments\ - Citas médicas

  4. \schedule_appointment\ - Agendar cita

  5. \get_patient_ecografias\ - Estudios ecográficos del paciente

  6. \get_patient_invoices\ - Facturas médicas del paciente

  7. \get_crm_cases\ - Casos CRM asociados

  8. \analyze_patient_comprehensive\ - Análisis médico con IA

  9. \get_medical_stats\ - Estadísticas globales

  10. \get_emergency_cases\ - Casos de emergencia

  11. \get_hospitalization_status\ - Estado de hospitalización

  12. \get_available_doctors\ - Médicos disponibles

  13. \get_accounts_receivable\ - Cuentas por cobrar (CxC)

  14. \get_receivable_documents\ - Documentos de cobro (facturas/notas)

  15. \get_receivable_movements\ - Movimientos de cobro (pagos/ajustes)

  16. \get_accounts_payable\ - Cuentas por pagar (CxP)

  17. \get_payable_documents\ - Documentos de pago a proveedores

  18. \get_payable_movements\ - Movimientos de pago (pagos/retenciones)

Documentación

Ver \docs/\ para documentación completa.

F
license - not found
-
quality - not tested
-
maintenance - not tested

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
    C
    maintenance
    An 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.
    17
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    An 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.
  • A
    license
    B
    quality
    D
    maintenance
    This 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.
    16
    8
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP 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.
    33
    845
    1
    MIT

View all related MCP servers

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.

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/0xC1pher/yari-medic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server