Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Geoapify

Geoapify

Geoapify offers a suite of APIs for integrating maps, geocoding, routing, and other location-based services into applications.

44VIEWS
2002USERS

Install MCP Server

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

npx @composio/cli add cursor --app geoapifynpx @composio/cli add cursor --app geoapifynpx @composio/cli add cursor --app geoapifynpx @composio/cli add cursor --app geoapify

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

Available Tools

Address Autocomplete

Tool to fetch address suggestions based on partial input. Use when you need to get predictive suggestions from incomplete address text.

Batch Requests

Tool to create or retrieve batch jobs. Use when processing multiple API calls asynchronously in one operation.

Get Administrative Boundaries

Tool to retrieve administrative boundaries a location is part of. Use when you have either a place ID or coordinates and need GeoJSON boundaries. Returns a FeatureCollection.

Forward Geocoding

Tool to convert an address into geographic coordinates. Use when you need latitude and longitude from an address.

Geometry Operation

Tool to perform geometric operations on stored polygon geometries. Use when combining or intersecting multiple stored geometries.

Ip Geolocation

Tool to determine geographic location of an IP address. Use when you need to lookup location information by IP.

Generate Isoline (isochrone/isodistance)

Tool to generate isochrone or isodistance isolines. Use when visualizing reachable areas from a point; use `id` to poll ongoing calculations.

Map Matching

Tool to snap GPS traces to the road network and correct inaccuracies. Use when raw GPS points need alignment to roads.

Fetch Geoapify Map Tiles

Tool to fetch raster map tiles or style JSON from Geoapify. Use when rendering custom maps with specific styles.

Create Marker Icon

Tool to create custom map marker icons. Use when you need a tailored marker after defining map annotations.

Place Details

Tool to retrieve detailed information about a specific place. Use when you have a place ID or coordinates and need comprehensive metadata.

Places Search

Tool to search for points of interest within a specified area. Use when you need POIs matching categories after defining spatial filter or bias.

Postcode Search

Tool to retrieve postcode information for a location. Use when you need to fetch postcode details based on a given postcode or geographic coordinates.

Reverse Geocoding

Tool to reverse geocode coordinates into a structured address. Use when converting lat/lon to human-readable addresses.

Route Matrix

Tool to compute travel time and distance matrices. Use when you need durations and distances between multiple origin and destination pairs.

Route Planner

Tool to optimize multi-agent routes and schedules. Use after defining agents and jobs/shipments.

Routing

Tool to calculate routes between multiple waypoints. Use when you need both distance, time, and turn-by-turn directions for two or more coordinates.

17 actions available