Property Intelligence MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Property Intelligence MCP ServerCheck flood risk and elevation for a 5-acre parcel near Brookings, OR."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ก Open-Source Property Intelligence MCP Server
A 100% Free and Open-Source Model Context Protocol (MCP) Server for property and parcel intelligence. Powered exclusively by official public US government data APIs (USGS 3DEP Elevation, FEMA NFHL Flood Hazard REST API, USDA NRCS Soil Data Access API, EPA Facility Registry Service, USFS Active & Historical Wildfire APIs, USGS Earthquake Hazards API), open government land auctions, open county assessor GIS REST APIs, official County Recorder legal public records, FSBO portals, direct Redfin Stingray GIS APIs, and active API catalogue health diagnostics.
CRITICAL GUARANTEE: Zero paid APIs, commercial scrapers (Zillow, RentCast, RapidAPI), or subscription keys required. 100% free forever.
๐ ๏ธ Features & Tools Supported
The server exposes 15 primary tools adhering strictly to MCP standards:
Tool Name | Parameters | Description |
|
| Calculates the maximum safe land purchase price based on budget and required site preparation (well, septic, driveway, power). |
|
| Queries official free FEMA Flood Hazard MapServer REST API for flood zone codes, Special Flood Hazard Area (SFHA) flags, and risk levels. |
|
| Queries free USGS 3DEP Elevation API to verify if parcel elevation meets or exceeds the 100-foot tsunami safety threshold. |
|
| Queries official free USDA NRCS Soil Data Access API for soil composition, drainage class, hydric/wetland rating, and septic tank absorption field suitability. |
|
| Queries official free EPA Facility Registry Service API for nearby Superfund, Toxic Release Inventory (TRI), or hazardous industrial facilities. |
|
| Queries official free USFS/NIFC WFIGS Wildfire REST APIs for active wildfire incidents AND historical wildfire perimeters, past burned acreage, and long-term hazard risk levels. |
|
| Queries official free USGS Earthquake Hazards FDSN API for historical and recent earthquake activity and seismic risk levels. |
|
| Parses local open county assessor CSV datasets to filter parcels by price, acreage, direct road frontage (excluding landlocked parcels), and public utilities. |
|
| Multi-criteria parcel ranking engine that scores parcels 0 to 100 based on price/acre, budget compliance, acreage size, road frontage, and utilities. |
|
| Fetches live active land and real estate listings from open public databases and government surplus property auctions with verified direct listing URLs. |
|
| Automatically fetches county tax assessor parcel records online from open government GIS APIs without requiring manual CSV uploads. |
|
| Direct HTTP query engine to Redfin Stingray GIS API endpoint. Fetches live active MLS listings in 0.3 seconds with zero browser automation required! |
|
| Queries official County Recorder / Register of Deeds public records for Notice of Default (NOD) and Notice of Trustee Sale (NTS) legal filings directly without going through Zillow. |
|
| Fetches unrepresented private seller FSBO land & property listings directly from FSBO.com, ForSaleByOwner.com, and Craigslist Real Estate By Owner. |
| None | Probes all 11 external US Government APIs, auction portals, county GIS clearinghouses, and MLS endpoints live. Reports operational status, HTTP response codes, and round-trip latency in milliseconds. |
Related MCP server: PropertyScoop MCP Server
๐ Setup & Installation
Prerequisites
Python 3.10 or higher installed.
1. Set Up Virtual Environment
cd /path/to/property_mcp
# Create a virtual environment
python3 -m venv .venv
source .venv/bin/activate
# Install dependencies
pip install -r requirements.txt๐งช Running Tests
Verify all 16 tools using pytest:
.venv/bin/python -m pytest tests/test_tools.py๐ป Registering with MCP Host (e.g. Antigravity Desktop / Claude Desktop)
Add the following configuration block to your configuration file:
{
"mcpServers": {
"property-intelligence": {
"command": "/path/to/property_mcp/.venv/bin/python",
"args": [
"/path/to/property_mcp/server.py"
],
"env": {}
}
}
}๐ Sample Usage
1. Run Live API Health & Latency Diagnostic Dashboard
{
"name": "check_api_health_status",
"arguments": {}
}2. Direct Redfin GIS MLS Listing Search (0.3 Seconds!)
{
"name": "search_redfin_gis_listings",
"arguments": {
"location": "Brookings, OR",
"property_type": "land",
"min_acres": 2.0,
"limit": 5
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAI-powered property intelligence for instant zoning analysis, buildability assessments, ADU eligibility, flood risk, and development feasibility reports for any US address.Last updated51MIT
- Flicense-qualityDmaintenanceProperty intelligence API for US real estate. Returns 16+ data points for any US address: noise levels, wetlands, slope, natural light, powerline proximity, crime rates, property facing direction, zoning, public record, radon risk, natural hazards (earthquake, flood, wildfire), neighborhood demographics, falling tree risk, RF/cell tower exposure, and nearby school.Last updated
- AlicenseAqualityDmaintenanceProvides US real estate data including housing stats, demographics, nearby amenities, area comparisons, cost-of-living analysis, and neighborhood search via free public APIs without any API keys.Last updated6MIT
- Alicense-qualityBmaintenanceProvides Canadian government data for AI agents, including property assessments, building permits, zoning, business registry, and DLS grid conversion. Offers 50 free queries per day with no signup required.Last updatedMIT
Related MCP Connectors
Property intelligence: 180M+ US parcels โ lookup, search, owners, hazards, permits, deeds.
U.S. real-estate data: property records, AVM value + rent estimates, sale/rental listings.
Turn a US address or parcel number into an interactive 3D flyover listing in about a minute.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mosswild/res_prop_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server