Open Data

NIFC Wildfire Data MCP Server

Chat with AI and run tools instantly — no API key or third-party login needed.

NIFC wildfire incident data including active fire locations, perimeters, containment status, acreage, and resources deployed via ArcGIS FeatureServer.

Managed
2 tools
Agent guide included

No API key or third-party login needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for NIFC Wildfire Data — workflow patterns, data models, and gotchas for your AI agent.

NIFC Wildfire Data

NIFC provides active wildfire incident data — location, size (acres), containment percentage, discovery date, cause, and resources deployed. Data from ArcGIS FeatureServer in GeoJSON format. Includes both current incidents and historical perimeters. Key layers: Current_WildlandFire_Locations, WFIGS_Interagency_Perimeters. Use ArcGIS query parameters: where, outFields, resultRecordCount, orderByFields.

Data Model

  • Incidents — active wildfire locations with IncidentName, FireDiscoveryDateTime, DailyAcres, PercentContained, FireCause, POOState, POOCounty.
  • Perimeters — fire boundary polygons from WFIGS with GISAcres, CreateDate, and geometry.
  • Resources — personnel and equipment counts assigned to each incident.

Query Syntax (ArcGIS)

  • where — SQL-like filter (e.g. POOState='US-CA', DailyAcres>1000, 1=1 for all).
  • outFields — comma-separated field list or * for all fields.
  • resultRecordCount — max records to return (default varies by layer).
  • orderByFields — sort expression (e.g. FireDiscoveryDateTime DESC).
  • f — output format, always use json.
  • returnGeometry — set to false to skip spatial data and speed up response.

Gotchas

  • No auth required: public ArcGIS FeatureServer.
  • Result limit: Default max is 2000 records per request; use resultOffset for pagination.
  • Date format: Dates are Unix epoch milliseconds in JSON responses.
  • State codes: Use ISO 3166-2 format with US prefix (e.g. US-CA, US-OR, US-WA).

Tools in this Server (2)

Nifc Get Incidents

Get current wildfire incidents from NIFC. Returns fire name, location, acreage, containment percentage, discovery date, and cause. Filter by state (e....

Nifc Get Perimeters

Get fire perimeter boundaries from NIFC. Returns GeoJSON geometry of fire perimeters with acreage, creation date, and incident metadata. Filter by sta...

Frequently Asked Questions

What is the NIFC Wildfire Data MCP server?

NIFC wildfire incident data including active fire locations, perimeters, containment status, acreage, and resources deployed via ArcGIS FeatureServer. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect NIFC Wildfire Data to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/nifc-wildfire. Authentication is handled automatically.

How many tools does NIFC Wildfire Data provide?

NIFC Wildfire Data provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does NIFC Wildfire Data require?

NIFC Wildfire Data uses open data APIs — no authentication required.

Setup Instructions

Connect NIFC Wildfire Data to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/nifc-wildfire

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to NIFC Wildfire Data and paste the MCP URL into Remote MCP server URL.
  4. Click Add. NIFC Wildfire Data will appear under Not connected — select it and click Connect to complete OAuth.
Name: NIFC Wildfire Data
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/nifc-wildfire
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try NIFC Wildfire Data now

No API key or third-party login required. Chat with AI and run tools instantly.

NIFC Wildfire Data MCP Server & Skill — 2 Tools