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.
ENDPOINT 1
https://www.apowarenkorb.de/mcp
MCP server metadata
- Name
- ApoWarenkorb Public Agent Server
- Version
- 1.2.0
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_productsSucht öffentliche Apothekenprodukte nach Name, PZN, EAN, Hersteller oder Marke.
Inferred read-onlyfetch_productRuft Produktdaten, Preise, Versandkosten, Verfügbarkeit, Citation/Freshness-Metadaten und sichere ApoWarenkorb-Aktionslinks ab.
Inferred read-onlycompare_product_offersVergleicht öffentliche Anbieterangebote nach Gesamtpreis und kennzeichnet explizit, ob Preisangaben aktuell oder nur zuletzt erfasst sind.
Inferred read-onlyfind_products_by_eanFindet ein öffentlich sichtbares Produkt anhand einer EAN oder GTIN.
Inferred read-onlyoptimize_basketOptimiert bis zu 20 öffentliche Produkte mit Mengen über dieselbe ApoWarenkorb-Bestellplan-Engine wie die Website.
Inferred read-onlyget_travel_checklistRuft die öffentliche Reiseapotheke-Checkliste und Reiseprofile ab.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.