get_bazaar_listing_kit
ActiveTool of com.mudko/agent-ready-kit
Use this after buying the Bazaar Listing Package (you must have the listing_key issued at payment). Returns the deploy-ready x402 v2 kit generated for the customer's stack, wallet and price: 402 handler code with the Bazaar discovery declaration, self-settle trigger script, keepalive cron, wallet guidance, and an ordered DEPLOY-CHECKLIST. Pass resource_url / pay_to / price_usd / stack here to fill in anything missing from the purchase; the kit is regenerated on every call (idempotent). Files return inline (chunked above 8KB) — write them to disk for the user. No listing_key? The package is $99 one-time at https://mudko.com/api/x402/bazaar-listing.
Parameters schema
{
"type": "object",
"required": [
"listing_key"
],
"properties": {
"stack": {
"enum": [
"nextjs",
"express",
"serverless",
"php",
"other"
],
"type": "string"
},
"pay_to": {
"type": "string",
"description": "Receiving wallet (0x… EVM address on Base)."
},
"price_usd": {
"type": "number",
"description": "Price per call in USD."
},
"listing_key": {
"type": "string",
"description": "lk_… key issued when the package was purchased (required)."
},
"resource_url": {
"type": "string",
"description": "HTTPS URL agents will pay — also what the Bazaar crawls."
},
"service_name": {
"type": "string",
"description": "Bazaar service name (<=32 ASCII chars; defaults to the endpoint host)."
},
"service_description": {
"type": "string",
"description": "Rich search-prompt-style description — feeds Bazaar ranking."
}
}
}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