# Drone Intelligence (remote · droneintelligence.ai)

Drone-sector market intelligence for AI agents: free briefings and profiles, licenced tracker data.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `droneintelligence.ai`: 66/100 (this document), [markdown](https://verifymcp.io/servers/ai-droneintelligence-drone-intelligence/api-mcp.md), [page](https://verifymcp.io/servers/ai-droneintelligence-drone-intelligence/api-mcp)

## Channel facts

- Endpoint: `https://droneintelligence.ai/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 12 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 641 tokens (~53/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 77% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http ai-droneintelligence-drone-intelligence https://droneintelligence.ai/api/mcp
```

### Codex

```toml
[mcp_servers.ai-droneintelligence-drone-intelligence]
url = "https://droneintelligence.ai/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-droneintelligence-drone-intelligence": {
      "type": "remote",
      "url": "https://droneintelligence.ai/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-droneintelligence-drone-intelligence --url https://droneintelligence.ai/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-droneintelligence-drone-intelligence:
    url: "https://droneintelligence.ai/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-droneintelligence-drone-intelligence": {
      "type": "http",
      "url": "https://droneintelligence.ai/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-18 (score 65, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-17 (score 64)

First indexed and scored.

## MCP tools (12)

### `search_content` (~58 tokens)

Search Drone Intelligence

Search Drone Intelligence briefings, market intelligence pages, company profiles and comparisons. Returns up to 10 matches with title, type, URL and excerpt.

Input parameters:

- `query` (string, required): Search terms, e.g. a company, programme, or market

### `get_briefing` (~55 tokens)

Get a briefing

Full text of a Drone Intelligence Signal Dossier briefing by slug: executive summary, signals, assessment, sources.

Input parameters:

- `slug` (string, required): Briefing slug, e.g. diu-swap-usv-maritime-strike

### `get_intelligence_page` (~47 tokens)

Get a market intelligence page

A Drone Intelligence market intelligence page by slug: overview, sections, key players, outlook, sources.

Input parameters:

- `slug` (string, required): Page slug, e.g. counter-drone-market

### `get_company_profile` (~44 tokens)

Get a company profile

A Drone Intelligence company profile by slug: positioning, sourced facts, funding, contracts, products.

Input parameters:

- `slug` (string, required): Company slug, e.g. droneshield

### `compare_companies` (~53 tokens)

Get a company comparison

A Drone Intelligence side-by-side company comparison by slug, e.g. droneshield-vs-dedrone.

Input parameters:

- `slug` (string, required): Comparison slug, e.g. anduril-vs-shield-ai

### `list_catalogue` (~48 tokens)

List available content

Paginated slugs of Drone Intelligence content by type (briefing, intelligence, company, comparison). 50 per page.

Input parameters:

- `page` (integer)
- `type` (string, required)

### `get_products` (~27 tokens)

Drone Intelligence products

The commercial products, machine-readable: what they are, prices, checkout URLs, licence terms.

### `tracker_schema` (~38 tokens)

Tracker dataset schema

Metadata for the paid Counter-UAS Tracker dataset: fields, theatres, layers, counts, data-through date, licence. Requires a tracker licence token.

### `tracker_awards` (~109 tokens)

Query tracker awards

Query the 76 sourced counter-UAS awards. Filter by theatre, kill-chain layer, or awardee substring. Requires a tracker licence token.

Input parameters:

- `awardee_contains` (string): Substring match on the awardee, e.g. "DroneShield"
- `layer` (string): Substring match, e.g. "Defeat-kinetic", "Detect", "Programme"
- `theatre` (string): Substring match, e.g. "United Kingdom" or "Eastern flank"

### `tracker_vendor_matrix` (~88 tokens)

Query the vendor matrix

Query the 45-vendor counter-UAS competitive matrix. Filter by layer or US-procurement eligibility. Requires a tracker licence token.

Input parameters:

- `layer` (string): Substring match, e.g. "Detect", "Defeat", "Integrate"
- `us_procurement` (string): Substring match, e.g. "NDAA", "Allied", "restricted"

### `tracker_capital_ledger` (~38 tokens)

Capital and acquisition ledger

The tracker's capital and acquisition ledger: where the money behind the counter-UAS vendors is being raised. Requires a tracker licence token.

### `tracker_aggregate` (~36 tokens)

Aggregate tracker awards

Counts of tracker awards grouped by theatre, layer, or awardee. Requires a tracker licence token.

Input parameters:

- `dimension` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-droneintelligence-drone-intelligence/api-mcp#diagnostics

## Score history

- 2026-08-20: 66
- 2026-08-19: 65
- 2026-08-18: 65
- 2026-08-17: 64

## Links

- Remote endpoint: https://droneintelligence.ai/api/mcp
- Website: https://droneintelligence.ai/mcp
- Changelog RSS feed: https://verifymcp.io/servers/ai-droneintelligence-drone-intelligence/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-droneintelligence-drone-intelligence/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/ai-droneintelligence-drone-intelligence/api-mcp
