MCP server exposing 3 tools for openfema.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/openfema/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
disaster_declarations — Look up FEMA disaster declarations (DisasterDeclarationsSummaries). Convenience filters for state (2-letter), year (fyDeclared, the federal fiscal year of declaration), incidentType (e.g. 'Fire', 'Flood', 'Hurricane', 'Severe Storm'), and declarationType ('DR' major disaster, 'EM' emergency, 'FM' fire management). Returns the most recent first by default.query_dataset — Generic OData query against any OpenFEMA dataset. Specify the entity name (and optionally version; defaults to the verified current version) plus OData params: filter, select, orderby, top, skip. Use list_datasets to see available entities/versions and the filter syntax. Returns { metadata, records }.list_datasets — List the OpenFEMA datasets this pack knows about, with their entity name, current version, and a description. Also documents the OData filter syntax and response shape. Call this first to discover what query_dataset can target.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/openfema/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io