H
health
/get_supplements_for_biomarker
get supplements for biomarker
Find registry-classified supplements in Aviado's current graph that affect a biomarker. Excludes food_substance, prescription_drug, research_compound, research_
liveverifiedunknown~5s typical
mcpprobedhealth
$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-aviado-health /get_supplements_for_biomarker for me.
Input
| Field | Type | Description |
|---|---|---|
| biomarker* | string | Biomarker name, abbreviation, or LOINC code |
| limit | integer | Max results (default 25, max 100) default 25 |
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-aviado-health","endpoint":"/get_supplements_for_biomarker","input":{"biomarker":"...","limit":25}}'cli
npx cracked-ai run -p mcp-ai-aviado-health -e /get_supplements_for_biomarker -i '{"biomarker":"...","limit":25}'mcp
run_tool({ provider: "mcp-ai-aviado-health", endpoint: "/get_supplements_for_biomarker", input: {"biomarker":"...","limit":25} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.