{"serverInfo":{"name":"peptidesdirect-catalog","version":"1.0.0"},"description":"Read-only MCP server for the PeptidesDirect research-peptide shop: product search and detail with EUR prices and live stock, lab reports (CoA), shipping rates, blog article search and full article text, and any public page as Markdown.","protocolVersion":"2025-06-18","transport":{"type":"streamable-http","endpoint":"https://peptidesdirect.io/mcp"},"version":"1.0","authentication":{"required":false,"schemes":[]},"capabilities":{"tools":true,"resources":false,"prompts":false},"tools":[{"name":"search_products","description":"Search the PeptidesDirect research-peptide catalogue by name/category, with EUR prices and live stock.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"string","maxLength":120},"category":{"type":"string","enum":["longevity","regeneration","metabolic","cognitive","growth","accessories"]},"inStockOnly":{"default":false,"type":"boolean"},"locale":{"default":"en","type":"string","enum":["en","de","fr","es","it","nl","pl","sv","cs","pt","da","fi","ru"]},"limit":{"default":10,"type":"integer","minimum":1,"maximum":50}}}},{"name":"get_product","description":"Full detail for one PeptidesDirect product by slug: variants, prices, stock, lab reports, FAQs and full description as Markdown.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":100},"locale":{"default":"en","type":"string","enum":["en","de","fr","es","it","nl","pl","sv","cs","pt","da","fi","ru"]}},"required":["slug"]}},{"name":"get_lab_reports","description":"Third-party lab reports (Certificates of Analysis) for a PeptidesDirect product, by slug or by the code printed on a vial label.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":100},"vialCode":{"type":"string","minLength":1,"maxLength":20}}}},{"name":"get_shipping_rates","description":"Flat shipping rates and free-shipping thresholds, optionally for one country.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"countryCode":{"type":"string","pattern":"^[A-Z]{2}$"}}}},{"name":"list_categories","description":"The PeptidesDirect product category taxonomy.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{}}},{"name":"search_articles","description":"Search the PeptidesDirect blog by title, description and tags.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":120},"locale":{"default":"en","type":"string","enum":["en","de","fr","es","it","nl","pl","sv","cs","pt","da","fi","ru"]},"limit":{"default":10,"type":"integer","minimum":1,"maximum":20}},"required":["query"]}},{"name":"get_article","description":"Full text of one PeptidesDirect blog article as Markdown, by slug.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":200},"locale":{"default":"en","type":"string","enum":["en","de","fr","es","it","nl","pl","sv","cs","pt","da","fi","ru"]}},"required":["slug"]}},{"name":"get_page","description":"Fetch any public peptidesdirect.io page as Markdown, when a Markdown rendering is available for it.","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"url":{"type":"string","minLength":1,"maxLength":2000}},"required":["url"]}}],"documentation":"https://peptidesdirect.io/.well-known/agent-skills/mcp-catalog/SKILL.md","documentationUrl":"https://peptidesdirect.io/.well-known/agent-skills/mcp-catalog/SKILL.md","contact":"support@peptidesdirect.io"}