← vitalsvault.com

INDIVIDUAL MCP TOOL

browse_biomarkers

Returns the public What We Test collection with stable cursor pagination and optional category or sex-applicability filters.

vitalsvault.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.vitalsvault.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for browse_biomarkers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

vitalsvault.com

CONNECT 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.

Related tools

  • list_biomarker_categories — Returns public educational biomarker category slugs and marker counts for collection browsing.
  • get_biomarker_category — Returns the biomarkers in one exact public category slug.
  • search_biomarkers — Searches public educational biomarkers by name, alias, LOINC, or keyword and explains Vitals Vault coverage.
  • get_biomarker — Returns public educational units and existing content for one exact biomarker slug.
  • get_biomarkers — Resolves known public biomarker slugs in request order for factual comparison and reports missing slugs without substitution.
  • list_lab_packages — Compares Essential, Advanced, and Max using current public prices, biomarker counts, included reporting value, and individual-test availability.
  • get_lab_package — Resolves the exact Essential, Advanced, or Max legacy package slug to its current public panel price, biomarker count, features, and human URL.
  • search_lab_catalog — Searches currently orderable Vitals Vault tests and panels with customer-safe prices and stable pagination.