Skip to content
MCP-Bridge
Security

Safe Place Claude Desktop Config

Add the Safe Place MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amadeus-com-amadeus-safe-place-": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amadeus-com-amadeus-safe-place-"
      ],
      "env": {
        "SAFE_PLACE_API_KEY": "your_safe_place_api_key"
      }
    }
  }
}

Environment Variables

SAFE_PLACE_API_KEY

Replace your_safe_place_api_key with your actual safe place api key

Endpoints

GET/safety/safety-rated-locations

Returns safety rating for a given location and radius.

GET/safety/safety-rated-locations/by-square

Returns the safety rating of a given area

GET/safety/safety-rated-locations/{safety-rated-locationId}

Retieve safety information of a location by its Id.