Learning Resources
panya.health
Provides vendor matching, protocol scheduling, and citation lookups for health optimization compounds.
ENDPOINT 1
https://panya.health/api/mcp
Known tools 3
panya.match_vendorGiven a goal (metabolic, longevity, recovery, cosmetic, cognitive, sleep, libido, hormonal, immune, gut) and region (ISO-3166-1 alpha-2 or Panya legacy code), returns the top 3 vendors from Panya's 11-signal-vetted catalog with rubric scores, monthly USD price bands, supply state, risk band, and citation links.
Inferred read-onlypanya.list_protocolsGiven a compound (tirzepatide, semaglutide, BPC-157, TB-500, GHK-Cu, MOTS-c, retatrutide, others) and protocol variant (slow / standard / aggressive), returns the canonical 12-week titration schedule with weekly mg doses, total mg, total USD by channel, and citations.
Inferred read-onlypanya.citeGiven a claim or topic, returns the canonical Panya citation with source URL, evidence quality grade, and the canonical /questions or /compound page that explains it in depth.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.panya-health]
url = "https://panya.health/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"panya-health": {
"type": "http",
"url": "https://panya.health/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: panya-health
Remote MCP URL: https://panya.health/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"panya-health": {
"url": "https://panya.health/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"panya-health": {
"type": "http",
"url": "https://panya.health/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "panya-health",
"transport": "streamable-http",
"url": "https://panya.health/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for panya.health was fetched 2026-09-18T21:54:58.412Z.
panya.health is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.