Vertical Marketplace
VM
Vertical Marketplace
/sell_data

sell data

Publish a per-purchase listing for any asset type (data, services, investments, digital assets, real estate, products, documents, jobs & work, compute & API acc

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 /sell_data for me.

Input

FieldTypeDescription
api_key*stringYour vm_live_ API key (must be a registered seller with a verified delivery endpoint)
verticalstringOPTIONAL vertical slug, e.g. 'code-templates'. Omit to have the listing auto-filed into th
categorystringOPTIONAL macro-category hint to constrain auto-filing, e.g. 'data', 'services', 'investmen
title*string
description*string
preview*objectRequired. A small, already-scrubbed sample shown to buyers before purchase. This preview i
price_cents*numberPer-query price in integer cents (0 = free)
consent*booleanMust be true — confirms you own what you are listing and have the right to sell it.

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":"/sell_data","input":{"api_key":"...","title":"...","description":"...","preview":{},"price_cents":1,"consent":true}}'
cli
npx cracked-ai run -p mcp-ai-verticalmarketplace-vertical-marketplace -e /sell_data -i '{"api_key":"...","title":"...","description":"...","preview":{},"price_cents":1,"consent":true}'
mcp
run_tool({ provider: "mcp-ai-verticalmarketplace-vertical-marketplace", endpoint: "/sell_data", input: {"api_key":"...","title":"...","description":"...","preview":{},"price_cents":1,"consent":true} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.