VestMap MCP exposes 1,000+ GIS fields, full reports, and field-level queries to any AI agent. Underwrite, compare, and research US locations from inside your own workflow.
POST /mcp/query
{
"tool": "vestmap.get_fields",
"input": {
"address": "1455 Riverside Dr, Austin TX",
"scale": "block_group",
"fields": ["median_hh_income",
"pop_growth_5y",
"fema_flood_zone"]
}
}
POST /mcp/query
{
"tool": "vestmap.get_fields",
"input": {
"address": "1455 Riverside Dr, Austin TX",
"scale": "block_group",
"fields": ["median_hh_income",
"pop_growth_5y",
"fema_flood_zone"]
}
}
{
"block_group": "48-453-001702-1",
"median_hh_income": {
"value": 98420,
"unit": "USD",
"source": "US Census ACS 2023 5yr",
"as_of": "2024-12-19"
},
"pop_growth_5y": { "value": 0.142, "source": "US Census" },
"fema_flood_zone": { "value": "X", "source": "FEMA NFHL" }
}
Start with a 7-day free trial. Unlimited reports, the AI agent, MCP access, every GIS field — monthly billing, cancel anytime.