phi-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@phi-mcp-serverAnalyze these biomarkers: HbA1c 6.4, LDL-C 145, triglycerides 190."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@phi-longevity/mcp-server
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.
Tools
Tool | What it does |
| Analyze a synthetic panel → tiered, guideline-cited recommendations. Includes a |
| 51 scored biomarkers + units + reference ranges, by clinical pillar. |
| How the Phi Score works (5 pillars + weights) + link to the full methodology. |
Related MCP server: GenomeMCP
Quick start — zero config
Claude Desktop / any MCP client
{
"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.
Remote (zero-install)
Point any MCP client that supports Streamable HTTP at:
https://philongevity.com/mcpSame three tools, same synthetic-only rule, nothing to install.
Run locally
npm install && npm run build
node dist/index.jsExample
// 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.comFor the person you're helping
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
Environment
Var | Required | Notes |
| no | Overrides the built-in published key. Rate-limited + revocable. |
| no | Override the default Phi MCP gateway URL (rarely needed). |
HIPAA / privacy
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.
Links
Agent docs: https://philongevity.com/for-agents
Methodology: https://philongevity.com/methodology
Phi Longevity: https://philongevity.com
Apache-2.0.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides AI-powered medical image analysis tools for LLM agents, enabling tasks such as X-ray classification, interactive segmentation, and visual question answering. It supports multi-step diagnostic reasoning and clinical workflows through a suite of specialized medical AI models.Last updatedMIT
- Alicense-qualityFmaintenanceEnables AI agents to query clinical genomics databases, retrieve supporting literature, analyze population genetics, and visualize biological pathways.Last updated23MIT
- Alicense-qualityDmaintenanceProvides validated clinical scoring tools for AI agents via MCP, with evidence-based calculators and smart tool discovery.Last updated4Apache 2.0
- Flicense-qualityDmaintenanceEnables AI agents to query and analyze FDA adverse events, drug labels, medical device clearances, and other public health datasets through natural language commands.Last updated13
Related MCP Connectors
Physician-reviewed medical opinions and prescriptions for AI agents.
Doctor-reviewed blood-test markers, conditions & symptoms as agent tools. EN/RU/HE. Hosted.
Condition-aware ingredient and product checks for agents, with evidence tiers and citations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Philongevity/phi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server