MedixHub
1
MedixHub Model Context Protocol Server is a JavaScript-based MCP server offering integrated access to medical and healthcare APIs, supporting functions like drug and disease data retrieval. It provides secure, parameter-validated endpoints and seamless LLM integration.
MedixHub Model Context Protocol (MCP) Server
A MCP server that provides integrated medical and healthcare API access via MedixHub.
Features
- JavaScript implementation
- Standardized MCP metadata functions
- Parameter validation
- Integration with LLMs like Ollama
- Secure API endpoints
- Streaming responses support
Implemented Functions
- Execute GraphQL queries with OpenTarget API
- Retrieve drug information from FDA database
- Map between generic and brand drug names
- Monarch database searches for biomedical entities
Getting Started
Prerequisites
- Node.js 14+
- npm or yarn
Installation
- Clone the repository
- Install dependencies
- Configure environment variables
- Start the server