← Registry

eCommerce

apowarenkorb.de

An MCP server that searches public product and pharmacy listings, fetches detailed product, pricing, availability, and shipping data as Markdown, and compares offers by total price.

1 endpoint10 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://www.apowarenkorb.de/mcp

No auth detected

MCP server metadata

Name
ApoWarenkorb Public Agent Server
Version
1.2.0
Capabilities
toolsresourcesprompts
Server instructions

Nutzen Sie search und fetch für zitierfähige Recherchen. Preise, Versandkosten und Verfügbarkeit vor dem Kauf beim Anbieter prüfen.

Known tools 10

search

Durchsucht öffentliche Produkt- und Informationsseiten.

Inferred read-only
fetch

Ruft ein zuvor gefundenes öffentliches Dokument vollständig als Markdown ab.

Inferred read-only
search_products

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

Inferred read-only
fetch_product

Ruft Produktdaten, Preise, Versandkosten, Verfügbarkeit, Citation/Freshness-Metadaten und sichere ApoWarenkorb-Aktionslinks ab.

Inferred read-only
compare_product_offers

Vergleicht öffentliche Anbieterangebote nach Gesamtpreis und kennzeichnet explizit, ob Preisangaben aktuell oder nur zuletzt erfasst sind.

Inferred read-only
find_products_by_pzn

Findet ein öffentlich sichtbares Produkt anhand einer PZN.

Inferred read-only
find_products_by_ean

Findet ein öffentlich sichtbares Produkt anhand einer EAN oder GTIN.

Inferred read-only
get_category_products

Ruft Produkte einer öffentlichen Kategorie ab.

Inferred read-only
optimize_basket

Optimiert bis zu 20 öffentliche Produkte mit Mengen über dieselbe ApoWarenkorb-Bestellplan-Engine wie die Website.

Inferred read-only
get_travel_checklist

Ruft die öffentliche Reiseapotheke-Checkliste und Reiseprofile ab.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.