← panya.health
INDIVIDUAL MCP TOOL
panya.cite
Given 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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT 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.
Related tools
panya.match_vendor— Given 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.panya.list_protocols— Given 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.