Model Context Protocol

MCP Hub

47 tools. Auto-discovered. Connect any MCP-compatible AI agent to Sentinel in minutes.

claude_desktop_config.json
{
  "mcpServers": {
    "sentinel": {
      "url": "https://sentinel-mcp.kajeet.com/sse",
      "transport": "sse",
      "env": {
        "SENTINEL_API_KEY": "your-api-key-here"
      }
    }
  }
}

Connect in 5 Minutes

1

Get your API key

Sign up or use your existing Sentinel credentials.

2

Add the MCP server config

Drop the config into your AI agent's MCP settings.

3

Start asking questions

"How many devices are active?" — it just works.

Sentinel List Devices

Device

List devices for a corporate account with pagination. CorpId is auto-detected from your login.

3 params3 required

Sentinel Get Device

Device

Get device information by MDN, ICCID, ESN, or IMEI.

1 params1 required

Sentinel Device Details

Device

Get detailed device information by MDN. Includes usage, network, and configuration data.

2 params2 required

Sentinel Device Totals

Device

Get device count summary (active, suspended, inactive) for a corp.

1 params1 required

Sentinel Device Status Summary

Device

Get device status counts for a corp. Shows breakdown of active, suspended, and other statuses.

1 params1 required

Sentinel Device Health

Device

Get device health metrics including signal strength and connectivity diagnostics.

2 params2 required

Sentinel Device Groups

Device

List device groups and hierarchy for organizational structure.

1 params1 required

Sentinel Device Usage

Device

Get device-level usage stats sorted by data consumption. Perfect for finding top data users.

3 params3 required

Sentinel Device Hourly Usage

Device

Get hour-by-hour usage breakdown for a specific device by MDN.

3 params3 required

Sentinel GPS Devices

Device

List GPS-enabled devices with their last known location.

1 params1 required

Sentinel Mediacenter Devices

Device

List media center devices for checkout/checkin tracking.

1 params1 required

Sentinel Mediacenter Summary

Device

Get media center device status summary.

1 params1 required

Sentinel Inventory

Device

Get carrier inventory details for device activation.

1 params1 required

Sentinel Activate Device

Device

Activate a new device. Requires carrier, device group, and filter group selection.

9 params9 required

Sentinel Activation Details

Device

Check the status of an activation transaction.

1 params1 required

Sentinel Activation History

Device

Get device activation transaction history.

0 params0 required

Sentinel Usage Summary

Usage

Get account usage summary with monthly data consumption and renewal dates.

0 params0 required

Sentinel Usage Details

Usage

Get MB usage details for a date range (TODAY, LAST_7_DAYS, etc.).

2 params2 required

Sentinel Data Usage By Date

Usage

Get day-by-day data usage breakdown. Perfect for charting trends.

3 params3 required

Sentinel Available Balance

Usage

Get available data balance for a device group.

1 params1 required

Sentinel Device Usage

Usage

Get device-level usage stats sorted by data consumption.

3 params3 required

Sentinel Device Hourly Usage

Usage

Get hour-by-hour usage breakdown for a specific device.

3 params3 required

Sentinel Account Info

Account

Get the current user's account info including their corpId.

0 params0 required

Sentinel Current Account

Account

Show which Sentinel account/corp is currently active for this session.

0 params0 required

Sentinel List Accounts

Account

List ALL Sentinel accounts the user can switch to.

0 params0 required

Sentinel Switch Account

Account

Switch to a different Sentinel account/corp for the current session.

1 params1 required

Sentinel User Details

Account

Get details for a specific Sentinel user.

1 params1 required

Sentinel List Users

Account

List admin users who have login access to the current account.

0 params0 required

Sentinel Filter Groups

Content

List available web filtering groups for content policy management.

0 params0 required

Sentinel Top Allowed Domains

Content

Get top 20 allowed web domains with traffic percentages.

3 params3 required

Sentinel Top Denied Domains

Content

Get top 20 denied/blocked web domains.

3 params3 required

Sentinel Generate Test IMEI

Content

Generate a syntactically valid test IMEI for activation testing.

0 params0 required

Sentinel Carriers

Network

List available carriers for device activation.

0 params0 required

Sentinel Cradlepoint Logs

Network

Get Cradlepoint router event logs for diagnostics.

1 params1 required

Sentinel Cradlepoint Signal Quality

Network

Get Cradlepoint router signal quality history.

2 params2 required

Sentinel Cradlepoint Usage

Network

Get Cradlepoint router data usage history.

1 params1 required

Sentinel Invoice History

Billing

Get invoice and billing history.

0 params0 required

Sentinel Available Balance

Billing

Get available data balance for billing review.

1 params1 required

Sentinel GPS Devices

GPS

List GPS-enabled devices with last known locations.

1 params1 required

Sentinel Location History

GPS

Get location history for a device within a date range.

3 params3 required

Smartfailover Dashboard

SmartFailover

Complete device dashboard — live status, 7-day summary, data usage, and failover events in one call.

2 params2 required

Smartfailover Device List

SmartFailover

List all SmartFailover devices with live status and signal quality.

1 params1 required

Smartfailover Device Status

SmartFailover

Detailed status — online/offline/failed-over, WAN type, carrier, signal strength, uptime.

2 params2 required

Smartfailover Usage

SmartFailover

Data usage breakdown by modem/SIM with upload/download split.

3 params3 required

Smartfailover Events

SmartFailover

Failover event history — WAN state transitions with timestamps and durations.

3 params3 required

Smartfailover Summary

SmartFailover

7-day failover summary — total events, failover time, recovery stats.

2 params2 required

Smartfailover Signal

SmartFailover

Signal quality metrics over 12-24 hours — RSRP, RSRQ, SINR.

3 params3 required

Smartfailover Location

SmartFailover

Get device GPS location — current or recent coordinates.

2 params2 required

Smartfailover Coverage

SmartFailover

Daily connectivity breakdown — wired vs cellular vs offline percentages.

2 params2 required

Agent Skills

Pre-built skills for popular AI coding agents. Drop into your project and start querying Sentinel.

Claude Code

agentskills.io

AgentSkill for Claude Code and Claude Desktop. Adds Sentinel device management to your AI workflow.

379 lines

OpenAI Codex

codex-skills

Codex-compatible skill that enables Sentinel fleet queries from your terminal.

312 lines

Gemini CLI

gemini-extensions

Google Gemini CLI skill for Sentinel. Query devices and usage with natural language.

245 lines

Tool Discovery Endpoint

Query available tools dynamically — perfect for agents that self-discover capabilities.

Tool Discovery
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"
}