---
title: Connect to AI
description: 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

**Claude Code**

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

**Cursor**

Add to `.cursor/mcp.json`:

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

**ChatGPT**

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.

**Claude.ai**

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?"*
