Skip to content
DeepfireDeepfire Docs
Esc
navigateopen⌘Jpreview
On this page

Connect to AI

Add Deepfire's MCP server to ChatGPT, Claude, Cursor, or any MCP client and ask about wildfires in plain language.

Deepfire runs an MCP server so AI assistants can look up fires directly.

https://api.deepfire.co/mcp

Add it to your client

claude mcp add --transport http deepfire https://api.deepfire.co/mcp

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "deepfire": { "url": "https://api.deepfire.co/mcp" }
  }
}

Go to Settings → Apps & Connectors, enable Developer mode under advanced settings, then Create a connector with the URL https://api.deepfire.co/mcp and no authentication.

Go to Settings → Connectors → Add custom connector and paste https://api.deepfire.co/mcp.

What it can do

Tool Use it for
deepfire_search_fires Find fires by name, place, coordinates, bounding box, or time — or any mix
deepfire_get_fire Full detail on one fire by ID

Then just ask: “Any active fires near Lisbon this week?”

Was this page helpful?