{"name":"io.github.vitalsvault/vitals-vault","slug":"vitalsvault-vitals-vault","title":"Vitals Vault","description":"Find public biomarker education, available blood tests, panels, and budget-aware starting points.","url":"https://mcp.market/server/vitalsvault-vitals-vault","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-21T00:20:47.736Z","last_ok_at":"2026-09-21T00:20:47.736Z","latency_ms":258},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.vitalsvault.com/developers/mcp","version":"9.4.3","remotes":[{"type":"streamable-http","url":"https://mcp.vitalsvault.com/mcp"}],"packages":[],"tools":[{"name":"browse_biomarkers","description":"Returns the public What We Test collection with stable cursor pagination and optional category or sex-applicability filters. The response excludes diagnosis and private lab results.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cursor":{"type":"string","minLength":1,"maxLength":256,"description":"Opaque pagination cursor from a prior response."},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Maximum biomarkers to return (default 20, max 50)."},"category":{"type":"string","minLength":1,"maxLength":120,"description":"Optional public category slug."},"gender":{"type":"string","enum":["all","male","female"],"description":"Optional applicability filter; defaults to all."}},"required":[],"additionalProperties":false}},{"name":"compare_blood_testing_services","description":"Returns a factual side-by-side comparison of Vitals Vault and a supported blood-testing service using public master-table facts and methodology. It excludes medical advice and unsupported superiority claims.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"competitor":{"type":"string","enum":["superpower","lab-marketplaces","function-health","insidetracker","hims"],"maxLength":80,"description":"Optional competitor slug from the public comparison registry."}},"required":[],"additionalProperties":false}},{"name":"fetch","description":"Fetches one public biomarker, panel, document, or comparison result by stable connector identifier. The response contains public data only and does not access private records.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":300,"description":"Stable public identifier such as biomarker:apolipoprotein-b or doc:developers."}},"required":["id"],"additionalProperties":false}},{"name":"get_biomarker","description":"Returns public educational units and existing content for one exact biomarker slug. Standard and optimal range arrays remain present for compatibility but may be empty without a reviewed public range source. This is not medical advice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":160,"description":"Biomarker slug such as apolipoprotein-b."}},"required":["slug"],"additionalProperties":false}},{"name":"get_biomarker_category","description":"Returns the biomarkers in one exact public category slug. Unknown slugs produce a stable not-found result, and the educational response excludes diagnosis and private data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":120,"description":"Exact public category slug, such as heart-cardiovascular or energy-metabolism."}},"required":["slug"],"additionalProperties":false}},{"name":"get_biomarkers","description":"Resolves known public biomarker slugs in request order for factual comparison and reports missing slugs without substitution. Private lab results are outside this tool’s data boundary.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slugs":{"type":"array","minItems":1,"maxItems":20,"uniqueItems":true,"items":{"type":"string","minLength":1,"maxLength":128},"description":"One to 20 exact public biomarker slugs."}},"required":["slugs"],"additionalProperties":false}},{"name":"get_lab_catalog_item","description":"Revalidates one exact public catalog handle for current price and orderability under the website checkout policy. It never fuzzy-substitutes and returns a safe not-found result for ineligible items.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"handle":{"type":"string","minLength":1,"maxLength":128,"description":"Exact public catalog handle."}},"required":["handle"],"additionalProperties":false}},{"name":"get_lab_package","description":"Resolves the exact Essential, Advanced, or Max legacy package slug to its current public panel price, biomarker count, features, and human URL. The tool never creates an order.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","enum":["essential","advanced","max"],"maxLength":32,"description":"Package slug: essential, advanced, or max."}},"required":["slug"],"additionalProperties":false}},{"name":"get_page_as_markdown","description":"Returns a markdown representation of an allowlisted public Vitals Vault page under the protected-route policy. Checkout, account, result, and other private pages are unavailable.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"path":{"type":"string","minLength":1,"maxLength":2048,"description":"Site path beginning with / such as /developers or /biomarkers."}},"required":["path"],"additionalProperties":false}},{"name":"list_biomarker_categories","description":"Returns public educational biomarker category slugs and marker counts for collection browsing. The content excludes diagnosis, private lab results, and other protected data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"list_lab_packages","description":"Compares Essential, Advanced, and Max using current public prices, biomarker counts, included reporting value, and individual-test availability. The tool never creates a cart.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"recommend_panel","description":"Returns a controlled educational Essential, Advanced, Max, or exact-budget Build Your Own Panel starting point. A custom_only request with maxBudgetUsd excludes standard panels. Every selection is revalidated against the complete eligible catalog. Inputs exclude free-text symptoms, identity, private results, and PHI; the tool never diagnoses, stores a health record, or creates a cart.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"concern":{"type":"string","enum":["general_baseline","fatigue_energy","thyroid","hormone_balance","heart_risk","metabolic_health","vitamin_nutrient","inflammation","healthy_aging","athletic_performance","sleep_stress","specific_tests","urgent_symptoms"],"description":"Controlled high-level concern; urgent_symptoms returns a safety-suppressed response."},"goal":{"type":"string","enum":["build_baseline","investigate_concern","monitor_progress","retest","find_specific_test"],"description":"What the person is trying to accomplish."},"budget":{"type":"string","enum":["under_100","under_200","under_400","flexible"],"description":"Legacy package price bucket. Exact hard ceilings are represented by maxBudgetUsd."},"maxBudgetUsd":{"type":"number","minimum":2,"maximum":2000,"description":"Exact hard ceiling in US dollars. Required when packagePreference is custom_only; the returned total never exceeds it."},"packagePreference":{"type":"string","enum":["allow_packages","custom_only"],"description":"allow_packages compares the standard panels; custom_only excludes Essential, Advanced, and Max and builds only from checkout-eligible BYOP items."},"ageBand":{"type":"string","enum":["18_29","30_39","40_49","50_59","60_plus","not_specified"],"description":"Reserved broad age-band context that is not currently used to select tests. Birth dates and exact ages are outside the input contract; the value is not persisted or logged."},"sex":{"type":"string","enum":["female","male","not_specified"],"description":"Optional controlled biological-sex context for public catalog applicability; not_specified represents an omitted value."},"biomarkerSlugs":{"type":"array","minItems":1,"maxItems":5,"uniqueItems":true,"items":{"type":"string","minLength":1,"maxLength":128},"description":"Optional exact public slugs for find_specific_test or retest goals."}},"required":["concern","goal"],"additionalProperties":false}},{"name":"search","description":"Provides broad connector discovery across public Vitals Vault biomarkers, panels, developer documentation, and comparisons. Results contain stable identifiers for exact public retrieval.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":200,"description":"Search text such as ApoB, OAuth, Advanced, or Function Health."}},"required":["query"],"additionalProperties":false}},{"name":"search_biomarkers","description":"Searches public educational biomarkers by name, alias, LOINC, or keyword and explains Vitals Vault coverage. Private lab results are outside this tool’s data boundary.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":200,"description":"Search text such as ApoB or vitamin D."},"limit":{"type":"integer","minimum":1,"maximum":25,"description":"Maximum results to return (default 10, max 25)."}},"required":["query"],"additionalProperties":false}},{"name":"search_lab_catalog","description":"Searches currently orderable Vitals Vault tests and panels with customer-safe prices and stable pagination. Results come from a versioned public search document with match provenance and are revalidated against website checkout eligibility. Identity, account data, private results, and PHI are outside the input contract.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":120,"description":"Optional customer-facing test or panel name, such as ApoB or thyroid."},"category":{"type":"string","minLength":1,"maxLength":120,"description":"Optional public checkout category slug."},"itemType":{"type":"string","enum":["all","panel","individual_test"],"description":"Catalog item filter for panels, individual tests, or both; defaults to all."},"gender":{"type":"string","enum":["all","male","female"],"description":"Public catalog applicability filter; defaults to all."},"page":{"type":"integer","minimum":1,"maximum":1000,"description":"One-based public catalog page; defaults to 1."},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Maximum results per page; defaults to 20."}},"required":[],"additionalProperties":false}},{"name":"start_guided_panel_builder","description":"Returns the canonical entry for the full human-controlled Vitals Vault consultation, with no health answers in the URL. It creates no session, cart, account, order, or payment.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[],"additionalProperties":false}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-20T20:12:42.630Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:12:42.545Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 692ms"]},"poisoning":{"score":15,"max":15,"notes":["16 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.vitalsvault.com/mcp","reachable":true,"authRequired":false,"latencyMs":692,"serverInfo":{"name":"com.vitalsvault/product","version":"9.4.3"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.vitalsvault.com/brand/vitals-vault-mark.png?v=20260808","source":"registry","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}