
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@phi-longevity/mcp-server
Advanced tools
Model Context Protocol server for Phi Longevity — agents can call the PRISM longevity recommendation engine on SYNTHETIC biomarker panels. Synthetic/de-identified data only; no PHI; stateless.
A Model Context Protocol (MCP) server that lets AI agents call Phi Longevity's PRISM longevity recommendation engine on synthetic biomarker panels — evidence-tiered recommendations an agent can use when researching options for a client.
🛡️ Synthetic / de-identified data only. Do not submit protected health information (PHI). The server is stateless and stores nothing. It is a credibility / agent-discoverability surface — not a PHI-bearing or clinical-care surface.
| Tool | What it does |
|---|---|
analyze_biomarkers | Analyze a synthetic panel → 3-tier, evidence-cited recommendations (THIS WEEK / CONSIDER / ASK YOUR CLINICIAN). |
list_supported_biomarkers | The scored biomarkers + units + reference ranges, by clinical pillar. |
get_methodology | How the Phi Score works (5 pillars + weights) + link to the full methodology. |
claude_desktop_config.json){
"mcpServers": {
"phi-longevity": {
"command": "npx",
"args": ["-y", "@phi-longevity/mcp-server"],
"env": {
"PHI_MCP_KEY": "<your-phi-mcp-key>"
}
}
}
}
Request a key at https://agents.philongevity.com (free, rate-limited, revocable).
npm install
npm run build
PHI_MCP_KEY="<your-phi-mcp-key>" node dist/index.js
| Var | Required | Notes |
|---|---|---|
PHI_MCP_KEY | yes | Your @phi-longevity access key (sent as x-phi-mcp-key). Rate-limited + revocable. |
PHI_ENGINE_URL | no | Override the default Phi MCP gateway URL (rarely needed). |
// analyze_biomarkers input (synthetic)
{ "biomarkers": [ { "name": "HbA1c", "value": 7.2, "unit": "%" },
{ "name": "LDL-C", "value": 145, "unit": "mg/dL" } ],
"conditionFocus": "diabetes_t2" }
// → 3-tier, evidence-cited recommendations
Synthetic-only at the protocol boundary; stateless; aggregate-only telemetry (counts/timing to stderr, never values or recommendation text); zero access to Firestore / the HIPAA datastore / user accounts. GDPR: processes no personal data (synthetic only) → minimal exposure.
FAQs
Model Context Protocol server for Phi Longevity — agents can call the PRISM longevity recommendation engine on SYNTHETIC biomarker panels. Synthetic/de-identified data only; no PHI; stateless.
The npm package @phi-longevity/mcp-server receives a total of 156 weekly downloads. As such, @phi-longevity/mcp-server popularity was classified as not popular.
We found that @phi-longevity/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.