📦
AWS Geocode MCP
MCP Server for Geocoding using Amazon Location Service
0 installs
Trust: 34 — Low
Maps
Ask AI about AWS Geocode MCP
Powered by Claude · Grounded in docs
I know everything about AWS Geocode MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Server for Amazon Location Service Geocoder
https://github.com/user-attachments/assets/d9aad071-b44c-47d4-8264-6a2cd4692ab6
Getting Started
API Key
AWS Management Console
- API key is required.
- following scopes are required:
GeocodeSearchNearby
MCP Server Configuration
claude_desktop_config.json
{
"mcpServers": {
"geocoder": {
"command": "npx",
"args": ["aws-geocode-mcp"],
"env": {
"AMAZON_LOCATION_API_KEY": "YOUR_API_KEY", // required
"AWS_REGION": "us-east-1" // optional, default is ap-northeast-1
}
}
}
}
