Radar
Radar is a full-stack location infrastructure platform offering SDKs and APIs for geofencing, location tracking, geocoding, search, routing, and maps.
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
Radar authenticates with an API key. Generate the credential in your Radar account, then paste it into FlyMyAI the first time an agent uses a Radar action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Radar API Key | Your Radar API key, used 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 |
|---|---|---|
RADAR_AUTOCOMPLETE_ADDRESS_OR_PLACE | Tool to autocomplete partial addresses and place names based on relevance and proximity. use after a user inputs a partial address/place to get suggestions, optionally biased by location. | query |
RADAR_CREATE_TRIP | Tool to create a new trip. use after gathering origin and destination details to start tracking a trip. | externalId |
RADAR_DELETE_GEOFENCE | Tool to delete a geofence by id. use when supplying a geofence’s unique identifier to remove it. | id |
RADAR_DELETE_TRIP | Tool to delete a trip by its radar id or external id. use after confirming the trip exists. | id |
RADAR_FORWARD_GEOCODE | Tool to convert an address into geographic coordinates. use when you have a full address string and need precise latitude/longitude before further location analysis. | query |
RADAR_GET_CONTEXT_FOR_LOCATION | Tool to retrieve context for a given location. use when you need geofences, place, and region information based on coordinates. use after obtaining valid latitude and longitude. | lat, lng |
RADAR_GET_GEOFENCE | Tool to retrieve a geofence by radar id or tag/externalid. use when you need to fetch full details of an existing geofence. | id |
RADAR_GET_PLACES_SETTINGS | Tool to retrieve current places settings for your radar project. use when you need to inspect chain detection, supported countries, external id requirements, and other places metadata. | - |
RADAR_GET_TRIP | Tool to retrieve a trip by id or externalid. use when you have a trip id or externalid to fetch its details. | id |
RADAR_GET_USERS_IN_GEOFENCE | Tool to retrieve users currently within a specific geofence. use when you need to list all users inside a geofence by its tag and external id. | tag, externalId |
RADAR_IP_GEOCODE | Tool to geocode an ip address to city, state, and country. use when you need location details based on an ip address. | - |
RADAR_LIST_BEACONS | Tool to list all beacons sorted by creation date. use when you need an overview of all configured beacons. | - |
RADAR_LIST_EVENTS | Tool to list events. use when you need to retrieve a paginated list of events with optional filtering. | - |
RADAR_LIST_GEOFENCES | Tool to list all geofences sorted by updated time. use when you need an overview of all configured geofences. | - |
RADAR_LIST_TRIPS | Tool to list all trips, sorted by updated time. use when you need to page through the latest trips. | - |
RADAR_LIST_USERS | Tool to list radar users sorted by update time. use when you need to page through users in your project. | - |
RADAR_REVERSE_GEOCODE | Tool to convert geographic coordinates to structured addresses. use when you have latitude/longitude and need a human-readable address. | coordinates |
RADAR_ROUTE_DISTANCE | Tool to compute distance and travel time between origins and destinations. use when you need route metrics before optimizing or timing routes. | origins, destinations |
RADAR_SEARCH_GEOFENCES_NEAR_LOCATION | Tool to search for geofences near a given location. use when you need to find geofences within a radius of specified coordinates. | latitude, longitude |
RADAR_SEARCH_PLACES_NEAR_LOCATION | Tool to search for places near given coordinates. use when you need to find points of interest around a location. | near |
RADAR_SEARCH_USERS_NEAR_LOCATION | Tool to search for users near a location. use after obtaining coordinates when you need to retrieve users within a given radius. | latitude, longitude |
RADAR_TRACK_LOCATION_UPDATE | Tool to track a user's location update. use when sending a location update for a user, creating or updating user and event data. | userId, location |
RADAR_UPDATE_TRIP | Tool to update a trip. use when you need to modify mode, destination, schedule, or active status. | id |
RADAR_UPSERT_GEOFENCE | Tool to create or update a geofence by tag and externalid. use when ensuring a geofence exists or is updated based on identifiers. | tag, externalId, type |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Radar!