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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Radar CLIHeadless setup and direct function calls. Radar MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Radar MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Radar.
Claude Code Radar MCP setup for Claude Code. Cursor Radar MCP setup for Cursor. Codex Radar MCP setup for Codex. OpenAI Agents Radar MCP setup for OpenAI Agents SDK. Claude Agent SDK Radar MCP setup for Claude Agent SDK. Vercel AI SDK Radar MCP setup for Vercel AI SDK. LangChain Radar MCP setup for LangChain. LangGraph Radar MCP setup for LangGraph. CrewAI Radar MCP setup for CrewAI. MCP clients Radar MCP setup for Generic MCP Clients.
Radar CLI Matrix
Use these pages for direct Radar CLI workflows in scripts, CI, cron, and agent wrappers.
CI Radar CLI for CI. Cron Jobs Radar CLI for cron jobs. Shell Scripts Radar CLI for shell scripts. Headless Automation Radar CLI for headless automation. Coding Agents Radar CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |