
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@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.
🛡️ 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. |
npm install
npm run build
PHI_ENGINE_URL="https://us-central1-philongevity-aiapp-v2.cloudfunctions.net/runRecommendationsForBiomarkers" \
PHI_MIGRATION_SECRET="<server-side secret>" \
PHI_MCP_KEY="<published key>" \
node dist/index.js
claude_desktop_config.json){
"mcpServers": {
"phi-longevity": {
"command": "npx",
"args": ["-y", "@phi-longevity/mcp-server"],
"env": {
"PHI_ENGINE_URL": "https://us-central1-philongevity-aiapp-v2.cloudfunctions.net/runRecommendationsForBiomarkers",
"PHI_MIGRATION_SECRET": "<server-side secret>",
"PHI_MCP_KEY": "<published key>"
}
}
}
}
| Var | Required | Notes |
|---|---|---|
PHI_ENGINE_URL | yes | The runRecommendationsForBiomarkers Cloud Function URL |
PHI_MIGRATION_SECRET | yes | x-migration-secret header — server-side only, never exposed to the agent |
PHI_MCP_KEY | no | Published-but-revocable access key; sent to the engine for rate-limit/validation (enforced server-side) |
Built by cloud-cos. Needs npm install && npm run build to validate against the live SDK (the SDK
wasn't installed in the scaffold environment). Decisions locked: revocable key + rate-limit · npm stdio ·
no affiliate URLs by default · pkg @phi-longevity/mcp-server · own repo phi-mcp-server.
npm install && npm run build → fix any SDK API drift (the server.tool(...) shape).src/catalog.ts with the canonical BIOMARKER_CATALOG (45 markers).runRecommendationsForBiomarkers accepts an unauthenticated call with PHI_MCP_KEY +
add server-side key/rate-limit enforcement.dossier/v2.0/scenarios/).agents.philongevity.com landing page (separate; install snippet + 3 tools + no-PHI terms).npm publish --access public under the @phi-longevity org.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: v0 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 111 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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.