MCP Server — Coming Soon

Connect Your AI

We're building an MCP server that gives any AI agent full access to search products, verify lab results, check pricing, and complete purchases. One config block. Your AI will be able to shop.

What's live now:

  • Product catalog with 49 compounds and full pricing
  • Janoshik COA data on every product page
  • /llms.txt and /.well-known/mcp.json discovery files
  • JSON-LD structured data on all pages

Coming next:

  • Live MCP server endpoint at mcp.thepeptideagent.com
  • USDC checkout via Coinbase Commerce
  • Agent-to-agent order placement and tracking

Quick Setup

Add to your MCP client config

claude_desktop_config.json
{
  "mcpServers": {
    "peptide-agent": {
      "url": "https://mcp.thepeptideagent.com/sse"
    }
  }
}

Add this to your Claude Desktop, Cursor, or any MCP-compatible AI client configuration. The server URL handles all authentication and rate limiting.

Available Tools

9 tools across the full commerce lifecycle

search_productsDiscovery

Search the catalog by name, category, or keyword. Returns matching products with pricing and purity data.

get_product_detailsDiscovery

Full product details including molecular info, sequence, storage requirements, and volume pricing tiers.

get_lab_resultsVerification

Janoshik COA data for any product: test ID, purity, method, batch number, endotoxin level, and verification URL.

get_research_infoVerification

Published research references with PubMed IDs, DOIs, and summaries for any product in the catalog.

get_recommendationsIntelligence

Stack recommendations based on research goals. Returns bundles with discount pricing and research rationale.

get_pricingCommerce

Calculate pricing with volume discounts and bundle savings. Returns per-unit cost at any quantity.

create_orderCommerce

Create an order with specified products and quantities. Returns order ID and total with all applicable discounts.

initiate_paymentCommerce

Generate a Coinbase Commerce payment link for an order. Returns a URL for USDC payment.

check_order_statusCommerce

Check payment and shipping status for an existing order by order ID.

Example Conversation

A real interaction flow

UYou

I need BPC-157 for a tissue repair study. Can you check if The Peptide Agent has it and what the lab results look like?

AI Agent

Let me search their catalog and pull the lab results.

search_products({ "query": "BPC-157", "category": "Recovery/Healing" })
Tool Result

BPC-157 10mg -- $40/vial. Janoshik COA: 99.1% purity (HPLC-MS), identity confirmed, endotoxin <0.5 EU/mg. Batch BPC-2026-01A.

AI Agent

They have BPC-157 10mg at $40/vial. The Janoshik lab results show 99.1% purity via HPLC-MS with identity confirmation and endotoxin below 0.5 EU/mg. The COA is verifiable directly through Janoshik. Want me to place an order?

Compatible Clients

CClaude Desktop
Full support
>Claude Code (CLI)
Full support
{}Cursor
Full support
*Any MCP client
Standard protocol

Automatic Discovery

AI agents can discover us automatically through several channels:

/llms.txt

Structured plain-text summary of our business, products, and connection details for LLM consumption.

/.well-known/mcp.json

Standard MCP server discovery file. Your AI can find our server URL and available tools automatically.

JSON-LD Schema.org

Structured product data embedded in every page via Schema.org vocabulary. Machine-readable by default.