KosmoKrator

other

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.

7 functions 6 read 1 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
radar
route_slug
radar
package
radar
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Radar MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Radar.

Radar CLI Matrix

Use these pages for direct Radar CLI workflows in scripts, CI, cron, and agent wrappers.

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.