Nexez Agentic Commerce MCP Server

Search merchants, inspect structured offers, and validate checkout or negotiation before buying.

Local serverstdioPython

What is the Nexez Agentic Commerce MCP server?

Search merchants, inspect structured offers, and validate checkout or negotiation before buying. The nexez agentic commerce mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 11 defined tools rather than through you.

What it actually does

Nexez is the infrastructure layer for agentic commerce. Businesses create clean, structured agent-ready listings alongside their main website. AI agents (ChatGPT, Claude, Grok, Perplexity, etc.) can discover offers, negotiate, and complete bookings autonomously.

Its toolset

Everything the assistant can do here goes through one of these:

  • Agent — optimized listings** with JSON-LD, llms.txt, agent.json, MCP endpoint, and semantic HTML
  • Real — time agent detection and traffic split
  • Production — ready error handling, logging, and webhooks
  • Copy — paste buyer-agent examples in examples/agents
  • Frontend — Next.js 16 (App Router) + Tailwind + shadcn/ui
  • Backend — Next.js API routes + Supabase
  • Database — Supabase (PostgreSQL)
  • Payments — Stripe Connect + Stripe Billing
  • Deployment — Vercel
  • Core — The Core tool exposed by this server
  • Technical — The Technical tool exposed by this server

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at @nexez/agent-sdk on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Nexez Agentic Commerce's toolset — Agent, Real, Production and 8 more — is a fair guide to whether it matches your workflow. It is maintained by ai.nexez; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Nexez Agentic Commerce.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the nexez agentic commerce mcp server does with a few real requests.

Available tools

ToolWhat it does
Agentoptimized listings** with JSON-LD, llms.txt, agent.json, MCP endpoint, and semantic HTML
Realtime agent detection and traffic split
Productionready error handling, logging, and webhooks
Copypaste buyer-agent examples in examples/agents
FrontendNext.js 16 (App Router) + Tailwind + shadcn/ui
BackendNext.js API routes + Supabase
DatabaseSupabase (PostgreSQL)
PaymentsStripe Connect + Stripe Billing
DeploymentVercel
CoreThe Core tool exposed by this server.
TechnicalThe Technical tool exposed by this server.

How to install the Nexez Agentic Commerce MCP server

{
  "mcpServers": {
    "commerce": {
      "command": "npx",
      "args": ["-y", "@nexez/agent-sdk"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Nexez Agentic Commerce to Agent.
  • Use Nexez Agentic Commerce to Real.
  • Use Nexez Agentic Commerce to Production.

Frequently asked questions

It connects Nexez Agentic Commerce to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (Agent, Real, Production, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Nexez Agentic Commerce directly.