hina-shah/heal_mcp_v1
3.1
If you are the rightful owner of heal_mcp_v1 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.
MCP server for HEAL V1 is designed to facilitate seamless communication and data exchange between various components of the HEAL ecosystem, ensuring efficient and reliable operations.
heal_mcp_v1
MCP server for HEAL V1
HEAL MCP server (FastMCP + OpenAPI)
This repository contains a minimal MCP server scaffold that uses FastMCP's
OpenAPI integration to expose the HEAL Search API (OpenAPI at
https://heal.renci.org/search-api/openapi.json) as an MCP server.
Quick start:
- Create and activate a Python 3.10+ virtualenv.
- Install deps:
pip install -r requirements.txt
- Run the server locally (HTTP transport on port 8080):
python -m src.heal_mcp_server
The server will expose MCP endpoints generated from the HEAL OpenAPI
spec. See .github/copilot-instructions.md for agent-focused tips.