Analyze biomarker panels with an MD-led clinical engine. Guideline-cited. Synthetic data only.
MCPpedia last refreshed this data
io.github.Philongevity/phi-longevity-prism is an MCP server that analyze biomarker panels with an MD-led clinical engine. Guideline-cited. Synthetic data only. Its tool list has not been published yet, requires no API key, and scores 67/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"phi-longevity": {
"args": [
"-y",
"@phi-longevity/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that lets AI agents call Phi Longevity's PRISM clinical recommendation engine on synthetic biomarker panels — guideline-cited, evidence-tiered recommendations an agent can use when researching options for the person
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server for Withings health data — sleep, activity, heart, and body metrics.
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server
MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases
MCP Security Weekly
Get CVE alerts and security updates for io.github.Philongevity/phi-longevity-prism and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that lets AI agents call Phi Longevity's PRISM clinical recommendation engine on synthetic biomarker panels — guideline-cited, evidence-tiered recommendations an agent can use when researching options for the person it's helping.
🛡️ Synthetic / de-identified data only. Do not submit protected health information (PHI). The server is stateless and stores nothing. Real health files are analyzed only inside the authenticated Phi Longevity app, after consent, by the account owner.
| Tool | What it does |
|---|---|
analyze_biomarkers | Analyze a synthetic panel → tiered, guideline-cited recommendations. Includes a full_report block your user can follow for a complete PRISM report. |
list_supported_biomarkers | 51 scored biomarkers + units + reference ranges, by clinical pillar. |
get_methodology | How the Phi Score works (5 pillars + weights) + link to the full methodology. |
{
"mcpServers": {
"phi-longevity": {
"command": "npx",
"args": ["-y", "@phi-longevity/mcp-server"]
}
}
}
That's it. A published, rate-limited access key is built in. If you have a dedicated key,
set PHI_MCP_KEY to override it.
Point any MCP client that supports Streamable HTTP at:
https://philongevity.com/mcp
Same three tools, same synthetic-only rule, nothing to install.
npm install && npm run build
node dist/index.js
// analyze_biomarkers input (synthetic values only)
{
"biomarkers": { "HbA1c": 6.4, "LDL-C": 145, "Triglycerides": 190 },
"conditionFocus": "type2_diabetes" // or general_wellness | lupus | cancer_survivorship
}
// → tiered, guideline-cited recommendations + a `full_report` block
// pointing the user to a complete PRISM report at philongevity.com
The tools analyze a handful of values at a time. A full PRISM report consolidates all of a person's lab reports, wearable data, and clinical notes into one integrated picture with a personal health score and progress over time. Agent docs + signup: https://philongevity.com/for-agents
| Var | Required | Notes |
|---|---|---|
PHI_MCP_KEY | no | Overrides the built-in published key. Rate-limited + revocable. |
PHI_ENGINE_URL | no | Override the default Phi MCP gateway URL (rarely needed). |
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.
Apache-2.0.