← hans-natur.de

INDIVIDUAL MCP TOOL

inspect_product_images

Load the photos of up to 3 products into your own view so you can judge colour, texture and cut accurately.

hans-natur.denone authenticationAvailability not checked

LIVE ENDPOINT

https://www.hans-natur.de/ucp/mcp

No auth detected

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

hans-natur.de

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.hans-natur-ai-shopping]
url = "https://www.hans-natur.de/ucp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hans-natur-ai-shopping": {
      "type": "http",
      "url": "https://www.hans-natur.de/ucp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hans-natur-ai-shopping
Remote MCP URL: https://www.hans-natur.de/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": {
    "hans-natur-ai-shopping": {
      "url": "https://www.hans-natur.de/ucp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hans-natur-ai-shopping": {
      "type": "http",
      "url": "https://www.hans-natur.de/ucp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hans-natur-ai-shopping",
  "transport": "streamable-http",
  "url": "https://www.hans-natur.de/ucp/mcp"
}
MCP Inspector

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

Related tools

  • search_products — Search the Hans Natur catalog and return products with live price, availability, brand, certification, image and a buy link.
  • get_product — Read one product by its product code, including the long description, material and every variant with its own sku, price and availability.
  • create_checkout — Build a checkout preview from variant skus.