Your AI assistant can now pull real comps, values and rent for any US address
Resideline speaks the Model Context Protocol. Connect Claude, ChatGPT, Cursor, or any MCP-capable agent and ask it to run a property. It answers with real sold comps, a graded value, and market rent, not a guess.
Try it. Ask your assistant to run 123 Main St and tell you if it is a deal at 250k.
Four tools, one endpoint
analyze_propertyThe full report: market value, the sold comps behind it, rent estimate, and a photo-verified condition grade.
Uses 1 report from your planget_property_valueFast sale-value estimate with a value range, confidence, and the top sold comps.
Uses a fraction of a reportget_rent_estimateLong-term market rent with min and max, projected yearly revenue, and the top rental comps.
Uses a fraction of a reportget_accuracy_scoreboardThe live graded accuracy stats: median error, graded closings, and coverage. Your agent can cite them in any analysis.
Free, no API key neededMost AVMs that offer an MCP server publish no accuracy score. Ours does, so any agent can cite live graded numbers: currently 2.60% median error on 1,662+ graded closings, from 296,000+ frozen predictions across 50 states.
See the live scoreboardSet up in two minutes
First, get your API key. Log in at dashboard.resideline.com and copy it from your Profile page. Then paste one of these configs.
{
"mcpServers": {
"resideline": {
"command": "npx",
"args": [
"-y", "mcp-remote", "https://resideline.com/mcp",
"--header", "Authorization: Bearer YOUR_API_KEY"
]
}
}
}claude mcp add --transport http resideline https://resideline.com/mcp \
--header "Authorization: Bearer YOUR_API_KEY"{
"mcpServers": {
"resideline": {
"url": "https://resideline.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}The server lives at https://resideline.com/mcp. It accepts your key as Authorization: Bearer or X-API-Key. Keys are never stored or logged.
What it costs
MCP calls use your plan's monthly reports. Nothing extra. Free gives you 3 reports a month, Starter is $29 per month for 25, Pro is $89 per month for 100 plus Deal Inbox, and Desk is $249 per month for 500 with bulk analysis, API access, and 3 seats. The scoreboard tool is free and needs no key.
See plans and pricing