
Fema Mcp Server
Let your coding agent pull live FEMA disaster declarations, assistance programs, and flood-insurance claim context while you scope civic, insurance, or emergency-preparedness products.
Overview
FEMA MCP Server is a MCP server for the Idea phase that lets agents query FEMA disaster declarations, public assistance, housing aid, and NFIP claims.
What is this MCP server?
- Query FEMA disaster declarations and related public assistance context from the agent
- Covers housing aid and NFIP claims lookup for flood and recovery workflows
- stdio via Bun/npm (@cyanheads/fema-mcp-server) or hosted streamable-http remote
- Optional MCP_LOG_LEVEL for debug during local MCP wiring
- Version 0.1.6 with npm run start:stdio entrypoint
- Server schema version 0.1.6
- Packages identifier @cyanheads/fema-mcp-server on npm
- Hosted remote https://fema.caseyjhand.com/mcp (streamable-http)
What problem does it solve?
You waste hours jumping between FEMA sites and ad-hoc scripts when your agent could answer disaster and aid questions in one thread.
Who is it for?
Indie builders validating civic, disaster-recovery, or flood-insurance adjacent ideas who want FEMA facts inside Claude Code or Cursor.
Skip if: Teams that need certified emergency operations workflows, guaranteed SLAs, or offline-only research with no network MCP.
What do I get? / Deliverables
Your agent can cite live FEMA program and declaration data while you research or prototype recovery, insurance, or grant-tracking features.
- Agent-callable tools returning FEMA disaster and assistance-related query results
- Local stdio or remote HTTP MCP endpoint for your project
Recommended MCP Servers
Journey fit
Canonical shelf is Idea because builders use federal disaster and aid datasets to validate whether a niche (recovery tools, NFIP-adjacent apps, grant trackers) is worth building before implementation. Research subphase fits structured queries against public declarations and program data rather than shipping or operating production incident systems.
How it compares
Public-data MCP integration, not an agent skill or a hosted analytics dashboard.
Common Questions / FAQ
Who is io.github.cyanheads/fema-mcp-server for?
Solo and small-team developers building agent-assisted apps that need U.S. FEMA disaster, assistance, and NFIP claim data during research and early product design.
When should I use io.github.cyanheads/fema-mcp-server?
Use it when you are in the Idea or Validate phase and want your agent to ground feature specs, copy, or data models in current FEMA declarations and aid programs.
How do I add io.github.cyanheads/fema-mcp-server to my agent?
Register the npm package @cyanheads/fema-mcp-server with Bun, use packageArguments run and start:stdio for stdio transport, or add the remote URL https://fema.caseyjhand.com/mcp for streamable-http in your MCP client config.