Nexez Agentic Commerce
ai.nexez/commerceFind Nexez sellers, inspect offers, and validate checkout or negotiation before buyer approval.
Tools · 5
Search across all Nexez merchants for services/products matching a buyer request. Returns ranked listings with offers + agent.json URLs.
Browse the cross-merchant Nexez directory (optionally filtered by category, query, minimum readiness, or location).
Fetch a listing's full structured agent manifest (seller profile, offers, actions) by slug.
Dry-run a checkout for an offer BEFORE paying — validates the offer, currency, and payment readiness. Never charges.
Dry-run a negotiation proposal against the seller’s rules BEFORE submitting. Returns the rules evaluation. Never writes.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"nexez_agentic_commerce": {
"url": "https://nexez.app/mcp",
"transport": "streamable-http"
}
}
}