hivtools-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hivtools-mcpget the latest HIV prevalence statistics"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hivtools-mcp
API and MCP server for hivtools data
Github repository: https://github.com/hivtools/hivtools-mcp/
Documentation https://hivtools.github.io/hivtools-mcp/
Requirements
Related MCP server: Healthpoint MCP Server
Running
Setup
Install the dependencies into a local virtual environment:
uv syncRunning the API
For local development (reloads on file changes):
make dev
# equivalent to: uv run fastapi dev app/main.pyThis serves the API at http://127.0.0.1:8000, with interactive docs at http://127.0.0.1:8000/docs.
To run it as it runs in production:
uv run fastapi run app/main.pyWith Docker
docker build -t hivtools-mcp .
docker run -p 80:80 hivtools-mcpThe API is then served at http://127.0.0.1:80.
Development
Setup
Setup the pre-commit hooks
make installRunning the tests
make testContributing
See CONTRIBUTING.md for the local development workflow and code-quality checks.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server for the Healthie EHR & telehealth API: patients, appointments, charting, tasks.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server
Read-only MCP server over the APIs.io catalog — discover APIs, providers, tags & artifacts.
Related MCP Servers
- FlicenseCqualityCmaintenanceMCP server that exposes the OpenMRS/Bahmni REST API as tools for Claude to interact with Bahmni instances.19-
- AlicenseAqualityAmaintenanceRead-only MCP server for licensed Healthpoint HL7 FHIR API access.101Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to securely access, query, and mutate normalized user-controlled health data (e.g., from Apple Health or Supabase) through a bounded set of MCP tools, with optional OAuth and sandboxed deployment.MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for Kenya health facility and epidemiological data via KHIS/DHIS2.MIT