MCP Hub
47 tools. Auto-discovered. Connect any MCP-compatible AI agent to Sentinel in minutes.
{
"mcpServers": {
"sentinel": {
"url": "https://sentinel-mcp.kajeet.com/sse",
"transport": "sse",
"env": {
"SENTINEL_API_KEY": "your-api-key-here"
}
}
}
}Connect in 5 Minutes
Get your API key
Sign up or use your existing Sentinel credentials.
Add the MCP server config
Drop the config into your AI agent's MCP settings.
Start asking questions
"How many devices are active?" — it just works.
Sentinel List Devices
List devices for a corporate account with pagination. CorpId is auto-detected from your login.
Sentinel Get Device
Get device information by MDN, ICCID, ESN, or IMEI.
Sentinel Device Details
Get detailed device information by MDN. Includes usage, network, and configuration data.
Sentinel Device Totals
Get device count summary (active, suspended, inactive) for a corp.
Sentinel Device Status Summary
Get device status counts for a corp. Shows breakdown of active, suspended, and other statuses.
Sentinel Device Health
Get device health metrics including signal strength and connectivity diagnostics.
Sentinel Device Groups
List device groups and hierarchy for organizational structure.
Sentinel Device Usage
Get device-level usage stats sorted by data consumption. Perfect for finding top data users.
Sentinel Device Hourly Usage
Get hour-by-hour usage breakdown for a specific device by MDN.
Sentinel GPS Devices
List GPS-enabled devices with their last known location.
Sentinel Mediacenter Devices
List media center devices for checkout/checkin tracking.
Sentinel Mediacenter Summary
Get media center device status summary.
Sentinel Inventory
Get carrier inventory details for device activation.
Sentinel Activate Device
Activate a new device. Requires carrier, device group, and filter group selection.
Sentinel Activation Details
Check the status of an activation transaction.
Sentinel Activation History
Get device activation transaction history.
Sentinel Usage Summary
Get account usage summary with monthly data consumption and renewal dates.
Sentinel Usage Details
Get MB usage details for a date range (TODAY, LAST_7_DAYS, etc.).
Sentinel Data Usage By Date
Get day-by-day data usage breakdown. Perfect for charting trends.
Sentinel Available Balance
Get available data balance for a device group.
Sentinel Device Usage
Get device-level usage stats sorted by data consumption.
Sentinel Device Hourly Usage
Get hour-by-hour usage breakdown for a specific device.
Sentinel Account Info
Get the current user's account info including their corpId.
Sentinel Current Account
Show which Sentinel account/corp is currently active for this session.
Sentinel List Accounts
List ALL Sentinel accounts the user can switch to.
Sentinel Switch Account
Switch to a different Sentinel account/corp for the current session.
Sentinel User Details
Get details for a specific Sentinel user.
Sentinel List Users
List admin users who have login access to the current account.
Sentinel Filter Groups
List available web filtering groups for content policy management.
Sentinel Top Allowed Domains
Get top 20 allowed web domains with traffic percentages.
Sentinel Top Denied Domains
Get top 20 denied/blocked web domains.
Sentinel Generate Test IMEI
Generate a syntactically valid test IMEI for activation testing.
Sentinel Carriers
List available carriers for device activation.
Sentinel Cradlepoint Logs
Get Cradlepoint router event logs for diagnostics.
Sentinel Cradlepoint Signal Quality
Get Cradlepoint router signal quality history.
Sentinel Cradlepoint Usage
Get Cradlepoint router data usage history.
Sentinel Invoice History
Get invoice and billing history.
Sentinel Available Balance
Get available data balance for billing review.
Sentinel GPS Devices
List GPS-enabled devices with last known locations.
Sentinel Location History
Get location history for a device within a date range.
Smartfailover Dashboard
Complete device dashboard — live status, 7-day summary, data usage, and failover events in one call.
Smartfailover Device List
List all SmartFailover devices with live status and signal quality.
Smartfailover Device Status
Detailed status — online/offline/failed-over, WAN type, carrier, signal strength, uptime.
Smartfailover Usage
Data usage breakdown by modem/SIM with upload/download split.
Smartfailover Events
Failover event history — WAN state transitions with timestamps and durations.
Smartfailover Summary
7-day failover summary — total events, failover time, recovery stats.
Smartfailover Signal
Signal quality metrics over 12-24 hours — RSRP, RSRQ, SINR.
Smartfailover Location
Get device GPS location — current or recent coordinates.
Smartfailover Coverage
Daily connectivity breakdown — wired vs cellular vs offline percentages.
Agent Skills
Pre-built skills for popular AI coding agents. Drop into your project and start querying Sentinel.
Claude Code
agentskills.ioAgentSkill for Claude Code and Claude Desktop. Adds Sentinel device management to your AI workflow.
OpenAI Codex
codex-skillsCodex-compatible skill that enables Sentinel fleet queries from your terminal.
Gemini CLI
gemini-extensionsGoogle Gemini CLI skill for Sentinel. Query devices and usage with natural language.
Tool Discovery Endpoint
Query available tools dynamically — perfect for agents that self-discover capabilities.
GET https://sentinel-api.kajeet.com/v2/tools
# Response
{
"tools": [
{
"name": "sentinel_list_devices",
"description": "List devices for a corporate account",
"parameters": { "corpId": "string", "limit": "integer", "offset": "integer" },
"category": "device",
"auth": "bearer"
},
// ... 46 more tools
],
"total": 47,
"version": "2.1.0"
}