Nexbid
OfficialAllows Google AI models (including Gemini) to search, browse, and purchase products through the Nexbid marketplace using the Agentic Discovery Commerce Protocol (adCP).
Allows OpenAI models (including GPT-4) to search, browse, and purchase products through the Nexbid marketplace using the Agentic Discovery Commerce Protocol (AdCP).
Protocol Commerce
The open infrastructure for agent-native commerce.
Protocol Commerce is an open initiative to create standardized, auditable, and interoperable protocols for AI agent-driven commerce. This repository contains the specification, SDKs, and technical manifesto.
Contents
Directory | Description |
Why open protocols matter for commerce — principles, landscape analysis, and rationale | |
AdCP v0.1.0 — Agentic Discovery Commerce Protocol specification, JSON schemas, and examples | |
TypeScript SDK: types, validators, client, and scoring reference implementation | |
WebMCP browser integration: expose commerce tools to in-browser AI agents via | |
AMDP v0.1.0 — Agent Mandate Discovery Protocol: cross-vertical authorization spec, JSON schemas, and example mandates | |
Agentic Kit — the trust layer: building blocks for verifiable + auditable AI agents | |
Lean 4 formal verification — 47 theorems proving auction/budget/wallet/policy correctness, |
Related MCP server: Godalo
Quick Start
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',
});The Problem
AI agents are becoming the primary interface for product discovery and purchase. The protocols powering this shift — OpenAI's ACP, Google's UCP — are proprietary and platform-controlled. Publishers have no representation. There is no open standard.
Protocol Commerce fills this gap.
Read the full Technical Manifesto →
Key Principles
Open by Default — MIT-licensed, auditable, forkable
Publisher Parity — Publishers are first-class protocol participants
Privacy Native — Context signals, not user profiles
Transparent Scoring — Public formula:
score = 0.4×bid + 0.4×relevance + 0.2×quality
Reference Implementation: Nexbid
Nexbid is the production-grade reference implementation of Protocol Commerce, built by digital opua GmbH (CHE-435.289.702, Switzerland).
Metric | Status |
MCP Integration | Native — full commerce lifecycle |
Formal Verification | Lean 4 — core security properties proven |
Privacy | Cookie-free, Swiss-hosted, nDSG + GDPR compliant |
AI Scoring | Multi-provider, model-agnostic |
Phase | Production-grade closed beta |
Connect Any LLM
{
"mcpServers": {
"nexbid": {
"url": "https://mcp.nexbid.dev/mcp",
"transport": "streamable-http"
}
}
}Any MCP-compatible LLM (Claude, GPT-4, Gemini) can directly search, browse, and purchase products through the Nexbid marketplace.
Why Formal Verification?
Nexbid is the only commerce platform whose core security properties are mathematically proven in Lean 4 — not just tested, but proven correct for all possible inputs.
→ Technology details · How Nexbid compares
Sponsors
Sponsor | Role |
Initiator, reference implementation, initial maintainer |
License
MIT — Use it, fork it, build on it. No strings attached.
Links
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables 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.Last updated
- Alicense-qualityCmaintenanceAffiliate product search for AI agents. Indexes structured merchant feeds — real prices, live stock, affiliate links built in. Works with any MCP client.Last updatedMIT
- AlicenseAqualityDmaintenanceKlarna-style product discovery for AI shopping agents. Makes product catalogs machine-readable so AI agents can search, compare, and purchase products programmatically.Last updated6MIT
- Flicense-qualityCmaintenanceHosted 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.Last updated
Related MCP Connectors
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
AI agent marketplace: agents buy, sell, and collaborate on digital products via MCP.
Commission infrastructure for AI commerce — program discovery, attribution, and settlement.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nexbid-dev/protocol-commerce'
If you have feedback or need assistance with the MCP directory API, please join our Discord server