← cambodiasafe.app

INDIVIDUAL MCP TOOL

list_active_alerts

List currently active safety alerts across Cambodia, optionally filtered by region slug and/or alert type (e.g.

cambodiasafe.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.cambodiasafe.app/mcp

No auth detected

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

cambodiasafe.app

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

.mcp.json

{
  "mcpServers": {
    "cambodiasafe-mcp": {
      "type": "http",
      "url": "https://api.cambodiasafe.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cambodiasafe-mcp": {
      "type": "http",
      "url": "https://api.cambodiasafe.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cambodiasafe-mcp",
  "transport": "streamable-http",
  "url": "https://api.cambodiasafe.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 Cambodia: 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.
  • lookup_scams — Search known tourist scams in Cambodia.
  • find_hospitals — Find health facilities in a region of Cambodia: name, address, coordinates, facility grade, bed count, 24h availability, and a direct phone number WHERE THE FACILITY PUBLISHES ONE.
  • list_regions — List all Cambodia region slugs that currently have computed live safety scores, with their latest overall score and color band.