Nexbid
OfficialProtocol Commerce
Die offene Infrastruktur für agenten-nativen Handel.
Protocol Commerce ist eine offene Initiative zur Schaffung standardisierter, prüfbarer und interoperabler Protokolle für den KI-gesteuerten Handel. Dieses Repository enthält die Spezifikation, SDKs und das technische Manifest.
Inhalt
Verzeichnis | Beschreibung |
Warum offene Protokolle für den Handel wichtig sind — Prinzipien, Landschaftsanalyse und Begründung | |
AdCP v0.1.0 — Spezifikation des Agentic Discovery Commerce Protocol, JSON-Schemas und Beispiele | |
TypeScript SDK: Typen, Validatoren, Client und Referenzimplementierung für das Scoring | |
WebMCP-Browserintegration: Bereitstellung von Handelswerkzeugen für KI-Agenten im Browser über |
Related MCP server: Godalo
Schnellstart
npm install @protocol-commerce/adcp-sdkimport { AdcpClient } from '@protocol-commerce/adcp-sdk';
const client = new AdcpClient({
serverUrl: 'https://mcp.nexbid.dev',
apiKey: 'your-api-key',
});
const results = await client.search({
query: 'organic olive oil',
intent: 'purchase',
geo: 'CH',
});Das Problem
KI-Agenten werden zur primären Schnittstelle für Produktsuche und Kauf. Die Protokolle, die diesen Wandel vorantreiben — OpenAIs ACP, Googles UCP — sind proprietär und plattformgesteuert. Publisher haben keine Repräsentation. Es gibt keinen offenen Standard.
Protocol Commerce schließt diese Lücke.
Lesen Sie das vollständige Technische Manifest →
Kernprinzipien
Open by Default — MIT-lizenziert, prüfbar, forkar
Publisher-Parität — Publisher sind Teilnehmer erster Klasse im Protokoll
Privacy Native — Kontextsignale statt Nutzerprofile
Transparentes Scoring — Öffentliche Formel:
score = 0.4×bid + 0.4×relevance + 0.2×quality
Referenzimplementierung: Nexbid
Nexbid ist die produktionsreife Referenzimplementierung von Protocol Commerce, entwickelt von der digital opua GmbH (CHE-435.289.702, Schweiz).
Metrik | Status |
MCP-Integration | Nativ — vollständiger Handelslebenszyklus |
Formale Verifizierung | Lean 4 — grundlegende Sicherheitseigenschaften bewiesen |
Datenschutz | Cookie-frei, in der Schweiz gehostet, nDSG + DSGVO-konform |
KI-Scoring | Multi-Provider, modellagnostisch |
Phase | Produktionsreife Closed Beta |
Verbinden Sie jedes LLM
{
"mcpServers": {
"nexbid": {
"url": "https://mcp.nexbid.dev/mcp",
"transport": "streamable-http"
}
}
}Jedes MCP-kompatible LLM (Claude, GPT-4, Gemini) kann über den Nexbid-Marktplatz direkt Produkte suchen, durchstöbern und kaufen.
Warum formale Verifizierung?
Nexbid ist die einzige Handelsplattform, deren grundlegende Sicherheitseigenschaften mathematisch in Lean 4 bewiesen sind — nicht nur getestet, sondern für alle möglichen Eingaben als korrekt erwiesen.
→ Technologie-Details · Wie Nexbid abschneidet
Sponsoren
Sponsor | Rolle |
Initiator, Referenzimplementierung, ursprünglicher Maintainer |
Lizenz
MIT — Nutzen Sie es, forken Sie es, bauen Sie darauf auf. Ohne Bedingungen.
Links
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.
Agentic commerce with 58 MCP tools for product search, checkout, A2A negotiation, C-Suite analytics.
Agentic commerce + trust MCP: discover, verify, and transact across droplinked's merchant network.
AI agent product discovery via open marketplace. Search, compare and discover advertiser products.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform e-commerce operations through a standardized interface implementing the x402 and Agentic Commerce Protocol (ACP). Supports merchant sessions, product search, and payment orchestration with production-ready security features.-
- AlicenseNot gradedqualityDmaintenanceAffiliate product search for AI agents. Indexes structured merchant feeds — real prices, live stock, affiliate links built in. Works with any MCP client.MIT
- AlicenseAqualityDmaintenanceKlarna-style product discovery for AI shopping agents. Makes product catalogs machine-readable so AI agents can search, compare, and purchase products programmatically.6MIT
- FlicenseNot gradedqualityDmaintenanceHosted MCP server that gives AI agents read and write access to your full marketing & ecommerce stack — Google Analytics, Search Console, Google & Meta Ads, Shopify, WooCommerce, Shopware, Slack and LinkedIn. 100+ tools across 10 connectors. BYOK, OAuth 2.1.-