Radar

Radar

Radar is a full-stack location infrastructure platform offering SDKs and APIs for geofencing, location tracking, geocoding, search, routing, and maps.

174VIEWS
1USERS

Install MCP Server

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

npx @composio/cli add cursor --app radarnpx @composio/cli add cursor --app radarnpx @composio/cli add cursor --app radarnpx @composio/cli add cursor --app radar

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

Available Tools

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.

Create Trip

Tool to create a new trip. use after gathering origin and destination details to start tracking a trip.

Delete Geofence

Tool to delete a geofence by id. use when supplying a geofence’s unique identifier to remove it.

Delete Trip

Tool to delete a trip by its radar id or external id. use after confirming the trip exists.

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.

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.

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.

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.

Get Trip

Tool to retrieve a trip by id or externalid. use when you have a trip id or externalid to fetch its details.

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.

Ip Geocode

Tool to geocode an ip address to city, state, and country. use when you need location details based on an ip address.

List Beacons

Tool to list all beacons sorted by creation date. use when you need an overview of all configured beacons.

List Events

Tool to list events. use when you need to retrieve a paginated list of events with optional filtering.

List Geofences

Tool to list all geofences sorted by updated time. use when you need an overview of all configured geofences.

List Trips

Tool to list all trips, sorted by updated time. use when you need to page through the latest trips.

List Users

Tool to list radar users sorted by update time. use when you need to page through users in your project.

Reverse Geocode

Tool to convert geographic coordinates to structured addresses. use when you have latitude/longitude and need a human-readable address.

Route Distance

Tool to compute distance and travel time between origins and destinations. use when you need route metrics before optimizing or timing routes.

Search Geofences

Tool to search for geofences near a given location. use when you need to find geofences within a radius of specified coordinates.

Search Places Near Location

Tool to search for places near given coordinates. use when you need to find points of interest around a location.

20 actions available