Safe Place Claude Desktop Config
Add the Safe Place MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_safe_place_api_key with your actual safe place api key
Endpoints
GET
/safety/safety-rated-locationsReturns safety rating for a given location and radius.
GET
/safety/safety-rated-locations/by-squareReturns the safety rating of a given area
GET
/safety/safety-rated-locations/{safety-rated-locationId}Retieve safety information of a location by its Id.