Connect Radar to AI agents

Connect Radar to Claude, Codex, Cursor, or other AI agents for your entire team. Metorial security, governance, observability, and gives your team a unified Magic MCP url to connect.

Supported Tools

update_trip

Update Trip

Update a trip's status or metadata. Use this to progress a trip through its lifecycle (started → approaching → arrived → completed) or to cancel it.

upsert_geofence

Upsert Geofence

Create or update a geofence in Radar. Geofences can be circles, polygons, or isochrones (time-based). Each geofence is identified by a **tag** (group name) and **externalId** pair — if a geofence with the same tag/externalId already exists, it will be updated.

verify_event

Verify Event

Accept, reject, or unverify a Radar event. Useful for training Radar's confidence model by confirming or denying whether an event actually occurred.

get_geofence

Get Geofence

Retrieve a specific geofence by its Radar ID, or by its tag and external ID combination. Also supports listing users currently inside the geofence.

list_trips

List Trips

List trips in your Radar project. Filter by active/stopped status and destination geofence. Results are sorted by ETA descending.

calculate_distance_matrix

Calculate Distance Matrix

Calculate distances and durations between multiple origins and destinations. Useful for comparing travel times across many location pairs simultaneously.

delete_geofence

Delete Geofence

Delete a geofence from Radar by its ID, or by its tag and external ID combination.

get_trip

Get Trip

Retrieve a specific trip by its Radar ID. Returns full trip details including status, destination, ETA, and metadata.

geocode

Geocode

Convert between addresses and coordinates. Supports **forward geocoding** (address → coordinates), **reverse geocoding** (coordinates → address), and **IP geocoding** (IP → approximate location). Specify the geocoding mode and provide the appropriate input.

delete_user

Delete User

Delete a user from Radar by their Radar ID, user ID, or device ID. This permanently removes the user and their location history.

get_directions

Get Directions

Get turn-by-turn directions between multiple locations. Supports different travel modes and can return alternative routes.

calculate_distance

Calculate Distance

Calculate the travel distance and duration between an origin and destination. Supports multiple travel modes (car, truck, foot, bike) simultaneously and returns results for each mode.

list_geofences

List Geofences

List geofences in your Radar project. Supports filtering by tag and cursor-based pagination. Results are sorted by creation date descending.

get_event

Get Event

Retrieve a specific event by its Radar ID. Returns full event details including type, confidence, user, geofence/place/region context, and location.

track_user_location

Track User Location

Submit a location update for a user/device. This creates or updates the user record and generates location-based events (geofence entries/exits, place visits, trip updates, etc.). Returns the updated user and any generated events.

search_geofences

Search Geofences

Search for nearby geofences by location. Optionally filter by tags and metadata. Returns geofences sorted by distance.

autocomplete

Autocomplete

Address and place autocomplete for search boxes and forms. Provide a partial address or place name and get matching results. Optionally bias results toward a location.

list_events

List Events

List location events in your Radar project. Includes geofence entries/exits, place visits, trip events, and region crossings. Results are sorted by creation date descending.

search_nearby_users

Search Nearby Users

Search for users near a specific location, sorted by distance. Useful for finding users in proximity to a given point.

get_location_context

Get Location Context

Get the location context for a set of coordinates without creating or updating a user. Returns nearby geofences, places, country, state, DMA, and postal code for the given location. Useful for anonymous, stateless location lookups.

get_user

Get User

Retrieve a specific user by Radar ID, user ID, or device ID. Returns the user's full profile including current location, geofences, place, region, and fraud flags.

list_users

List Users

List tracked users in your Radar project. Results are sorted by last update time descending. Supports cursor-based pagination.

search_places

Search Places

Search for nearby points of interest (places) by category or chain. Returns places sorted by distance from the specified location.

validate_address

Validate Address

Validate and standardize a postal address. Returns the validated address with standardized formatting and verification status. Useful for ensuring address correctness before shipping, delivery, or record storage.

More integrations teams use with Radar

GitHub

