Open Data

NIFC Wildfire Data MCP Server

Chat with AI and run tools instantly — no account needed.

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

2 tools
Agent guide included
Try it Free

No account 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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try NIFC Wildfire Data now

No sign-up required. Chat with AI and run tools instantly.

NIFC Wildfire Data MCP Server & Skill — 2 Tools