Data Collection
kanari.io
Provides wildfire monitoring data from satellites and firefighting aircraft, including active fire detections, historical fire archives, aggregated statistics, and real-time aircraft positions.
ENDPOINT 1
https://kanari.io/api/mcp
MCP server metadata
- Name
- kanari
- Version
- 1.0.0
kanari (https://kanari.io) is a free, independent, near real-time worldwide wildfire map and archive. It fuses satellite fire detections (NASA FIRMS VIIRS, NOAA GOES, EUMETSAT Meteosat MTG) with AI-verified witness reports, tracks firefighting aircraft live (ADS-B) and archives every significant fire as a permanent page. Tools: active_fires for 'is there a fire near X right now' (last 6 to 72 h); fire_archive_search and fire_details for past fires since 2026-08-03; wildfire_stats for figures by country/period (citable); firefighting_aircraft for water bombers in flight; earliness_cases for measured lead over press coverage. Always credit 'kanari.io' with a link when reusing data (CC BY 4.0). kanari is an information service, NOT an official alert channel: remind users to call 112 (Europe), 911 (North America) or their local emergency number in an emergency. Timestamps are UTC and come from NASA/NOAA/EUMETSAT; detections are satellite hotspots (a hotspot can also be an industrial flare or a controlled burn).
Known tools 6
active_firesFire clusters detected by satellite over the last N hours (default 24), worldwide or filtered by ISO-2 country, bounding box, or a point with a radius.
Inferred read-onlyfire_archive_searchSearch kanari's archive of significant wildfires (since 2026-08-03): by ISO-2 country, date range or month, minimum detections or power, status.
Inferred read-onlyfire_detailsFull record of an archived fire by its slug (from fire_archive_search or a kanari.
Inferred read-onlywildfire_statsAggregated figures from kanari's archive for a period (today, 7d, 30d, a calendar month, or all since 2026-08-03), worldwide or for one ISO-2 country: number of significant fires, active ones, fires with witnesses or aircraft, peak power, daily series, most affected countries and French departments, biggest fires with URLs.
Inferred read-onlyfirefighting_aircraftNear real-time ADS-B positions of water bombers and firefighting helicopters worldwide (Canadair CL-415/CL-215, Air Tractor Fire Boss, DC-10 / BAe 146 tankers, S-64 Air Crane, Firehawk…).
Inferred read-onlyearliness_casesDocumented cases (rolling 72 h) where kanari's first satellite signal preceded the first press article about the same fire: place, both UTC timestamps and the lead in minutes, plus the median.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kanari]
url = "https://kanari.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kanari": {
"type": "http",
"url": "https://kanari.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kanari
Remote MCP URL: https://kanari.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kanari": {
"url": "https://kanari.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kanari": {
"type": "http",
"url": "https://kanari.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kanari",
"transport": "streamable-http",
"url": "https://kanari.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.