KosmoKrator

data

Radar MCP, CLI, and Lua Integration for AI Agents

Radar integration docs for AI agents: MCP gateway setup, Radar CLI commands, Lua API reference, credentials, and function schemas.

Radar for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
radar.radar_list_geofences Read read 4 List geofences from Radar with optional filters for tag, group, and pagination.
radar.radar_get_geofence Read read 1 Retrieve detailed information about a specific geofence by its ID.
radar.radar_create_geofence Write write 9 Create a new geofence in Radar with a name, type, and geometry.
radar.radar_list_users Read read 3 List users from Radar with optional filters for tags and pagination.
radar.radar_get_user Read read 1 Retrieve detailed information about a specific Radar user by their ID.
radar.radar_list_events Read read 5 List events from Radar with optional filters for type, user, and pagination.
radar.radar_get_current_user Read read 0 Get the currently authenticated Radar user's account information.