opencage-geocoding-mcp
Verified Safeby OpenCageData
Overview
Provides geocoding and reverse geocoding capabilities using the OpenCage geocoding API via the Model Context Protocol (MCP).
Installation
node build/index.jsEnvironment Variables
- OPENCAGE_API_KEY
Security Notes
The server correctly handles the OpenCage API key via environment variables and exits if not set. It does not use 'eval' or similar dangerous patterns and communicates over standard I/O (stdio) via the MCP SDK, limiting direct network exposure by the server itself. All external API calls are made to the legitimate OpenCage geocoding service.
Similar Servers
mcp-server
Enables AI agents and applications with Mapbox's geospatial intelligence, including geocoding, routing, POI search, and map visualization.
amap-mcp-server
This server provides a set of tools for interacting with Gaode Maps (Amap) APIs, including geocoding, location services, route planning, distance measurement, and POI search.
OSM-GeoJSON-MCP-Server
This server fetches OpenStreetMap data via the Overpass API, converts it to GeoJSON format, and provides it through a Model Context Protocol (MCP) interface, with an option to save large datasets to local files.
osm-tagging-schema-mcp
Provides OpenStreetMap (OSM) tagging schema information, validation, and improvement suggestions for AI agents and LLM applications.