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.txtand/.well-known/mcp.jsondiscovery 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
{
"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_productsDiscoverySearch the catalog by name, category, or keyword. Returns matching products with pricing and purity data.
get_product_detailsDiscoveryFull product details including molecular info, sequence, storage requirements, and volume pricing tiers.
get_lab_resultsVerificationJanoshik COA data for any product: test ID, purity, method, batch number, endotoxin level, and verification URL.
get_research_infoVerificationPublished research references with PubMed IDs, DOIs, and summaries for any product in the catalog.
get_recommendationsIntelligenceStack recommendations based on research goals. Returns bundles with discount pricing and research rationale.
get_pricingCommerceCalculate pricing with volume discounts and bundle savings. Returns per-unit cost at any quantity.
create_orderCommerceCreate an order with specified products and quantities. Returns order ID and total with all applicable discounts.
initiate_paymentCommerceGenerate a Coinbase Commerce payment link for an order. Returns a URL for USDC payment.
check_order_statusCommerceCheck payment and shipping status for an existing order by order ID.
Example Conversation
A real interaction flow
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?
Let me search their catalog and pull the lab results.
BPC-157 10mg -- $40/vial. Janoshik COA: 99.1% purity (HPLC-MS), identity confirmed, endotoxin <0.5 EU/mg. Batch BPC-2026-01A.
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
Automatic Discovery
AI agents can discover us automatically through several channels:
/llms.txtStructured plain-text summary of our business, products, and connection details for LLM consumption.
/.well-known/mcp.jsonStandard MCP server discovery file. Your AI can find our server URL and available tools automatically.
JSON-LD Schema.orgStructured product data embedded in every page via Schema.org vocabulary. Machine-readable by default.