← getvda.ai

INDIVIDUAL MCP TOOL

health_exclude

FREE: add .

getvda.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://health.getvda.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for health_exclude 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

getvda.ai

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • health_discover — FREE dry run: discover everything a seed would monitor — subdomains, compose services, ports, dependency chains — without monitoring or storing anything.
  • health_check — Full monitoring cycle: re-discover from the seed, merge with the saved map, check HTTP/TCP/SSL/DNS, detect latency anomalies, roll dependent failures up to one root cause, persist state, and report what changed.
  • health_history — Timeline of status changes for a seed over the last N hours.
  • selftest — FREE, no payment required.