General Tools
thailandsafe.app
Provides live safety information and alerts for Thailand, including region safety scores, active alerts, scam lookup, hospital locations, and region lists.
ENDPOINT 1
https://api.thailandsafe.app/mcp
MCP server metadata
- Name
- thaisafe-mcp
- Version
- 1.0.0
ThaiSafe provides live safety data for travelers in Thailand: region safety scores, active alerts, known scams, and hospital directories. All tools are read-only. Keyless access is rate-limited per IP. For higher limits and upcoming API keys, see https://thailandsafe.app/data
Known tools 5
get_region_safetyGet 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.
Inferred read-onlylist_active_alertsList currently active safety alerts across Thailand, optionally filtered by region slug and/or alert type (e.g.
Inferred read-onlyfind_hospitalsFind hospitals in a region of Thailand with contact info: name (English and Thai), address, phone, dedicated emergency phone, rating, 24h availability, and coordinates.
Inferred read-onlylist_regionsList all Thailand region slugs that currently have computed live safety scores, with their latest overall score and color band.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for thailandsafe.app was fetched 2026-08-04T19:45:38.394Z.
thailandsafe.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.