INDIVIDUAL MCP TOOL
find_hospitals
Find hospitals in a region of Thailand with contact info: name (English and Thai), address, phone, dedicated emergency phone, rating, 24h availability, and coordinates.
LIVE ENDPOINT
https://api.thailandsafe.app/mcp
Connect to this endpoint to inspect the live schema for find_hospitals 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
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.thaisafe-mcp]
url = "https://api.thailandsafe.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"thaisafe-mcp": {
"type": "http",
"url": "https://api.thailandsafe.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: thaisafe-mcp
Remote MCP URL: https://api.thailandsafe.app/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": {
"thaisafe-mcp": {
"url": "https://api.thailandsafe.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"thaisafe-mcp": {
"type": "http",
"url": "https://api.thailandsafe.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "thaisafe-mcp",
"transport": "streamable-http",
"url": "https://api.thailandsafe.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_region_safety— Get the live safety summary for a region of Thailand: overall safety score (0-10, higher is safer), sub-scores (alerts, community reports, road safety), color band (green/yellow/red), active alert count, recent community report counts, hospital and beach counts, and top verified traveler quotes.list_active_alerts— List currently active safety alerts across Thailand, optionally filtered by region slug and/or alert type (e.g.lookup_scams— Search known tourist scams in Thailand.list_regions— List all Thailand region slugs that currently have computed live safety scores, with their latest overall score and color band.