← Registry

Data Collection

healthtomo.com

Provides tools to search for clinics in Japan, fetch clinic details, and check appointment availability.

1 endpoint3 known toolsFirst detected July 28, 2026Last detected July 28, 2026

ENDPOINT 1

https://healthtomo.com/api/agent/mcp

No auth detected

MCP server metadata

Name
healthtomo
Version
1.0.0
Capabilities
tools
Server instructions

Healthtomo: find and (when enabled) book clinics in Japan for international patients. Use search_clinics → check_availability → hold_appointment.

Known tools 3

search_clinics

Search Healthtomo for clinics in Japan for international patients.

Inferred read-only
get_clinic

Fetch one clinic by slug, including accepted insurance plans.

Inferred read-only
check_availability

List real open appointment slots for a clinic (by slug).

Inferred read-only

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.healthtomo]
url = "https://healthtomo.com/api/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "healthtomo": {
      "type": "http",
      "url": "https://healthtomo.com/api/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "healthtomo": {
      "type": "http",
      "url": "https://healthtomo.com/api/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "healthtomo",
  "transport": "streamable-http",
  "url": "https://healthtomo.com/api/agent/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for healthtomo.com was fetched 2026-08-16T10:36:24.759Z.

Trust status Trusted

healthtomo.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.