Servers
MedixHub Model Context Protocol (MCP) Server
@profliuhao
MedixHub - A Model Context Protocol (MCP) server with a collection of medical and healthcare APIs and tools.
Overview
What is MedixHub Model Context Protocol (MCP) Server?
A Model Context Protocol server providing medical and healthcare API access through MedixHub. It exposes JavaScript-implemented functions for querying OpenTarget, FDA drug labels, and Monarch databases, designed to integrate with LLMs like Ollama.
How to use MedixHub Model Context Protocol (MCP) Server?
Install Node.js 14+, clone the repo, run npm install, configure .env with API keys and OLLAMA_API_URL, then start with npm start. Invoke functions via the /execute endpoint with a JSON body specifying the function name and parameters, or use direct /medixhub endpoints. Authentication (API key or JWT) is required in production