Nexbid
Official协议商务 (Protocol Commerce)
面向智能体原生商务的开放基础设施。
协议商务是一项旨在为 AI 智能体驱动的商务活动创建标准化、可审计且可互操作协议的开放倡议。本仓库包含规范、SDK 和技术宣言。
目录
目录 | 描述 |
为什么开放协议对商务至关重要 —— 原则、格局分析及基本原理 | |
AdCP v0.1.0 —— 智能体发现商务协议规范、JSON 模式及示例 | |
TypeScript SDK:类型、验证器、客户端及评分参考实现 | |
WebMCP 浏览器集成:通过 |
Related MCP server: Godalo
快速开始
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',
});问题所在
AI 智能体正在成为产品发现和购买的主要界面。推动这一转变的协议(如 OpenAI 的 ACP、Google 的 UCP)是专有的且由平台控制的。发布者没有代表权。目前尚无开放标准。
协议商务填补了这一空白。
阅读完整的 技术宣言 →
核心原则
默认开放 —— MIT 许可,可审计,可分叉
发布者平等 —— 发布者是协议的一等参与者
隐私原生 —— 基于上下文信号,而非用户画像
透明评分 —— 公开公式:
score = 0.4×bid + 0.4×relevance + 0.2×quality
参考实现:Nexbid
Nexbid 是协议商务的生产级参考实现,由 digital opua GmbH(瑞士,CHE-435.289.702)构建。
指标 | 状态 |
MCP 集成 | 原生 —— 全商务生命周期 |
形式化验证 | Lean 4 —— 核心安全属性已证明 |
隐私 | 无 Cookie,瑞士托管,符合 nDSG + GDPR |
AI 评分 | 多提供商,模型无关 |
阶段 | 生产级封闭测试 |
连接任意 LLM
{
"mcpServers": {
"nexbid": {
"url": "https://mcp.nexbid.dev/mcp",
"transport": "streamable-http"
}
}
}任何兼容 MCP 的 LLM(Claude、GPT-4、Gemini)都可以通过 Nexbid 市场直接搜索、浏览和购买产品。
为什么进行形式化验证?
Nexbid 是唯一一个核心安全属性在 Lean 4 中经过数学证明的商务平台 —— 不仅仅是经过测试,而是证明了对于所有可能的输入都是正确的。
→ 技术细节 · Nexbid 对比分析
赞助商
赞助商 | 角色 |
发起者、参考实现、初始维护者 |
许可
MIT —— 使用它,分叉它,基于它构建。无任何附加条件。
链接
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.-