Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

DealScanner

io.dealscanner/dealscanner

Search real-estate deals, rank top areas, run rental/BRRRR/flip analysis, pull sold comps.

Uptime
100.0%
2 direct probes · 30d
Response
853ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_deals

Search DealScanner investment properties. Args: query: Address, municipality, or neighborhood text to match. strategy: Investment lens - one of "flip", "rental", "brrrr". …

get_property

Get the full DealScanner analysis for one property by street address. Args: address: Full property address. strategy: "flip", "rental", or "brrrr".

analyze_brrrr

Run a BRRRR (buy-rehab-rent-refinance-repeat) analysis. Provide either `address` to analyze an existing listing, or the raw inputs (`purchase_price`, `rehab_cost`, `arv`, `monthly_rent`) for …

get_comps

Get recently sold comparable properties. Args: query: Address or area substring to match. limit: Max results (1-100).

top_investment_areas

Rank the best areas to invest (neighborhoods + municipalities). Answers "where should I invest?" using DealScanner's market intelligence. Args: sort_by: Ranking metric - one of "cap_…

area_stats

Get aggregated market, sheriff, sold, and investment stats for one area. Args: name: Neighborhood or municipality name (e.g. "Point Breeze North"). area_type: "neighborhood" or "m…

whoami

Return the identity and scopes of the current DealScanner API principal.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dealscanner": {
      "url": "https://mcp.dealscanner.io/mcp",
      "transport": "streamable-http"
    }
  }
}