← peptidesdirect.io

INDIVIDUAL MCP TOOL

lookup_catalog

UCP Catalog Lookup: batch-resolve product slugs and/or variant SKUs (catalog.ids) to full product and variant data.

peptidesdirect.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://peptidesdirect.io/ucp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for lookup_catalog 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

peptidesdirect.io

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-ucp-catalog]
url = "https://peptidesdirect.io/ucp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "peptidesdirect-ucp-catalog": {
      "type": "http",
      "url": "https://peptidesdirect.io/ucp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: peptidesdirect-ucp-catalog
Remote MCP URL: https://peptidesdirect.io/ucp/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-ucp-catalog": {
      "url": "https://peptidesdirect.io/ucp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "peptidesdirect-ucp-catalog": {
      "type": "http",
      "url": "https://peptidesdirect.io/ucp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "peptidesdirect-ucp-catalog",
  "transport": "streamable-http",
  "url": "https://peptidesdirect.io/ucp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_catalog — UCP Catalog Search: free-text search over the PeptidesDirect research-peptide catalogue.
  • get_product — UCP Catalog Lookup (single-product retrieval): full detail for one PeptidesDirect product, by product slug or variant SKU (catalog.id).