General Tools
laossafe.app
Retrieves live safety scores, alerts, scams, and health facility information for regions in Laos.
ENDPOINT 1
https://api.laossafe.app/mcp
MCP server metadata
- Name
- laossafe-mcp
- Version
- 1.0.0
LaosSafe provides live safety data for travelers in Laos: 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://laossafe.app/data
Known tools 5
get_region_safetyGet the live safety summary for a region of Laos: 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 Laos, optionally filtered by region slug and/or alert type (e.g.
Inferred read-onlyfind_hospitalsFind health facilities in a region of Laos: name, address, coordinates, facility grade, bed count, 24h availability, and a direct phone number WHERE THE FACILITY PUBLISHES ONE.
Inferred read-onlylist_regionsList all Laos 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.laossafe-mcp]
url = "https://api.laossafe.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"laossafe-mcp": {
"type": "http",
"url": "https://api.laossafe.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: laossafe-mcp
Remote MCP URL: https://api.laossafe.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": {
"laossafe-mcp": {
"url": "https://api.laossafe.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"laossafe-mcp": {
"type": "http",
"url": "https://api.laossafe.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "laossafe-mcp",
"transport": "streamable-http",
"url": "https://api.laossafe.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 laossafe.app was fetched 2026-08-27T11:04:53.717Z.
laossafe.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.