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
| Field | Type | Description |
|---|---|---|
| api_key* | string | Your vm_live_ seller API key |
| title* | string | |
| description* | string | |
| preview* | object | Required. A small seller-scrubbed sample (metric names, date ranges — never raw identifier |
| price_cents* | number | Per-query price in integer cents (minimum 500 = $5.00) |
| subcategory* | string | body-composition | blood-work | imaging | genetic-data | wearable-exports | dental-records |
| data_format* | string | PDF | CSV | DICOM | JSON | Image | ZIP | Other |
| data_date | string | When the data was collected (YYYY-MM-DD, optional) |
| demographics | object | Optional coarse demographics (e.g. {"ageRange":"30-39","sex":"M"}). Never include name or |
| context_tags | array | Optional context tags (e.g. athlete, post-surgery). |
| consent* | object | Health 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.