← Registry

General Tools

malaysiasafe.app

Provides live safety information, alerts, scams, and hospital locations for regions in Malaysia.

1 endpoint5 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://api.malaysiasafe.app/mcp

No auth detected

MCP server metadata

Name
malaysiasafe-mcp
Version
1.0.0
Capabilities
tools
Server instructions

MalaysiaSafe provides live safety data for travelers in Malaysia: 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://malaysiasafe.app/data

Known tools 5

get_region_safety

Get the live safety summary for a region of Malaysia: 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-only
list_active_alerts

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

Inferred read-only
lookup_scams

Search known tourist scams in Malaysia.

Inferred read-only
find_hospitals

Find health facilities in a region of Malaysia: name, address, coordinates, facility grade, bed count, 24h availability, and a direct phone number WHERE THE FACILITY PUBLISHES ONE.

Inferred read-only
list_regions

List all Malaysia region slugs that currently have computed live safety scores, with their latest overall score and color band.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "malaysiasafe-mcp",
  "transport": "streamable-http",
  "url": "https://api.malaysiasafe.app/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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