DealScanner
io.dealscanner/dealscannerSearch real-estate deals, rank top areas, run rental/BRRRR/flip analysis, pull sold comps.
Tools · 7
Search DealScanner investment properties. Args: query: Address, municipality, or neighborhood text to match. strategy: Investment lens - one of "flip", "rental", "brrrr". …
Get the full DealScanner analysis for one property by street address. Args: address: Full property address. strategy: "flip", "rental", or "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 recently sold comparable properties. Args: query: Address or area substring to match. limit: Max results (1-100).
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_…
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…
Return the identity and scopes of the current DealScanner API principal.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"dealscanner": {
"url": "https://mcp.dealscanner.io/mcp",
"transport": "streamable-http"
}
}
}