← justlabs.health

INDIVIDUAL MCP TOOL

suggest-next-steps

Based on a previous analysis, suggest follow-up tests, panels, or actions.

justlabs.healthnone authenticationAvailability not checked

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 endpoint

justlabs.health

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.justlabs-health]
url = "https://mcp.justlabs.health/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "justlabs-health": {
      "type": "http",
      "url": "https://mcp.justlabs.health/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: justlabs-health
Remote MCP URL: https://mcp.justlabs.health/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": {
    "justlabs-health": {
      "url": "https://mcp.justlabs.health/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "justlabs-health": {
      "type": "http",
      "url": "https://mcp.justlabs.health/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "justlabs-health",
  "transport": "streamable-http",
  "url": "https://mcp.justlabs.health/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search-lab-tests — Search the JustLabs test catalog by name, category, description, or symptoms.
  • get-test-details — Get full details for a specific lab test by its ID.
  • get-test-panels — Get available test panels (bundled tests at a discount).
  • recommend-tests — Recommend lab tests based on reported symptoms.
  • get-pricing — Get pricing comparison for one or more lab tests by their IDs.
  • analyze-panel-results — Analyze lab test panel results.
  • generate-patient-summary — Generate a comprehensive, patient-friendly summary of lab results analysis, key findings, and recommended next steps.