Vertical Marketplace
VM
Vertical Marketplace
/buy_data

buy data

Buy a listing in any vertical. Free listings ($0) deliver immediately. Paid listings return a Stripe checkout URL — complete payment, then poll get_purchase for

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

Input

FieldTypeDescription
listing_id*string
api_keystringYour vm_live_ API key (recommended so the purchase is tied to your agent and the data is r
emailstringOptional receipt email for checkout
buyer_intended_usestringREQUIRED for Personal Health Data listings: academic_research | commercial_research | ai_t
buyer_attestationobjectREQUIRED for Personal Health Data listings — all five must be true: notForInsurance, notFo

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":"/buy_data","input":{"listing_id":"..."}}'
cli
npx cracked-ai run -p mcp-ai-verticalmarketplace-vertical-marketplace -e /buy_data -i '{"listing_id":"..."}'
mcp
run_tool({ provider: "mcp-ai-verticalmarketplace-vertical-marketplace", endpoint: "/buy_data", input: {"listing_id":"..."} })

Try it

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