Skip to content
MCP-Bridge
Developer ToolsAuto-generated

Amazon Location Service MCP Server

"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-location

Environment Variables

AMAZON_LOCATION_SERVICE_API_KEY

Example: your_amazon_location_service_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-location": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-location"],
      "env": {
      "AMAZON_LOCATION_SERVICE_API_KEY": "your_amazon_location_service_api_key"
}
    }
  }
}

Endpoints

POST/tracking/v0/trackers/{TrackerName}/consumers

AssociateTrackerConsumer

POST/tracking/v0/trackers/{TrackerName}/delete-positions

BatchDeleteDevicePositionHistory

POST/geofencing/v0/collections/{CollectionName}/delete-geofences

BatchDeleteGeofence

POST/geofencing/v0/collections/{CollectionName}/positions

BatchEvaluateGeofences

POST/tracking/v0/trackers/{TrackerName}/get-positions

BatchGetDevicePosition

POST/geofencing/v0/collections/{CollectionName}/put-geofences

BatchPutGeofence

POST/tracking/v0/trackers/{TrackerName}/positions

BatchUpdateDevicePosition

POST/routes/v0/calculators/{CalculatorName}/calculate/route

CalculateRoute

POST/routes/v0/calculators/{CalculatorName}/calculate/route-matrix

CalculateRouteMatrix

POST/geofencing/v0/collections

CreateGeofenceCollection