New. The Resideline MCP server

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_property

The full report: market value, the sold comps behind it, rent estimate, and a photo-verified condition grade.

Uses 1 report from your plan
get_property_value

Fast sale-value estimate with a value range, confidence, and the top sold comps.

Uses a fraction of a report
get_rent_estimate

Long-term market rent with min and max, projected yearly revenue, and the top rental comps.

Uses a fraction of a report
get_accuracy_scoreboard

The live graded accuracy stats: median error, graded closings, and coverage. Your agent can cite them in any analysis.

Free, no API key needed
The difference

Most 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 scoreboard

Set 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.

Claude Desktop: claude_desktop_config.json
{
  "mcpServers": {
    "resideline": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote", "https://resideline.com/mcp",
        "--header", "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}
Claude Code: one command
claude mcp add --transport http resideline https://resideline.com/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"
Cursor: .cursor/mcp.json
{
  "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