← apowarenkorb.de

INDIVIDUAL MCP TOOL

search_products

Sucht öffentliche Apothekenprodukte nach Name, PZN, EAN, Hersteller oder Marke.

apowarenkorb.denone authenticationAvailability not checked

LIVE ENDPOINT

https://www.apowarenkorb.de/mcp

No auth detected

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

apowarenkorb.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.apowarenkorb-public-agent-server]
url = "https://www.apowarenkorb.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "apowarenkorb-public-agent-server": {
      "type": "http",
      "url": "https://www.apowarenkorb.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "apowarenkorb-public-agent-server": {
      "type": "http",
      "url": "https://www.apowarenkorb.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "apowarenkorb-public-agent-server",
  "transport": "streamable-http",
  "url": "https://www.apowarenkorb.de/mcp"
}
MCP Inspector

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

Related tools

  • search — Durchsucht öffentliche Produkt- und Informationsseiten.
  • fetch — Ruft ein zuvor gefundenes öffentliches Dokument vollständig als Markdown ab.
  • fetch_product — Ruft Produktdaten, Preise, Versandkosten, Verfügbarkeit, Citation/Freshness-Metadaten und sichere ApoWarenkorb-Aktionslinks ab.
  • compare_product_offers — Vergleicht öffentliche Anbieterangebote nach Gesamtpreis und kennzeichnet explizit, ob Preisangaben aktuell oder nur zuletzt erfasst sind.
  • find_products_by_pzn — Findet ein öffentlich sichtbares Produkt anhand einer PZN.
  • find_products_by_ean — Findet ein öffentlich sichtbares Produkt anhand einer EAN oder GTIN.
  • get_category_products — Ruft Produkte einer öffentlichen Kategorie ab.
  • optimize_basket — Optimiert bis zu 20 öffentliche Produkte mit Mengen über dieselbe ApoWarenkorb-Bestellplan-Engine wie die Website.