← kanari.io

INDIVIDUAL MCP TOOL

active_fires

Fire 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.

kanari.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://kanari.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for active_fires and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

kanari.io

CONNECT 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.

Related tools

  • fire_archive_search — Search kanari's archive of significant wildfires (since 2026-08-03): by ISO-2 country, date range or month, minimum detections or power, status.
  • fire_details — Full record of an archived fire by its slug (from fire_archive_search or a kanari.
  • wildfire_stats — Aggregated 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.
  • firefighting_aircraft — Near 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…).
  • earliness_cases — Documented 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.