VM
Vertical Marketplace
/update_listing
update listing
Modify one of your existing per-query listings: title, description, price_cents, preview, or active (delist/relist). Every change is versioned, Ed25519-signed,
liveverifiedunknown~5s typical
mcpprobedverticalmarketplace
$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-verticalmarketplace-vertical-marketplace /update_listing for me.
Input
| Field | Type | Description |
|---|---|---|
| api_key* | string | Your vm_live_ API key (must own the listing) |
| listing_id* | string | The listing to modify |
| title | string | |
| description | string | |
| price_cents | number | New per-query price in integer cents (0 = free) |
| active | boolean | Set false to delist, true to relist. |
| preview | object | Replacement buyer-facing preview sample. |
| reason | string | Optional note recorded in the public audit trail. |
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-verticalmarketplace-vertical-marketplace","endpoint":"/update_listing","input":{"api_key":"...","listing_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-verticalmarketplace-vertical-marketplace -e /update_listing -i '{"api_key":"...","listing_id":"..."}'mcp
run_tool({ provider: "mcp-ai-verticalmarketplace-vertical-marketplace", endpoint: "/update_listing", input: {"api_key":"...","listing_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.