Tinfloz/mcp-server-ho
If you are the rightful owner of mcp-server-ho and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Python-based MCP Server that answers patient-specific medical queries using a Retrieval-Augmented Generation (RAG) system integrated with the OpenAI Chat Completions API.
๐ฅ Patient Query Assistant with RAG + OpenAI API
A Python-based MCP Server that answers patient-specific medical queries using a Retrieval-Augmented Generation (RAG) system integrated with the OpenAI Chat Completions API.
The function retrieves context-specific medical data about a patient from an Azure AI Search (a Vector Database), and uses an LLM to generate precise, context-aware responses.
๐ Overview
This utility allows you to query a patient's medical information by providing:
patient_name
: The name of the patient (as a string).query
: The natural language question you want to ask (as a string).
The system normalizes the patientโs name by removing spaces and converting it to lowercase, retrieves relevant data using an indexer, and sends this context along with your query to an OpenAI model to generate a smart, human-readable response.
๐ ๏ธ Features
โ
Patient name normalization (removes spaces and lowercases for consistent lookups)
โ
Retrieval-Augmented Generation (RAG) powered by Azure AI Search and Storage Accounts
โ
Natural language interaction via OpenAI Chat Completions API
โ
Designed for secure and context-aware medical information handling