Documentation
Integrate property risk 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 moreData Sources
Understand where our data comes from: FEMA, USGS, NOAA, USFS, FBI UCR, Census.
Read moreAPI Endpoints
GET
/v1/risk/:zipGET
/v1/risk/:zip/reportPOST
/v1/risk/compareGET
/v1/hazardsPOST
/v1/signupPOST
/v1/loginGET
/v1/accountAuthentication
All API requests require an API key passed via the X-API-Key header.
curl https://riskbeforebuy.smarttechinvest.com/v1/risk/90210 \ -H "X-API-Key: rbb_your_api_key_here"