peptidecalc-mcp
PeptideCalc MCP Server
The official Model Context Protocol (MCP) server for PeptideCalculatorOnline.com.
This server empowers AI assistants (like Claude, Cursor, and ChatGPT) with precise, clinical-grade mathematical logic for calculating peptide reconstitution matrices, avoiding the dangerous "hallucination" of dosages by LLMs.
🚀 Key Features
Absolute Math Accuracy: Replaces LLM guess-work with the deterministic algebraic mapping used on our official calculator ($V_{draw} = \frac{D}{C}$).
U-100 Syringe Mapping: Automatically converts complex dosages into exact "Unit" pulls for standard U-100 insulin syringes.
Standard Protocols: Instant access to widely accepted laboratory research protocols for compounds like Semaglutide, BPC-157, TB-500, Tirzepatide, etc.
Plunger Parallax Guidelines: Educates researchers on volumetric resolution and how to avoid hyper-condensed solutions.
Related MCP server: Perplexity API MCP Server
🔗 Official Links
Website: https://peptidecalculatoronline.com
Interactive Calculators: Semaglutide, BPC-157, TB-500
Custom Protocol Planner: 4-Week Injection Schedule Generator
🛠 Available Tools
calculate_reconstitution_dose: Input peptide (mg), bacteriostatic water (ml), and desired dose (mg). Returns the exact concentration (mg/ml) and U-100 syringe units.get_peptide_protocol: Input a standard analog name (e.g.,semaglutide,bpc-157) to receive standard starting titrations and matrices.get_syringe_mechanics_guide: Learn about standard operating procedures to reduce dosage errors.
💻 Installation
For Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"peptidecalc": {
"command": "npx",
"args": [
"-y",
"peptidecalc-mcp"
]
}
}
}For Cursor
Open Cursor Settings.
Navigate to Features -> MCP.
Click Add New MCP Server.
Type:
stdioCommand:
npx -y peptidecalc-mcp
🏗 Development
# Install dependencies
npm install
# Build the project
npm run build
# Run locally for testing (MCP Inspector)
npx @modelcontextprotocol/inspector node build/index.js⚠️ Disclaimer
Research Use Only. The mathematical outputs provided by this MCP server are strictly for educational and laboratory research purposes. Not for human consumption. Always consult a licensed medical professional.
Maintenance
Related MCP Servers
- AlicenseBqualityDmaintenanceThe official MCP server for Semantic Pen - an advanced AI article generator and SEO content writer. Create, manage, and optimize SEO-friendly articles directly from Claude Code and Cursor Windsurf with powerful AI automation.Last updated572MIT
- AlicenseAqualityCmaintenanceOfficial MCP server for the Perplexity API Platform, enabling AI assistants to perform real-time web search, reasoning, and deep research using Sonar models.Last updated438,080MIT
- AlicenseAqualityAmaintenanceOfficial MCP server for interacting with Saudi market data (Sahmk) via natural language queries, enabling stock quotes, company info, and market summaries inside AI agents like Cursor and Claude Desktop.Last updated1511MIT

Bitcompare MCP Serverofficial
AlicenseAqualityBmaintenanceThe official crypto yield data MCP server: native Claude access to live and historical crypto lending, savings, staking, borrowing, stablecoin, price, coin metadata, and market data.Last updated181MIT
Related MCP Connectors
Official MCP server for Lovable, the AI-powered full-stack app builder.
Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/double2dev/peptidecalc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server