Skip to main content
Glama

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

🛠 Available Tools

  1. calculate_reconstitution_dose: Input peptide (mg), bacteriostatic water (ml), and desired dose (mg). Returns the exact concentration (mg/ml) and U-100 syringe units.

  2. get_peptide_protocol: Input a standard analog name (e.g., semaglutide, bpc-157) to receive standard starting titrations and matrices.

  3. 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

  1. Open Cursor Settings.

  2. Navigate to Features -> MCP.

  3. Click Add New MCP Server.

  4. Type: stdio

  5. Command: 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.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Official 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 updated
    15
    11
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    The 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 updated
    18
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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