Longevity medicine MCP: medication dosing, labs, monitoring, drug interactions & intake screening
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
An MCP server for longevity & metabolic medicine β a medication catalog, evidence-based dosing protocols, contraindication screening, drug-interaction checks, required baseline labs, ongoing monitoring plans, FDA/compounding regulatory status, and patient-intake pathway suggestions across 35 compounds.
Built for Oak Longevity Institute by Keith Schmidt, MD β a telemedicine longevity practice in Illinois. This server makes the practice's clinical reference data available to any MCP client (Claude Desktop, Claude Code, or your own agent), and is structured for a free/premium monetization model.
β οΈ Clinical decision-support, not medical advice. All output must be reviewed by a licensed clinician. Many longevity compounds here are used off-label, are compounded, or are investigational/not FDA-approved. Dosing, contraindication, interaction, lab, and regulatory data change frequently β always verify against current primary literature, FDA/DEA resources, and your state board of pharmacy.
| Tool | Tier | Description |
|---|---|---|
get_medication_list | Free | Full medication catalog grouped by category, with ids, drug class, and DEA/Rx schedule. |
get_medication_details | Free | Mechanism, formulations, who it's for / not for, and schedule for one medication. |
get_fda_status | Free | FDA approval status, DEA schedule, 503A/503B compounding considerations, approved uses, off-label notes. |
get_dosing_protocol | Premium | Evidence-based dosing: route, start, titration, maintenance, max, evidence grade, pearls β by indication. |
get_required_labs | Premium | Recommended baseline labs/assessments before prescribing, grouped by panel with rationale. |
get_monitoring_plan | Premium | Ongoing monitoring schedule β what to check, interval, and action/threshold. |
check_contraindications | Premium | Screens a medication against a patient profile (age, sex, conditions, meds) β PASS / FLAG / REJECT with the triggering findings. |
check_drug_interactions | Premium | Pairwise interaction warnings across a medication list, ranked by severity, with mechanism + management. |
screen_patient_intake | Premium | Maps a patient's symptoms/goals to suggested treatment pathways with first-line + adjunct medications and workup. |
The eight categories: Weight Management, Peptide Therapy, Hormone Optimization, Longevity & Metabolic, Sexual Health, Immune & Inflammation, Hair Restoration, Dermatology.
Every tool accepts a medication as a name, id, or brand/alias (e.g. "Tirzepatide", "tirzepatide", "Mounjaro", or "copper peptide" β GHK-Cu). Unrecognized queries return "did you mean" suggestions.
Semaglutide Β· Tirzepatide Β· Liraglutide Β· Naltrexone/Bupropion Β· BPC-157 Β· Sermorelin Β· CJC-1295/Ipamorelin Β· Ipamorelin Β· Tesamorelin Β· Thymosin Beta-4 (TB-500) Β· Testosterone (cypionate & cream) Β· Estradiol Β· Progesterone Β· DHEA Β· Anastrozole Β· Pregnenolone Β· hCG Β· NAD+ Β· Metformin Β· Rapamycin Β· Berberine Β· Resveratrol Β· NMN Β· PT-141 Β· Oxytocin Β· Tadalafil Β· Sildenafil Β· Thymosin Alpha-1 Β· Glutathione Β· Low-Dose Naltrexone Β· Finasteride Β· Oral Minoxidil Β· GHK-Cu Β· Tretinoin.
The clinical data ships as JSON in src/data/ and is copied into dist/data/ at build.
Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):
Restart Claude Desktop. You can then ask things like:
See examples/claude_desktop_config.json for an npx variant.
The same tools are served over Streamable HTTP for remote deployment (MCPize, a VPS, or serverless):
The HTTP transport is stateless and multi-tenant: the per-customer license key is read from a request header, so a single deployment can serve many customers.
The server has a built-in free / premium split designed to be wired to a billing provider (Stripe, MCPize) with minimal change.
get_medication_list, get_medication_details, get_fda_status β the catalog and regulatory reference.Premium tools remain discoverable (they appear in tools/list so clients can advertise the upgrade), but calling one without a valid entitlement returns an upgrade prompt instead of data.
Configured via environment variables (stdio) or request headers (HTTP):
| Variable | Purpose |
|---|---|
LONGEVITY_LICENSE_KEY | The customer's license key. |
LONGEVITY_TIER | Force premium or free (self-hosted / enterprise override). |
LONGEVITY_VALID_KEYS | Comma-separated allowlist of keys treated as valid premium (manual provisioning / testing). |
LONGEVITY_LICENSE_VERIFY_URL | Optional HTTP endpoint for remote key verification. When set, keys are validated against this service instead of locally. |
A locally-issued key matches the format OAK-XXXX-XXXX-XXXX. For production, point LONGEVITY_LICENSE_VERIFY_URL at your billing webhook; it should accept { "key": "..." } and return { "valid": true, "tier": "premium", "expiresAt": "..." }.
The verification layer lives entirely in src/licensing.ts behind a LicenseProvider interface β swap the implementation without touching any tool.
The clinical data is hand-curated from standard pharmacology references and longevity-medicine practice (Endocrine Society / Menopause Society / ISSWSH guidance, FDA labeling and shortage/bulk-substance lists, and the peer-reviewed literature for off-label and investigational compounds). Each dataset is keyed by medication id:
Because regulatory status (especially FDA drug-shortage listings and 503A bulk-substance eligibility for peptides) shifts frequently, treat
get_fda_statusoutput as a starting point and confirm against the current FDA database before compounding.
MIT Β© 2026 Keith Schmidt, MD β Oak Longevity Institute
The clinical reference content is provided for educational and decision-support purposes only and does not constitute medical advice. See the disclaimer in LICENSE.
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/oak-longevity-mcp-server)<a href="https://allmcps.com/mcp/oak-longevity-mcp-server"><img src="https://allmcps.com/api/badge/oak-longevity-mcp-server?style=directory" alt="Oak Longevity Mcp Server on AllMCPs" /></a>