Databases
vitalsvault.com
Offers search, browse, and category retrieval for educational biomarker data.
ENDPOINT 1
https://mcp.vitalsvault.com/mcp
MCP server metadata
- Name
- com.vitalsvault/product
- Version
- 9.4.3
Vitals Vault PRODUCT MCP server. It is read-only and unauthenticated, with educational (not diagnostic) biomarker, complete checkout-eligible catalog, exact-budget panel recommendation, and comparison tools under the public API rate limit. Its public capabilities help a person establish a baseline, find a current customer-safe price, or enter the human Build Your Own Panel flow. Humans check out at https://www.vitalsvault.com/checkout; this server never creates a cart, account, order, or payment.
Known tools 16
list_biomarker_categoriesReturns public educational biomarker category slugs and marker counts for collection browsing.
Inferred read-onlysearch_biomarkersSearches public educational biomarkers by name, alias, LOINC, or keyword and explains Vitals Vault coverage.
Inferred read-onlyget_biomarkerReturns public educational units and existing content for one exact biomarker slug.
Inferred read-onlybrowse_biomarkersReturns the public What We Test collection with stable cursor pagination and optional category or sex-applicability filters.
Inferred read-onlyget_biomarkersResolves known public biomarker slugs in request order for factual comparison and reports missing slugs without substitution.
Inferred read-onlylist_lab_packagesCompares Essential, Advanced, and Max using current public prices, biomarker counts, included reporting value, and individual-test availability.
Inferred read-onlyget_lab_packageResolves the exact Essential, Advanced, or Max legacy package slug to its current public panel price, biomarker count, features, and human URL.
Inferred read-onlysearch_lab_catalogSearches currently orderable Vitals Vault tests and panels with customer-safe prices and stable pagination.
Inferred read-onlyget_lab_catalog_itemRevalidates one exact public catalog handle for current price and orderability under the website checkout policy.
Inferred read-onlyrecommend_panelReturns a controlled educational Essential, Advanced, Max, or exact-budget Build Your Own Panel starting point.
Inferred read-onlystart_guided_panel_builderReturns the canonical entry for the full human-controlled Vitals Vault consultation, with no health answers in the URL.
Inferred read-onlycompare_blood_testing_servicesReturns a factual side-by-side comparison of Vitals Vault and a supported blood-testing service using public master-table facts and methodology.
Inferred read-onlyget_page_as_markdownReturns a markdown representation of an allowlisted public Vitals Vault page under the protected-route policy.
Inferred read-onlysearchProvides broad connector discovery across public Vitals Vault biomarkers, panels, developer documentation, and comparisons.
Inferred read-onlyfetchFetches one public biomarker, panel, document, or comparison result by stable connector identifier.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-vitalsvault-product]
url = "https://mcp.vitalsvault.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-vitalsvault-product": {
"type": "http",
"url": "https://mcp.vitalsvault.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-vitalsvault-product
Remote MCP URL: https://mcp.vitalsvault.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-vitalsvault-product": {
"url": "https://mcp.vitalsvault.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-vitalsvault-product": {
"type": "http",
"url": "https://mcp.vitalsvault.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-vitalsvault-product",
"transport": "streamable-http",
"url": "https://mcp.vitalsvault.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.