# Estated MCP for AI Agents AI Agent Connect

> Estated provides direct access to US property records for your AI agent. You can pull ownership details, tax assessments, and structural info like square footage or year built using addresses or parcel IDs. It works across the entire United States, making it a go-to for anyone who needs accurate real estate data without manual searching.

## Overview
- **Category:** real-estate
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_81Si0clc5s6xXNjeATd62swc80oORa6gG1095uLf/ai-agent-connect
- **Tags:** property-data, real-estate-api, ownership-records, property-valuation, parcel-lookup

## Description

Imagine you're trying to verify a list of properties for a new development project. Instead of opening dozens of tabs and copying data into a spreadsheet, you can just ask your agent to do the heavy lifting. This Connector connects your AI client to the Estated database, letting it pull specific details like current owners, parcel numbers, and market values on the fly. It handles different search styles, so whether you have a messy string of text or a precise FIPS code, your agent can find the right record. You get a clear picture of property characteristics like lot size and building area without the usual friction of manual research. By adding this to your Vinkius setup, you turn your agent into a research assistant that knows the nuances of US real estate records. It's about getting the right data at the right time so you can make faster decisions on investments or market trends.

## Tools

### get_property_split_address
Get property data using split address components like city and state. This helps when your data is already broken into parts.

### get_property_combined_address
Get property data using a single combined address string. This is the easiest way to look up a house using a standard format.

### get_property_fips_apn
Get property data using specific FIPS codes and APNs. Use this for high-precision lookups in specific counties.

### get_property_parsed_address
Get property data using detailed parsed address components. This allows for the most accurate matching of complex addresses.

## Prompt Examples

**Prompt:** 
```
Who owns the house at 123 Maple St, Austin, TX 78701?
```

**Response:** 
```
I found the property at 123 Maple St. 

* **Owner:** Jane Doe
* **Last Assessed Value:** $450,000
* **Year Built:** 2015
* **Structural Details:** 3 bedrooms, 2 bathrooms, 2,100 sq ft
```

**Prompt:** 
```
Give me the building area and parcel info for FIPS 36055 and APN 123-45-678.
```

**Response:** 
```
I've retrieved the data for that parcel.

It is a **commercial property** with a total building area of **5,200 sq ft**. It is currently zoned for general business use.
```

**Prompt:** 
```
What are the property characteristics for 742 Evergreen Terrace, Springfield, IL?
```

**Response:** 
```
Here are the details for 742 Evergreen Terrace:

* **Lot Size:** 0.25 acres
* **Structural Details:** Finished basement, attached garage
* **Market Value:** $310,000
```

## Capabilities

### Search by full address
Get property data using a single combined address string.

### Query by parcel ID
Pull records using specific County FIPS codes and Assessor's Parcel Numbers.

### Retrieve structural details
Get building area, year built, and property characteristics.

### Verify ownership
See who currently owns a property and its last assessed value.

### Analyze market values
Access tax assessments and market data for specific US locations.

## Use Cases

### Verifying a lead for a cold call
A real estate agent wants to know the owner of a house. They ask the agent to check the owner and tax status of 123 Maple St using get_property_combined_address.

### Conducting a market trend study
A researcher needs to know the average lot size for a zip code. They ask the agent to pull structural details for a list of addresses using get_property_parsed_address.

### Validating construction sites
A developer is checking parcel numbers for a new shopping center. They provide FIPS codes and use the agent to find building areas with get_property_fips_apn.

### Checking commercial property value
A property manager needs to verify the last assessed value of a commercial building. They ask the agent to pull the data using get_property_combined_address.

## Benefits

- Stop manual searching. Use get_property_combined_address to pull ownership and assessment data instantly without opening extra tabs.
- Improve data accuracy. Use get_property_fips_apn to target specific parcels with high precision using county codes.
- Faster research. Get structural details like square footage and year built using get_property_parsed_address for quick snapshots.
- Automated data collection. Pull property records for multiple locations without switching between different county websites.
- Better decision making. Access tax assessments and market values to help evaluate real estate investments more confidently.

## How It Works

The bottom line is you get instant access to US real estate records through a simple chat interface.

1. Subscribe to the Estated MCP on the Vinkius marketplace.
2. Paste your Estated API token into your client settings.
3. Ask your agent to look up property records using any of the available search methods.

## Frequently Asked Questions

**Can I use the Estated MCP to find property owners in any state?**
Yes, this Connector provides access to property records across the United States. You can pull ownership, assessment, and structural data for any valid US address.

**How does the Estated MCP handle different address formats?**
It supports several search methods. You can use a single combined address string, split components like city and zip, or even detailed parsed data for better accuracy.

**Can the Estated MCP help me find parcel numbers?**
Yes, you can query property data using specific County FIPS codes and Assessor's Parcel Numbers (APN) to find exact records.

**What kind of structural details can I get with the Estated MCP?**
You can retrieve specific details like the total building area, lot size, and year built. It's great for getting a quick snapshot of a property's physical characteristics.

**Is the Estated MCP good for market research?**
It's a great tool for research. You can quickly pull tax assessments and market values for many properties to analyze trends or verify data for your projects.

**How can I look up a property if I only have a single address string?**
Use the `get_property_combined_address` tool. Just provide the full address as a single string (e.g., '151 Battle Green Dr, Rochester, NY 14624') and the agent will handle the rest.

**Can I search for a property using its tax identifier?**
Yes! Use the `get_property_fips_apn` tool by providing the 5-digit county FIPS code and the Assessor's Parcel Number (APN).

**What should I use if I have specific address parts like street name and unit number?**
The `get_property_parsed_address` tool is best for this. It allows for high accuracy by accepting structured components like street name, suffix, unit type, and unit number.