DRONE INTELLIGENCE · MCP SERVER · LISTED IN THE OFFICIAL MCP REGISTRY
The intelligence, inside your tools
Your AI assistant can read Drone Intelligence directly.
Connect Claude, Cursor, or any MCP client and your assistant gains live access to every briefing, market intelligence page, company profile and comparison we publish; briefings and market pages return their sources with the text, and every response carries its attribution. A Counter-UAS Tracker licence adds the dataset itself: 76 sourced awards, the 45-vendor matrix and the capital ledger, as structured rows your models can compute on.
Ask your assistant
“What does Drone Intelligence make of the UFORCE raise?”
get_briefing pulls the full dossier, sources included
“Compare DroneShield and Dedrone for me”
compare_companies returns the side-by-side and the verdict
“Summarise the counter-drone market in Europe”
get_intelligence_page returns the market page with key players and outlook
“What can I buy from Drone Intelligence?”
get_products lists the tracker and commissioned briefs, with prices
“List every UK counter-UAS award”
tracker_awards filters the 76-award dataset by theatre · licence
“Which defeat-layer vendors can a US federal customer procure directly?”
tracker_vendor_matrix filters 45 vendors by layer and NDAA eligibility · licence
“Who is winning counter-UAS awards, by count?”
tracker_aggregate computes it across the whole dataset · licence
“Where is the capital behind these vendors coming from?”
tracker_capital_ledger returns the raise and acquisition record · licence
What your agent actually sees
Excerpts from responses captured on this server, 17 August 2026, elisions marked. The first tool is free to any connected client; the second requires the tracker licence, and its excerpt shows only rows already published in the free sample.
Free tool, response excerpt
> search_content({ query: "maritime" })
- [briefing] The Combat Dividend: UFORCE Targets $4 Billion on Its
Maritime Drone Record
https://droneintelligence.ai/insights/uforce-magura-battlefield-dividend
On 12 August 2026, Sifted reported that UFORCE, the London-headquartered
company behind Ukraine's MAGURA unmanned surface vessel family, is in
talks to raise fresh capital targeting a valuation of more than $4
billion...
- [intelligence] Maritime Drone Systems Market 2026 Forecast
https://droneintelligence.ai/intelligence/maritime-drone-systems-market
US Navy allocated $171M FY27 for 3 MUSVs with $3.11B planned through
FY31, adding 47 MUSVs...
- [company] DroneShield
https://droneintelligence.ai/companies/droneshield
Pure-play counter-UAS. Publicly listed Australian-headquartered
specialist in AI-based detection and electronic-warfare drone defeat...
[ two further results elided ]
Source: Drone Intelligence, https://droneintelligence.aiLicenced tool, response excerpt
> tracker_awards({ theatre: "United Kingdom" })
8 of 76 awards
aw-026 | Nov 2025 | MoD / DE&S (Royal Navy) -> MBDA UK (QinetiQ,
Leonardo) | GBP 316m | Defeat-DE (laser) | DragonFire Minimum Deployable
Capability; Type 45, ship-fit 2027 | source: DE&S
aw-029 | May 2025 | Dstl -> QinetiQ (+MBDA, Thales) | GBP 160m |
Programme | Weapons Sector Research Framework; anti-drone laser + RF-DEW
| source: Unmanned Airspace
[ six further rows with a licence ]
The Counter-UAS Contract & Procurement Tracker, Edition 1, data through
2026-07-10. Source: Drone IntelligenceThe Counter-UAS Contract & Procurement Tracker, £249
One purchase, three formats: the PDF, the JSON/CSV data edition, and the MCP licence token, delivered instantly. Your licence covers you and your own AI agents and tools.
View the tracker · £249Connecting
The endpoint is https://droneintelligence.ai/api/mcp, and setup is a single command or config entry. Claude Code:
claude mcp add --transport http drone-intelligence https://droneintelligence.ai/api/mcp
With a licence token (it arrives in your tracker delivery email):
claude mcp add --transport http drone-intelligence https://droneintelligence.ai/api/mcp \ --header "Authorization: Bearer YOUR_TOKEN"
Clients configured by JSON (Cursor, Windsurf and most others):
{
"mcpServers": {
"drone-intelligence": {
"type": "http",
"url": "https://droneintelligence.ai/api/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}Stdio-only clients, via mcp-remote:
{
"mcpServers": {
"drone-intelligence": {
"command": "npx",
"args": [
"-y", "mcp-remote", "https://droneintelligence.ai/api/mcp",
"--header", "Authorization:${DI_AUTH}"
],
"env": { "DI_AUTH": "Bearer YOUR_TOKEN" }
}
}
}Already bought the tracker, need your token?
Your delivery email contains a download link ending in session_id=cs_… Open https://droneintelligence.ai/api/mcp/token?session_id=YOUR_SESSION_ID and your token is emailed to the address on the purchase; it is never shown in the browser. Or reply to the delivery email and we will send it over.
Every response carries its attribution, so anything your agent builds on Drone Intelligence points back here.