Opencage

Opencage

OpenCage Geocoder provides a simple API for forward and reverse geocoding using open data sources.

5VIEWS
2056USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app opencagenpx @composio/cli add cursor --app opencagenpx @composio/cli add cursor --app opencagenpx @composio/cli add cursor --app opencage

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Forward Geocode Address

Tool to convert a human-readable address into geographic coordinates. use when you need to retrieve latitude and longitude from an address.

Geocode To Geojson

Tool to geocode and return geojson. use when you need geojson featurecollection.

Geocode With Jsonp

Tool to perform geocoding and return results in geojsonp format. use when you need a javascript callback wrapped response.

Reverse Geocode Coordinates

Tool to convert coordinates to a human-readable address. use when you have latitude and longitude and need a readable location.

Geocode Xml

Tool to perform geocoding and return results in xml format. use when you need xml-formatted geocoding responses from opencage.

5 actions available