Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides a Model Context Protocol (MCP) server for Amazon Location Service, enabling access to capabilities like place search, reverse geocoding, route calculation, and waypoint optimizat
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-aws-location-mcp-server": {
"command": "uvx",
"args": [
"awslabs.aws-location-mcp-server@latest"
],
"env": {
"AWS_PROFILE": "<AWS CLI profile to use for credentials>",
"AWS_REGION": "<AWS region to use>",
"FASTMCP_LOG_LEVEL": "<Logging level (ERROR, WARNING, INFO, DEBUG)>"
}
}
}
}{
"id": "aws-aws-location-mcp-server",
"name": "AWS Location Service",
"description": "This package provides a Model Context Protocol (MCP) server for Amazon Location Service, enabling access to capabilities like place search, reverse geocoding, route calculation, and waypoint optimizat",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/aws-location-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 12184,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.aws-location-mcp-server"
},
"tools_count": 7
}