Documentation
Integrate wildfire hardening ROI data into your application with our REST API and MCP server.
Quickstart
Get your API key and make your first request in under 5 minutes.
Read moreAPI Reference
Complete REST API documentation with request/response examples.
Read moreMCP Server
Install the MCP server for Claude Desktop, Cursor, or any MCP-compatible client.
Read moreAuthentication
API key creation, usage examples, rate limits, and key management.
Read moreError Handling
Error codes, response format, retry strategies, and best practices.
Read moreData Sources
Understand where our data comes from: USFS WRC, CAL FIRE FRAP, IBHS, FEMA NRI.
Read moreAPI Endpoints
GET
/v1/risk/county/:fipsGET
/v1/risk/zip/:zipPOST
/v1/risk/compareGET
/v1/measuresPOST
/v1/signupPOST
/v1/loginGET
/v1/accountAuthentication
All API requests require an API key passed via the X-API-Key header.
curl https://wildfirecost-api.smarttechinvest.com/v1/risk/county/06037 \ -H "X-API-Key: wfc_your_api_key_here"