Radar

Radar

Template description for Radar

2VIEWS
2943USERS

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.

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.

List Beacons

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

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.

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.

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.

Update Trip

Tool to update a trip. use when you need to modify mode, destination, schedule, or active status.

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.

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.

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.

20 actions available