Here
HERE Technologies provides comprehensive location data and mapping services, offering APIs and SDKs for developers to integrate maps, geocoding, routing, and other location-based features into their applications.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Here authenticates with an API key. Generate the credential in your Here account, then paste it into FlyMyAI the first time an agent uses a Here action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
HERE API Endpoint Base URL | The base URL of the HERE API endpoint you are accessing. Example: https://geocode.search.hereapi.com/v1 (required) |
HERE API Key | The API key provided by HERE Technologies for authenticating API requests. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
HERE_AUTOSUGGEST | Tool to fetch possible completions for a partial search term. Use after capturing a partial query and location context to generate typeahead suggestions. | q |
HERE_BROWSE | Tool to search for places around a given location with optional filters. Use when you need nearby points of interest filtered by categories, food types, or name. | at |
HERE_CALCULATE_ROUTE | Tool to calculate a route between waypoints with vehicle profile options. Use when planning a route with toll and vehicle constraints. | waypoints, mode |
HERE_COORDINATES_TO_TILE_INDICES | Tool to convert geographic coordinates to Web Mercator XYZ tile indices. Use when mapping a lat/lng to its containing tile at a given zoom level. | lat, lng, zoom |
HERE_DISCOVER | Tool to discover places and addresses by free-form text near a location. Use when you need to find points of interest or specific addresses from a natural-language query. | q |
HERE_GEOCODE | Tool to convert structured address data into geographic coordinates. Use when you need precise lat/lng from a free-text or qualified address input. | - |
HERE_GET_AERIAL_TILE | Tool to retrieve a satellite/aerial map tile. Use when you need tile imagery for a given zoom level and coordinates. | zoom, x, y, format |
HERE_GET_BASE_MAP_TILE | Tool to retrieve a base map tile image without labels. Use after determining tile scheme, zoom level, x/y coordinates, size, and format. | scheme, zoom, x, y, size, format |
HERE_GET_HYBRID_TILE | Tool to retrieve a hybrid (aerial + labels) map tile. Use when you need a labeled aerial map tile for a specific zoom level, tile coordinates, size, and format. Example: "Get a 512px PNG hybrid tile for zoom 14 at tile (8587,5700)." | zoom, x, y, size, format |
HERE_GET_ISOLINES | Tool to calculate isolines. Use when you need reachable area polygons based on time, distance, or consumption ranges. | range[type], range[values] |
HERE_GET_LABEL_TILE | Tool to retrieve a label overlay tile. Use when you need map labels after selecting scheme, zoom, and tile indices. | scheme, zoom, x, y |
HERE_GET_LINE_TILE | Tool to retrieve a line overlay tile. Use when you need to overlay road and border lines on a base map. | scheme, zoom, x, y, size, format |
HERE_GET_MAP_IMAGE | Tool to retrieve a static map image. Use when you need a custom map snapshot after specifying center, zoom, overlays, or styles. | parameters, size, format |
HERE_GET_MAP_TILE | Tool to retrieve a base map tile. Use when you need map imagery for a specific zoom level, coordinates, size, and format. | scheme, zoom, x, y, size, format |
HERE_GET_MATRIX | Tool to compute a routing distance/time matrix. Use when you need batch distances and travel times between multiple origins and destinations. | origins, destinations |
HERE_GET_META_INFO_TILE | Tool to retrieve metadata for a specific map tile. Use when you need only metadata about a tile without downloading imagery. | scheme, zoom, x, y, size, format |
HERE_GET_POI_TILE | Tool to retrieve a point-of-interest overlay tile. Use when you need to overlay POI icons on a map tile at a specific scheme, zoom level, and tile coordinates. | scheme, zoom, x, y, size, format |
HERE_GET_TERRAIN_TILE | Tool to retrieve a terrain map tile image. Use when you need terrain and elevation shading details for a specific zoom level, tile coordinates, size, and format. | zoom, x, y, size, format |
HERE_GET_TRAFFIC_FLOW | Tool to retrieve real-time traffic flow data. Use when you need current congestion metrics for a specified area. | locationReferencing, in |
HERE_GET_TRAFFIC_INCIDENTS | Tool to fetch real-time traffic incidents within a specified area. Use when you need up-to-date incident data for a geographic region. | in, locationReferencing |
HERE_GET_TRAFFIC_TILE | Tool to retrieve a traffic overlay tile. Use when you need traffic overlay imagery for a given map style, zoom level, tile coordinates, size, and format. | scheme, zoom, x, y, size, format |
HERE_GET_WAYPOINT_SEQUENCE | Tool to optimize the visit order of multiple waypoints. Use after specifying a start and end location with intermediate points to get the most efficient route. | origin, destination, waypoint |
HERE_GET_WEATHER_FORECAST_DAILY | Tool to provide daily weather forecasts (up to 7 days). Use when you need a multi-day outlook for a specific location. Returns detailed or simplified daily data based on the 'products' parameter. | products |
HERE_GET_WEATHER_OBSERVATION | Tool to retrieve current weather observation. Use after determining a specific location to get up-to-date weather conditions. | - |
HERE_HERE_WEATHER_FORECAST_HOURLY | Tool to fetch hourly weather forecasts. Use when you need up to 48 hours of forecast data for a location. | apiKey, products |
HERE_LOOKUP | Tool to look up detailed information for a place by its HERE ID. Use when you have obtained a HERE identifier and need full metadata about that location. | id |
HERE_REVERSE_GEOCODE | Tool to convert geographic coordinates into a human-readable address. Use when you have latitude and longitude and need the nearest address. | at |
HERE_WEATHER_ALERTS | Tool to retrieve severe weather alerts for specified locations or routes. Use after constructing a GeoJSON FeatureCollection of points or corridors to assess potential weather hazards. | apiKey |
HERE_WEATHER_ASTRONOMY | Tool to fetch astronomical data (sunrise, sunset) for a specific location. Use when you need daily sun and moon event times. | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Here!