Vertical Marketplace
VM
Vertical Marketplace
/list_health_data

list health data

List your OWN personal health data for sale (Personal Health Data vertical — body scans, blood work, imaging, genetic data, wearable exports, dental/vision/vacc

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

Input

FieldTypeDescription
api_key*stringYour vm_live_ seller API key
title*string
description*string
preview*objectRequired. A small seller-scrubbed sample (metric names, date ranges — never raw identifier
price_cents*numberPer-query price in integer cents (minimum 500 = $5.00)
subcategory*stringbody-composition | blood-work | imaging | genetic-data | wearable-exports | dental-records
data_format*stringPDF | CSV | DICOM | JSON | Image | ZIP | Other
data_datestringWhen the data was collected (YYYY-MM-DD, optional)
demographicsobjectOptional coarse demographics (e.g. {"ageRange":"30-39","sex":"M"}). Never include name or
context_tagsarrayOptional context tags (e.g. athlete, post-surgery).
consent*objectHealth Data Consent Flow v2.0 record. Required keys: ownsData, dataIsOwn, containsOnlyOwn,

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

Try it

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