Wraps the OpenCage geocoding API so Claude can convert addresses to coordinates and back. You get three tools: forward geocoding that takes a place name and returns lat/long plus metadata like timezone and currency, reverse geocoding that turns coordinates into addresses, and a status check for your API usage. Parameters let you filter by country, set bounding boxes, limit results, or request responses in different languages. The developers are clear about the sweet spot: this is for interactive querying during conversations, not bulk processing. If you're geocoding CSV files or database records, you're better off writing a script that hits their API directly. They even provide a SKILL file to train models on their API conventions.
claude mcp add --transport stdio opencagedata-opencage-geocoding-mcp uvx opencage-geocoding-mcp