AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Protocol Commerce

mcp-nexbid-dev-protocol-commerce · by nexbid-dev

Search and discover advertiser products through an open marketplace for AI agents.

No reviews yet
0 installs
42 views
0.0% view→install

Install

$ agentstack add mcp-nexbid-dev-protocol-commerce

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v1.0.1 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v1.0.1. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-nexbid-dev-protocol-commerce)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Protocol Commerce? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 | |-----------|-------------| | [manifesto/](manifesto/) | Why open protocols matter for commerce — principles, landscape analysis, and rationale | | [adcp-spec/](adcp-spec/) | AdCP v0.1.0 — Agentic Discovery Commerce Protocol specification, JSON schemas, and examples | | [adcp-sdk-typescript/](adcp-sdk-typescript/) | TypeScript SDK: types, validators, client, and scoring reference implementation | | [webmcp-reference/](webmcp-reference/) | WebMCP browser integration: expose commerce tools to in-browser AI agents via navigator.modelContext | | [amdp-spec/](amdp-spec/) | AMDP v0.1.0 — Agent Mandate Discovery Protocol: cross-vertical authorization spec, JSON schemas, and example mandates | | [agentic-kit/](agentic-kit/) | Agentic Kit — the trust layer: building blocks for verifiable + auditable AI agents | | [lean-verification/](lean-verification/) | Lean 4 formal verification — 47 theorems proving auction/budget/wallet/policy correctness, lake build-checkable |

Quick Start

npm install @protocol-commerce/adcp-sdk
import { 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 →](manifesto/README.md)

Key Principles

  1. Open by Default — MIT-licensed, auditable, forkable
  2. Publisher Parity — Publishers are first-class protocol participants
  3. Privacy Native — Context signals, not user profiles
  4. Transparent Scoring — Public formula: score = 0.4×bid + 0.4×relevance + 0.2×quality

[All 7 principles →](manifesto/PRINCIPLES.md)

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 | |---------|------| | Nexbid | Initiator, reference implementation, initial maintainer |

License

MIT — Use it, fork it, build on it. No strings attached.

Links

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v1.0.1 Imported from the upstream source.