create_bazaar_listing
ActiveTool of com.mudko/agent-ready-kit
Use this when a PAID engagement customer (valid bundle_key) wants their x402 endpoint listed in Coinbase's x402 Bazaar — the package is INCLUDED free with any engagement. Provisions the listing and returns a listing_key that drives the automated pipeline (get_bazaar_listing_kit → deploy → check_bazaar_listing). Buyers WITHOUT a bundle_key purchase the standalone $99 Bazaar Listing Package instead: agent wallets pay https://mudko.com/api/x402/bazaar-listing (x402, USDC on Base); humans ask at /talk for a card link. Details (resource_url, pay_to, price_usd, stack) are optional here — the kit tool collects whatever is missing.
Parameters schema
{
"type": "object",
"required": [
"bundle_key",
"email"
],
"properties": {
"email": {
"type": "string",
"description": "Customer email — the listing_key is bound to it (required)."
},
"stack": {
"enum": [
"nextjs",
"express",
"serverless",
"php",
"other"
],
"type": "string",
"description": "Server stack — picks the generated kit variant (optional)."
},
"pay_to": {
"type": "string",
"description": "Receiving wallet (0x… on Base) the endpoint pays to (optional)."
},
"price_usd": {
"type": "number",
"description": "Endpoint price per call in USD (optional)."
},
"bundle_key": {
"type": "string",
"description": "Engagement bundle key (required — this tool is the engagement freebie)."
},
"resource_url": {
"type": "string",
"description": "HTTPS URL of the endpoint to list (optional)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.mudko/agent-ready-kit
https://github.com/lmno100/agent-ready-kit-saas
1/7 registries