INDIVIDUAL MCP TOOL
get_product
Full detail for one PeptidesDirect product by slug: variants, prices, stock, lab reports, FAQs and full description as Markdown.
LIVE ENDPOINT
https://peptidesdirect.io/mcp
Connect to this endpoint to inspect the live schema for get_product and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.peptidesdirect-catalog]
url = "https://peptidesdirect.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peptidesdirect-catalog": {
"type": "http",
"url": "https://peptidesdirect.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peptidesdirect-catalog
Remote MCP URL: https://peptidesdirect.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"peptidesdirect-catalog": {
"url": "https://peptidesdirect.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peptidesdirect-catalog": {
"type": "http",
"url": "https://peptidesdirect.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peptidesdirect-catalog",
"transport": "streamable-http",
"url": "https://peptidesdirect.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search the PeptidesDirect research-peptide catalogue by name/category, with EUR prices and live stock.get_lab_reports— Third-party lab reports (Certificates of Analysis) for a PeptidesDirect product, by slug or by the code printed on a vial label.get_shipping_rates— Flat shipping rates and free-shipping thresholds, optionally for one country.list_categories— The PeptidesDirect product category taxonomy.search_articles— Search the PeptidesDirect blog by title, description and tags.get_article— Full text of one PeptidesDirect blog article as Markdown, by slug.get_page— Fetch any public peptidesdirect.io page as Markdown, when a Markdown rendering is available for it.