NA
Nexez Agentic Commerce
/nexez_search
Search Nexez offers
Search across all Nexez merchants for services/products matching a buyer request. Returns ranked listings with offers + agent.json URLs.
liveverifiedunknown~5s typical
mcpprobednexezagenticcommerce
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-nexez-commerce /nexez_search for me.
Input
| Field | Type | Description |
|---|---|---|
| q* | string | What the buyer is looking for |
| location | string | Optional city/region filter |
| limit | number | Max results (default 10) |
| lat | number | |
| lng | number | |
| category | string (all | professional | consumer) | |
| industry | string | |
| min_readiness | integer | |
| min_trust | integer | |
| verified | boolean | |
| nexez_checkout_ready | boolean | Owner payout state confirms Nexez-settled checkout readiness |
| supports_checkout | boolean | Deprecated compatibility filter: any actionable offer or provider handoff |
| supports_negotiation | boolean | |
| price_band | string (free | under_100 | 100_500 | 500_2000 | 2000_plus | custom) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-nexez-commerce","endpoint":"/nexez_search","input":{"q":"..."}}'cli
npx cracked-ai run -p mcp-ai-nexez-commerce -e /nexez_search -i '{"q":"..."}'mcp
run_tool({ provider: "mcp-ai-nexez-commerce", endpoint: "/nexez_search", input: {"q":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.