← myprotocolstack.com
INDIVIDUAL MCP TOOL
get_biomarker
Get the reference and optimal range, what moves it, and protocol context for one biomarker by slug, e.g.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.myprotocolstack-com]
url = "https://myprotocolstack.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myprotocolstack-com": {
"type": "http",
"url": "https://myprotocolstack.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myprotocolstack-com
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-com": {
"url": "https://myprotocolstack.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myprotocolstack-com": {
"type": "http",
"url": "https://myprotocolstack.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myprotocolstack-com",
"transport": "streamable-http",
"url": "https://myprotocolstack.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_peptides— Search MyProtocolStack's peptide and GLP-1 knowledge base by name or keyword.get_peptide— Get 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.recommend_protocol— Given a goal, return the peptides and stacks users commonly research for it.get_catalog— List the full catalog index: every peptide, biomarker, stack, comparison, and condition with names and URLs.