Skip to content
Back to search
100
MCP v1.0.0 streamable-http

Nexez Agentic Commerce

ai.nexez/commerce

Find Nexez sellers, inspect offers, and validate checkout or negotiation before buyer approval.

Uptime
no direct probes in 30d
Response
1140ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://nexez.app/mcp

Tools · 5

nexez_search

Search across all Nexez merchants for services/products matching a buyer request. Returns ranked listings with offers + agent.json URLs.

nexez_directory

Browse the cross-merchant Nexez directory (optionally filtered by category, query, minimum readiness, or location).

nexez_get_page

Fetch a listing's full structured agent manifest (seller profile, offers, actions) by slug.

nexez_validate_checkout

Dry-run a checkout for an offer BEFORE paying — validates the offer, currency, and payment readiness. Never charges.

nexez_validate_negotiation

Dry-run a negotiation proposal against the seller’s rules BEFORE submitting. Returns the rules evaluation. Never writes.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nexez_agentic_commerce": {
      "url": "https://nexez.app/mcp",
      "transport": "streamable-http"
    }
  }
}