← velokinderfiets.nl

INDIVIDUAL MCP TOOL

get_product

Retrieve a single product by SKU with full detail including selected default options.

velokinderfiets.nlnone authenticationAvailability not checked

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 endpoint

velokinderfiets.nl

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.velokinderfiets-nl]
url = "https://www.velokinderfiets.nl/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "velokinderfiets-nl": {
      "type": "http",
      "url": "https://www.velokinderfiets.nl/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: velokinderfiets-nl
Remote MCP URL: https://www.velokinderfiets.nl/agent/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": {
    "velokinderfiets-nl": {
      "url": "https://www.velokinderfiets.nl/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "velokinderfiets-nl": {
      "type": "http",
      "url": "https://www.velokinderfiets.nl/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "velokinderfiets-nl",
  "transport": "streamable-http",
  "url": "https://www.velokinderfiets.nl/agent/mcp"
}
MCP Inspector

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

Related tools

  • search_catalog — Search the product catalog by query and/or filters.
  • lookup_catalog — Retrieve one or more products by SKU or ID.
  • create_cart — Build a cart from line items and receive a continue_url for the shopper to review and complete the purchase in the browser.
  • update_cart — Replace the entire contents of an existing cart with the supplied line items (omitted items are removed).
  • get_cart — Fetch the current contents and totals of an existing cart by its id, plus its continue_url.