PluginBench
MCP Server

DaedalMap Wildfire Events MCP Server

com.daedalmap/wildfires

What is the DaedalMap Wildfire Events MCP server?

Wildfire events and aggregates across global, U.S., and Canada sources. Paid via x402 USDC.

How to install DaedalMap Wildfire Events

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "wildfires": {
      "url": "https://app.daedalmap.com/mcp/wildfires"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wildfires": {
      "serverUrl": "https://app.daedalmap.com/mcp/wildfires"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "wildfires": {
      "type": "http",
      "url": "https://app.daedalmap.com/mcp/wildfires"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "wildfires": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.daedalmap.com/mcp/wildfires"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http wildfires https://app.daedalmap.com/mcp/wildfires

Related MCP servers

A loc_id to its bounding box, centroid, and polygon, with its name and admin level.

View repository →

Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.

View repository →

Historical FX rates for 100+ currencies vs USD from IMF and World Bank data, 1940-present.

View repository →

Global earthquake events from the USGS, 2150 BC-present: magnitude, depth, location, counts.

View repository →

Global flood events and extent 1985-present from the Dartmouth Flood Observatory and GFD.

View repository →

Reverse geocode latitude/longitude to loc_id; resolve loc_ids to boundaries, centroids, hierarchy.

View repository →
DaedalMap Wildfire Events MCP Server | PluginBench