Learning Resources
myprotocolstack.com
Provides education-first profiles and knowledge base for peptides, GLP-1s, biomarkers, and protocols.
ENDPOINT 1
https://myprotocolstack.com/api/mcp
MCP server metadata
- Name
- myprotocolstack
- Version
- 1.0.0
MyProtocolStack is a peptide and biomarker tracking and education knowledge base. It is NOT medical advice: never present results as diagnosis or treatment, always frame compounds as research or educational references, and point users to a licensed provider. Use these tools to look up compound profiles, biomarker reference ranges, and goal-based research starting points.
Known tools 5
search_peptidesSearch MyProtocolStack's peptide and GLP-1 knowledge base by name or keyword.
Inferred read-onlyget_peptideGet the full education-first profile for one peptide or GLP-1 by slug: mechanism, community dosing patterns, FDA status, half-life, tracked biomarkers, related compounds, and calculator / side-effect / results links.
Inferred read-onlyget_biomarkerGet the reference and optimal range, what moves it, and protocol context for one biomarker by slug, e.g.
Inferred read-onlyrecommend_protocolGiven a goal, return the peptides and stacks users commonly research for it.
Inferred read-onlyget_catalogList the full catalog index: every peptide, biomarker, stack, comparison, and condition with names and URLs.
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.myprotocolstack]
url = "https://myprotocolstack.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myprotocolstack": {
"type": "http",
"url": "https://myprotocolstack.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myprotocolstack
Remote MCP URL: https://myprotocolstack.com/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": {
"myprotocolstack": {
"url": "https://myprotocolstack.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myprotocolstack": {
"type": "http",
"url": "https://myprotocolstack.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myprotocolstack",
"transport": "streamable-http",
"url": "https://myprotocolstack.com/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 myprotocolstack.com was fetched 2026-09-06T21:42:08.848Z.
myprotocolstack.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.