mcpbeat Sign in

DaedalMap Wildfire Events MCP Server

answering

DaedalMap Wildfire Events is answering right now. Last checked 11 min ago. It exposes 7 tools. Last commit 17 Sep 2026.

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

Uptime history 47 days of history · worst day 2%
47 days agonow
92.3%
Uptime 24h
84 of 91 checks
7
Tools
read from the server
277 ms
Response time
average over 24h
2
Stars
last commit 17 Sep 2026

What changed 14

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 12 August 2026. No other catalogue keeps this.

14 Sep 7 tool descriptions were rewritten get_catalog, get_disaster_link_chain, get_disaster_links_for_event and 4 more
26 Aug 2 tools changed the parameters they ask for get_pack, query_dataset
14 Aug a tool description was rewritten get_tool_help
14 Aug a tool changed version
12 Aug a tool appeared get_tool_help
12 Aug a tool description was rewritten query_dataset
12 Aug a tool changed version

What the code does

We read the source, 20 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Reads files and sends them to the network mapmover/routes/system.py:2234
    files = sorted(str(p.relative_to(data_dir)) for p in data_dir.rglob("*") if p.is_file())

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add wildfires --transport http https://app.daedalmap.com/mcp/wildfires
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wildfires": {
      "url": "https://app.daedalmap.com/mcp/wildfires"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wildfires]
url = "https://app.daedalmap.com/mcp/wildfires"
.cursor/mcp.json
{
  "mcpServers": {
    "wildfires": {
      "url": "https://app.daedalmap.com/mcp/wildfires"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wildfires": {
      "url": "https://app.daedalmap.com/mcp/wildfires"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

disaster
get_disaster_link_chain
Expand one exact event ID into a bounded published cross-hazard chain. Use a canonical event row to obtain the ID first.
get_disaster_links_for_event
Return published cross-hazard links for one exact event ID. Use a canonical event row to obtain the ID first.
search_disaster_links
Find published cross-hazard relationship families by event type and optional year range before choosing an exact event.
catalog
get_catalog
List the current catalog-published data packs and their access lanes. Start here, then call get_pack for one selected pack.
dataset
query_dataset
Query one catalog-published source or pack with structured metrics, filters, sorting, and a row limit. Call get_catalog and get_pack before an unfamiliar dataset.
pack
get_pack
Describe one catalog-published pack, including sources, metrics, coverage, freshness, access, and a first query. Call this before querying an unfamiliar pack.
tool
get_tool_help
Describe one tool visible on this facade, including its input contract, access limits, refusals, example, outputs, and recommended next calls.

Endpoints

URLTransportStateLatencyChecked
https://app.daedalmap.com/mcp/wildfires streamable-http answering 313 ms 11 min ago

Alternatives to DaedalMap Wildfire Events

same job, measured the same way
fetcher.sh — web data for agents
by fetcher

111 web-data endpoints across 11 services. Pay per call in USDC via x402.

5 tools answering
Safe4
by safe4

Tests an AI agent's purchase against the task it was given. Paid per call in USDC via x402.

2 tools answering
Agent Domain Search
by agentdomainsearch

Agent-first domain registration and DNS management, paid with USDC via x402.

3 tools answering
Keryx
by tang-vu

Autonomous research agent that pays every source it cites in USDC on Arc via x402 micropayments.

36 installs/wk 2 tools answering
Losbeto — Market Data for AI Agents
by rmartins1451

Cross-asset market data and LLM inference for AI agents. Pay-per-call in USDC via x402.

5 tools answering
App Store data for agents
by fetcher-appstore

9 App Store endpoints. Pay per call in USDC via x402.

11 tools answering
Clawswap
by wartech9

Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.

44 installs/wk local only
CYRE Guardian
by milesdev888

Solana address risk grades and token scans for AI agents. Pay-per-call via x402 (USDC on Base).

3 tools answering

DaedalMap Wildfire Events — questions

Answers built from our own checks of this server.

What can DaedalMap Wildfire Events do?
It exposes 7 tools, read directly from the server on our last check. Among them: get_catalog, get_disaster_link_chain, get_disaster_links_for_event, get_pack, get_tool_help, query_dataset and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is DaedalMap Wildfire Events working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 84 of 91 checks got a reply (92.3%), average response time 277 ms. The bar chart above shows every period we have measured.
How do I connect DaedalMap Wildfire Events?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does DaedalMap Wildfire Events need an API key?
No. DaedalMap Wildfire Events completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is DaedalMap Wildfire Events?
It answers our handshake in 277 ms on average, which is faster than 53% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is DaedalMap Wildfire Events open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.