io.github.Goingparabolic/oak-longevity-mcp-server
NPM · OAK-LONGEVITY-MCP-SERVER · SCANNED AUG 3
Longevity medicine MCP: medication dosing, labs, monitoring, drug interactions & intake screening
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 59 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability74
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1116 tokens (~124/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · oak-longevity-mcp-server
claude mcp add goingparabolic-oak-longevity-mcp-server -- npx -y oak-longevity-mcp-server
codex mcp add goingparabolic-oak-longevity-mcp-server -- npx -y oak-longevity-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"goingparabolic-oak-longevity-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"oak-longevity-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add goingparabolic-oak-longevity-mcp-server --command npx --arg -y --arg oak-longevity-mcp-server
mcp_servers:
goingparabolic-oak-longevity-mcp-server:
command: "npx"
args: ["-y", "oak-longevity-mcp-server"] {
"mcpServers": {
"goingparabolic-oak-longevity-mcp-server": {
"command": "npx",
"args": [
"-y",
"oak-longevity-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +48
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 1 Aug 26 −17
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 +12
- Provenance: unverified → fail ▼ security
- Malware scan: pass → unverified ▼ security
- Install scripts: unverified → pass ▲ security
- Dependency health: partial → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 29 Jul 26 +1
- Dependency health: unverified → partial ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
check_contraindications Screen Patient for Contraindications ~193
Given a medication and a patient profile (age, sex, conditions, current medications), screens against absolute and relative contraindications and known drug interactions and returns an overall verdict — PASS, FLAG (proceed with caution / address first), or REJECT (do not prescribe) — with the specific triggering findings and clinical notes. PREMIUM tier.
| Name | Type | Req | Description |
|---|---|---|---|
| age | number | — | Patient age in years. |
| conditions | array | — | Patient conditions / history (e.g. ["prostate cancer", "hematocrit 55%"]). A comma-separated string is also accepted. |
| currentMedications | array | — | Current medications (e.g. ["warfarin", "nitroglycerin"]). A comma-separated string is also accepted. |
| medication | string | yes | Medication name, id, or brand/alias to screen. |
| sex | string | — | Patient sex (e.g. "male", "female"). |
No output schema declared.
No examples provided.
check_drug_interactions Check Drug Interactions ~92
Given a list of medications (catalog drugs and/or outside agents like "warfarin", "nitrates", "insulin"), returns pairwise interaction warnings ranked by severity (contraindicated > major > moderate > minor), each with the mechanism/effect and management. PREMIUM tier.
| Name | Type | Req | Description |
|---|---|---|---|
| medications | array | yes | List of medications to check against each other. A comma-separated string is also accepted. |
No output schema declared.
No examples provided.
get_dosing_protocol Get Evidence-Based Dosing Protocol ~113
Given a medication (and optionally an indication), returns evidence-based dosing: route, starting dose, titration schedule, maintenance range, maximum, evidence grade, and clinical pearls. When an indication is supplied, returns the best-matching protocol; otherwise returns all indications for the medication. PREMIUM tier.
| Name | Type | Req | Description |
|---|---|---|---|
| indication | string | — | Optional indication to narrow the protocol (e.g. "weight management", "TRT", "longevity"). |
| medication | string | yes | Medication name, id, or brand/alias. |
No output schema declared.
No examples provided.
get_fda_status Get FDA / Compounding Regulatory Status ~96
Given a compound (name, id, or brand/alias), returns its current FDA approval status, DEA/Rx schedule, compounding pathway (503A/503B, shortage-list and bulk-substance considerations), FDA-approved uses, an off-label note, and reference pointers. Essential for compliant compounded-medication practice. FREE tier.
| Name | Type | Req | Description |
|---|---|---|---|
| compound | string | yes | Compound/medication name, id, or brand/alias. |
No output schema declared.
No examples provided.
get_medication_details Get Medication Details ~99
Given a medication name, id, or brand/alias (e.g. "tirzepatide", "Ozempic", "copper peptide"), returns its drug class, mechanism of action, available formulations, who it is for (candidate profile), who it is NOT for (at-a-glance cautions), and DEA/Rx schedule. FREE tier.
| Name | Type | Req | Description |
|---|---|---|---|
| medication | string | yes | Medication name, id, or brand/alias. |
No output schema declared.
No examples provided.
get_medication_list List Longevity Medications ~119
Returns the full catalog of longevity & metabolic medications, grouped by category (Weight Management, Peptide Therapy, Hormone Optimization, Longevity & Metabolic, Sexual Health, Immune & Inflammation, Hair Restoration, Dermatology). Each entry includes the medication id (used by other tools), display name, drug class, and DEA/Rx schedule. Optionally filter by a category id or name. FREE tier.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Optional category filter (id like "peptide-therapy" or label like "Hormone Optimization"). |
No output schema declared.
No examples provided.
get_monitoring_plan Get Ongoing Monitoring Plan ~67
Given a medication, returns the ongoing monitoring requirements once therapy has started — what to check, at what interval, and the action/threshold for each. Use to build a follow-up schedule. PREMIUM tier.
| Name | Type | Req | Description |
|---|---|---|---|
| medication | string | yes | Medication name, id, or brand/alias. |
No output schema declared.
No examples provided.
get_required_labs Get Required Baseline Labs ~66
Given a medication, returns the recommended baseline labs/assessments to obtain BEFORE prescribing — grouped into panels with the clinical rationale for each. Use to build a pre-treatment workup. PREMIUM tier.
| Name | Type | Req | Description |
|---|---|---|---|
| medication | string | yes | Medication name, id, or brand/alias. |
No output schema declared.
No examples provided.
screen_patient_intake Screen Patient Intake → Suggested Pathways ~131
Given a patient’s symptoms and/or goals (free text or a list — e.g. "fatigue, low libido, want to lose weight"), suggests the most relevant longevity treatment pathways, each with first-line and adjunct medications, a suggested workup, and key things to avoid. Use to triage an intake. PREMIUM tier.
| Name | Type | Req | Description |
|---|---|---|---|
| goals | array | — | Optional explicit list of goals/symptoms. Combined with `symptoms` if both given. |
| symptoms | string | — | Patient symptoms and/or goals as free text (e.g. "tired, low sex drive, brain fog"). |
No output schema declared.
No examples provided.