24 tools for evidence-graded clinical queries, hormones, peptides, longevity & drug interactions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The AI-native infrastructure for peptide, hormone, and longevity medicine.
This repository is the public-facing integration reference for enterprise partners and API integrators. The MCP server source is published in this repository at Hormonaly-ai/hormonaly-public. For clinical access, visit hormonaly.ai.
Hormonaly combines three pillars into one platform:
By the numbers:
| Metric | Value |
|---|---|
| Protocols | 594+ across 31 clinical categories |
| Studies indexed | 10,000+ |
| AI agents | 42 specialist + background agents |
| Design partner clinics | 21 |
| Clinicians trained | 1,000+ |
| Countries | 5 |
| Quality pipeline checks | 13 per response |
| Citation verification | PubMed PMID-validated, 4s timeout |
Core products available via API:
| Product | Description |
|---|---|
| Helix | Clinical intelligence engine — multi-agent RAG, GRADE-scored answers, streaming SSE |
| Scribe | SOAP/DAP/Narrative clinical note generator with citation grounding |
| PharmacyOS | Compounding-pharmacy intelligence — protocols, interactions, Rx generation |
| Workspace | Full multi-panel clinical suite — enterprise/partner access |
| MCP Server | @hormonaly/mcp-server — 24 tools for Claude Desktop and agent frameworks |
Hormonaly is built on a 42-agent orchestration architecture organized into six categories: Evidence, Research, Clinical, Content, Copilot, and Extraction — plus six continuously-running background agents.
Every Helix API call flows through the same deterministic pipeline:
| Category | Agents | Role |
|---|---|---|
| Evidence Agent | Primary | Searches 6 biomedical databases, grades findings |
| Safety Agent | Primary | Screens interactions, contraindications, risk factors |
| Protocol Agent | Primary | Retrieves compound protocols and monitoring requirements |
| Contradiction Agent | Primary | Surfaces disagreeing studies, reconciles evidence position |
| Clinical Decision Agent | Primary | Synthesizes structured clinical recommendation |
| Quality Gate | Primary | 13 automated checks on every response |
| Background Agents (×6) | Autonomous | Evidence refresh, safety monitoring, knowledge enrichment, protocol audit, stale-check, user-monitor notifications — run continuously |
| Query Type | Model | Max Tokens | Output |
|---|---|---|---|
| Standard clinical | Claude Sonnet 4.6 | 4,000 | Streaming SSE + evidence grade + citations |
| Complex (3+ compounds / 30+ words) | Claude Sonnet 4.6 | 6,000 | Streaming SSE + extended synthesis |
| Evidence mode | Claude Sonnet 4.6 | 6,000 | Deeper literature synthesis |
| Extended Thinking / Deep Analysis | Claude Sonnet 4.6 (extended) | 16,000 | SSE + collapsible reasoning panel |
| Three-Lens Scoring | Claude Haiku 4.5 | 600 | JSON: Longevity / Health / Performance scores + verdict |
| Multi-agent supervisor/worker | Claude Sonnet 4.6 | 4,000 | SSE + orchestration_steps[] |
| Scribe / Rx / Pamphlet | Claude Sonnet 4.6 | 400–4,096 | Structured template (SOAP / DAP / Narrative / Rx) |
| Free-tier (all types) | Claude Haiku 4.5 | Same | Same format; shorter context, reduced RAG chunks |
| Hormonaly-1 (self-hosted) | Hormonaly-1 on NVIDIA NIM | 131k ctx | Same SSE format; zero third-party dependency at inference |
Model routing note: All tiers use a primary + fallback chain. TIER_1: Claude Sonnet 4.6 → GPT-4o. TIER_2: Claude Sonnet 4.6 → GPT-4o → Claude Haiku 4.5. TIER_3: Claude Haiku 4.5 → GPT-4o Mini → Gemini 2.5 Flash → Claude Sonnet 4.6. NVIDIA NIM (nvidia/llama-3.3-nemotron-super-49b-v1, self-hosted on 8×H100 SXM) is used for citation grounding and the Ask Hormonaly copilot agent. Hormonaly-1 is Hormonaly's proprietary fine-tuned model — deployed on the same H100 infrastructure and progressively integrated to reduce third-party API dependence. See Hormonaly-1 LLM.
Base URL: https://hormonaly.ai/api/v1
Auth: Authorization: Bearer YOUR_API_KEY on every request.
Machine-readable OpenAPI spec: GET /api/v1/helix/openapi.json
All endpoint paths below are relative to the base URL.
Submit a clinical question and receive a full Helix response with evidence grade, citations, and clinical verdict.
Request:
Response (streaming SSE):
Response metadata fields:
| Field | Type | Description |
|---|---|---|
| evidence_grade | "A" | "B" |
| confidence | 0–100 | Composite score from GRADE, citation density, human vs preclinical, inter-source agreement |
| citations | number | Verified PubMed citations included in response |
| sources_consulted | number | RAG chunks retrieved from evidence database |
| agent_type | string | Which specialist agent handled the query |
| verdict | "ADOPT" | "CONSIDER" |
| usage | object | Current token usage toward monthly budget |
Look up evidence-quality-rated protocols for a specific compound.
Example: GET /helix/protocols/bpc-157
Response:
Generate a comprehensive evidence dossier for a compound (async job). Advanced or Enterprise tier required.
Request:
Response: { "job_id": "dossier_abc123", "status": "queued" }
Poll with GET /helix/dossier/:job_id until status: "complete".
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hormonaly-clinical-intelligence)<a href="https://allmcps.com/mcp/hormonaly-clinical-intelligence"><img src="https://allmcps.com/api/badge/hormonaly-clinical-intelligence?style=directory" alt="Hormonaly Clinical Intelligence on AllMCPs" /></a>