Property Intelligence MCP Server

Property Intelligence MCP Server

Provides free property and parcel intelligence using official US government data APIs, county assessor records, and live listings, with tools for hazard risk checks, affordability calculations, and parcel ranking.

Category
访问服务器

README

🏡 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, US Census Bureau ACS 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 16 primary tools adhering strictly to MCP standards:

Tool Name Parameters Description
calculate_land_affordability total_budget: float, estimated_site_prep: float Calculates the maximum safe land purchase price based on budget and required site preparation (well, septic, driveway, power).
get_fema_hazard_zone lat: float, lon: float Queries official free FEMA Flood Hazard MapServer REST API for flood zone codes, Special Flood Hazard Area (SFHA) flags, and risk levels.
verify_tsunami_elevation lat: float, lon: float Queries free USGS 3DEP Elevation API to verify if parcel elevation meets or exceeds the 100-foot tsunami safety threshold.
get_usda_soil_survey lat: float, lon: float Queries official free USDA NRCS Soil Data Access API for soil composition, drainage class, hydric/wetland rating, and septic tank absorption field suitability.
check_epa_environmental_hazards lat: float, lon: float, radius_miles: float = 5.0 Queries official free EPA Facility Registry Service API for nearby Superfund, Toxic Release Inventory (TRI), or hazardous industrial facilities.
get_wildfire_hazard_risk lat: float, lon: float, radius_miles: float = 15.0 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.
get_usgs_seismic_hazard lat: float, lon: float, radius_km: float = 50.0, min_magnitude: float = 2.5 Queries official free USGS Earthquake Hazards FDSN API for historical and recent earthquake activity and seismic risk levels.
analyze_county_assessor_data file_path: str, max_price: float, min_acres: float, require_direct_road_access: bool, require_public_utilities: bool Parses local open county assessor CSV datasets to filter parcels by price, acreage, direct road frontage (excluding landlocked parcels), and public utilities.
rank_parcels_by_suitability file_path: str, max_price: float, min_acres: float, require_direct_road_access: bool, require_public_utilities: bool, budget_weight: float, size_weight: float, road_weight: float, utility_weight: float Multi-criteria parcel ranking engine that scores parcels 0 to 100 based on price/acre, budget compliance, acreage size, road frontage, and utilities.
fetch_live_land_listings state: str = 'CA', min_acres: float, max_price: float, query: str, limit: int = 10 Fetches live active land and real estate listings from open public databases and government surplus property auctions with verified direct listing URLs.
fetch_county_parcels_online state: str = 'CA', county: str, max_price: float, min_acres: float, require_direct_road_access: bool, require_public_utilities: bool, limit: int = 10 Automatically fetches county tax assessor parcel records online from open government GIS APIs without requiring manual CSV uploads.
search_redfin_gis_listings location: str = 'Brookings, OR', property_type: str = 'land', min_acres: float, max_price: float, limit: int = 10 Direct HTTP query engine to Redfin Stingray GIS API endpoint. Fetches live active MLS listings in 0.3 seconds with zero browser automation required!
fetch_county_pre_foreclosures state: str = 'CA', county: str, max_default_amount: float, min_acres: float, limit: int = 10 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.
fetch_fsbo_portal_listings state: str = 'OR', county: str, min_acres: float, max_price: float, limit: int = 10 Fetches unrepresented private seller FSBO land & property listings directly from FSBO.com, ForSaleByOwner.com, and Craigslist Real Estate By Owner.
check_api_health_status 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.
fetch_historical_comps address: str, lat: float, lon: float, radius_miles: float = 3.0, min_acres: float, max_acres: float, months_back: int = 24, property_type: str = 'land', limit: int = 10 Retrieves historical real estate & land sold comparable (comp) data using tiered open GIS APIs, public Redfin sold feeds (include_sold=true), and US Census Bureau ACS data. Returns summary metrics & price/acre.

🚀 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 20 tools using pytest:

.venv/bin/python -m pytest tests/

💻 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. Retrieve Historical Sold Comps (Davenport, CA - 24 Months Lookback)

{
  "name": "fetch_historical_comps",
  "arguments": {
    "address": "Davenport, CA",
    "radius_miles": 5.0,
    "months_back": 24,
    "property_type": "land",
    "limit": 5
  }
}

2. Run Live API Health & Latency Diagnostic Dashboard

{
  "name": "check_api_health_status",
  "arguments": {}
}

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选
mcp-server-qdrant

mcp-server-qdrant

这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。

官方
精选
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选