Agentic Commerce

Schnittstellen für KI-Agenten

Alle Portale der wo*-Familie sind maschinenlesbar: Jede live geschaltete Domain bietet ein Discovery-Profil nach dem Universal Commerce Protocol (UCP), einen read-only REST-Katalog und einen MCP-Server mit dem Tool search_offers. Kein Checkout: Der Kauf findet beim verlinkten Händler statt (Affiliate-Modell, Preis für Käufer unverändert).

English: Every live wo* domain exposes a UCP discovery profile, a read-only REST catalog and an MCP server (streamable HTTP) for AI shopping agents. Read-only price comparison for the German market (de-DE) — purchases happen at the linked merchant.

Endpunkte pro Domain

https://<domain>/.well-known/ucp        UCP-Discovery-Profil (JSON)
https://<domain>/api/ucp/catalog?q=&limit=   Produktkatalog (REST, read-only)
https://<domain>/api/ucp/openapi.json   OpenAPI-3.1-Spezifikation der Katalog-API
https://<domain>/api/mcp                MCP-Server (Tools: search_offers, lookup_product)
https://<domain>/llms.txt               Kurzbeschreibung für AI-Engines

Verfügbare Domains (14)

Schnellstart

REST-Katalog abfragen
curl -s "https://wosolar.de/api/ucp/catalog?q=balkonkraftwerk&limit=5"
MCP-Tool search_offers aufrufen
curl -s -X POST https://wosolar.de/api/mcp \
  -H "content-type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_offers","arguments":{"query":"balkonkraftwerk"}}}'

Die Kataloge liefern je Produkt den günstigsten Preis (EUR), Händler, Verfügbarkeit und einen direkten Angebots-Link. Daten werden mehrmals täglich aktualisiert (Zeitstempel updatedAt in jeder Antwort). Fragen & Partnerschaften: [email protected]