# MCP for Official Wildfire Incidents

> Source: <https://docs.deepfire.co/ai/connect-to-ai>
> Published: 2026-09-09 00:20:05+00:00

# 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](https://modelcontextprotocol.io) server so AI assistants can look up
fires directly.

```
https://api.deepfire.co/mcp
```

## [Add it to your client](#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](#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?”*
