Panya — peptide vendor matchmaker
Official3 toolsby SantoraReplica
Peptide vendor matchmaker. 11-signal rubric, GLP-1 + 25 peptides, region-aware, free.
Match GLP-1 and peptide vendors using multi-signal rubric with regional awareness.
Captured live from the server via tools/list.
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. Useful for: cross-border GLP-1 cost comparison, Thailand peptide sourcing, Bali medical-tourism research, UK NHS Wegovy waitlist alternatives.
Parameters (5)
- goalstring
Primary user goal cluster
- regionstring
Region where the user is currently located. Accepts ISO-3166-1 alpha-2 (GB, AE, SE) or Panya legacy codes (TH, UK, EU, SCANDI, UAE).
- budgetstring
Budget tier. 'light' is research-chem-friendly, 'meaningful' is mid-tier clinic, 'full' is brand-name + insurance.
- urgencystring
How decided the user is about starting now.
- compoundstring
Compound to match against. tirzepatide, semaglutide, retatrutide, or any non-GLP-1 peptide name.
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. Useful for: ramp planning, dose-cost projection, multi-channel comparison.
Parameters (3)
- compoundstringrequired
Compound name. tirzepatide is fully implemented; others route to a clinician-path stub.
- protocol_variantstring
Titration aggressiveness. Slow = SURMOUNT-1 minimum dose, standard = SURMOUNT-1 protocol, aggressive = max-tolerated push.
- channelstring
Sourcing channel for cost projection. Thailand-clinic is the cheapest legitimate route at ~$7/mg.
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. Useful for: fact-checking GLP-1 efficacy claims, sourcing trial data, building grounded peptide content.
Parameters (2)
- claimstringrequired
The claim or topic to find Panya citations for.
- contextstring
Optional surrounding context to disambiguate the claim.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://panya.health/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"panya": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://panya.health/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.