Manage repositories, issues, and pull requests. Create and configure branches, star repositories, review code, and merge changes. Automate CI/CD workflows with GitHub Actions, manage workflow runs, secrets, and artifacts. Track issues with labels, milestones, and assignees. Search across code, repositories, issues, and users. Manage organizations, teams, and memberships. Create and manage projects, gists, packages, deployments, and environments. Access security alerts including code scanning, secret scanning, and Dependabot alerts. Read and write file contents in repositories. Manage webhooks, notifications, and codespaces.

Sharepoint

Manage SharePoint sites, document libraries, lists, and files. Create, read, update, and delete lists and list items with custom columns. Upload, download, move, copy, and version files in document libraries. Search across sites, files, folders, lists, and list items using Microsoft Search. Manage permissions at site, list, and item levels with granular access control. Define and manage content types and site columns. Subscribe to webhooks for list and library change notifications. Retrieve site properties and search for sites across Microsoft 365.

Salesforce

Manage CRM data including Accounts, Contacts, Leads, Opportunities, Cases, and custom objects. Create, read, update, and delete records. Query data using SOQL and search across objects using SOSL. Perform bulk data operations for large-scale imports, exports, and migrations. Execute composite requests to batch multiple operations in a single API call. Access analytics, reports, and dashboards. Manage files and attachments associated with records. Interact with Chatter feeds, posts, and groups for social collaboration. Subscribe to real-time change events via Change Data Capture and Platform Events. Manage org metadata including custom objects, fields, layouts, and workflows. Query data using GraphQL for precise data retrieval across related objects.

Airtable

Create, read, update, and delete records in Airtable bases and tables. Manage base schemas including creating tables and fields. Filter records using formulas, sort by fields, and scope queries to specific views. Upsert records to find, create, or update in a single call. Upload attachments to records, read and write record comments, list accessible bases, and receive real-time base change events through webhooks.

Bitbucket

Manage Git repositories, pull requests, and CI/CD pipelines on Bitbucket Cloud. Create, fork, and configure repositories within workspaces and projects. Create, review, approve, merge, and decline pull requests with inline code comments. Browse source code, list commits, and manage branches and tags. Track issues with the built-in issue tracker. Trigger, monitor, and manage Bitbucket Pipelines. List workspace members, configure repository default reviewers and branch restrictions, create and manage repository webhooks, and search code across repositories.

Heroku

Deploy, manage, and scale applications on Heroku's cloud platform. Create and configure apps, scale dynos, provision add-ons (databases, caching, etc.), manage configuration variables, build and release code, add custom domains and SSL certificates, manage collaborators and team permissions, configure pipelines for continuous delivery, set up log drains, and sync data with Salesforce via Heroku Connect. Subscribe to webhooks for real-time notifications on app changes, builds, releases, dyno lifecycle events, and more.

Technical notes for Radar

Track user locations and manage geofences, trips, and location-based events. Create circle, polygon, or isochrone geofences with tags, metadata, and operating hours. Track trips from origin to destination with live ETAs, approaching/arrived status updates, and delay detection. Detect user visits to known places and chain locations. Detect region crossings for countries, states, DMAs, and postal codes. Identify location fraud including GPS spoofing, proxy/VPN usage, and device tampering. Perform forward, reverse, and IP geocoding. Search for places, addresses, and geofences near a location with autocomplete support. Calculate routing distances and travel durations by car, truck, foot, or bike. Validate and standardize postal addresses. Render interactive and static maps. Create location-based campaigns and audience segments. Receive webhook events for geofence entries/exits, place visits, trip lifecycle changes, region crossings, and beacon proximity.

Connect Radar to production AI agents

See how Metorial gives Radar access the governance, tracing, and security controls teams need.

Frequently asked questions

Common questions about connecting Radar to AI agents with Metorial.

  1. Can Metorial connect Radar to AI agents?
    Yes. Metorial connects AI agents to Radar through a governed integration layer, so teams can use the provider while keeping access controlled and observable.
  2. Metorial is MCP compatible and lets teams expose approved provider tools to MCP-capable agents and clients through a controlled access layer.
  3. Metorial applies policies across users, groups, providers, agents, and individual tools, then records the context around every agent interaction.
  4. Yes. Metorial records provider activity so teams can inspect tool calls, troubleshoot integrations, and give security teams the visibility they need.