Join your policyholder book against flood zones, wildfire perimeters, or hurricane swaths in one workflow. Build territory maps, monitor concentration risk, and produce reinsurance-grade exposure summaries — without standing up an in-house mapping team.
A typical workflow for insurance & risk modeling teams. Each line is one operation; together they take a few minutes and produce a published map plus a downloadable dataset.
# Pattern: policy book × hazard polygon → exposure summary.
# The shape of the workflow — bring your own policy CSV + a public
# hazard layer (FEMA flood, NIFC wildfire, NOAA hurricane).
mcp.call("bulk_match_addresses", { records: policies })
// → geocoded rows with lat/lng + county/CD/ZCTA join
mcp.call("import_shape_from_url", {
url: "https://your-public-hazard-layer.geojson",
collection: "hazard_zones", version: "2026-05",
})
// → one workspace shape per polygon in the source
mcp.call("geo_intersect_dataset", {
dataset: "policies_geocoded",
collection: "hazard_zones", version: "2026-05",
})
// → every policy point inside any zone; sum annual_premium client-side
mcp.call("create_report", {
slug: "hazard-exposure-2026-q2", public: false,
config: { collection: "hazard_zones", version: "2026-05",
embed_origins: ["https://risk.yourcarrier.com"] },
})
// → /v/<slug> private iframe, locked to your domain
# describe_report can summarize the resulting map in plain English
# once a real exposure dataset has been joined in.
bulk_match_addressesingest_geojsongeo_intersect_datasetgeo_hotspotgeo_voronoicensus_acsdescribe_reportbuild_geojsonvs. CoreLogic / Verisk: the same hazard data is freely published by FEMA, the National Interagency Fire Center, and NOAA — we wire it up, you pay $50/month instead of a five-figure license. vs. in-house mapping: no specialist software seat, no full-time analyst — the joins are pre-built and one click away.
Underwriting analytics teams typically run on Pro ($50/month) for the sub-workspaces (one per producer or region) and the larger call allowance. Carriers with millions of policies should email about Enterprise. Full pricing details.
Free tier covers the first 50 calls — enough to pilot the flow.
Get an API keyThe same toolkit also covers grassroots organizing platforms & campaign tooling · healthcare & life sciences · civic tech & journalism · real estate & property tech · retail, consumer brands & site selection · logistics, delivery & field service · research, academia & think tanks · pollsters & survey research firms — one U.S.-geography surface for any team whose question comes down to where.