← dealscanner.io
INDIVIDUAL MCP TOOL
top_investment_areas
Rank the best areas to invest (neighborhoods + municipalities).
LIVE ENDPOINT
https://mcp.dealscanner.io/mcp
Connect to this endpoint to inspect the live schema for top_investment_areas and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dealscanner]
url = "https://mcp.dealscanner.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dealscanner": {
"type": "http",
"url": "https://mcp.dealscanner.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dealscanner
Remote MCP URL: https://mcp.dealscanner.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dealscanner": {
"url": "https://mcp.dealscanner.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dealscanner": {
"type": "http",
"url": "https://mcp.dealscanner.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dealscanner",
"transport": "streamable-http",
"url": "https://mcp.dealscanner.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_deals— Search DealScanner investment properties.get_property— Get the full DealScanner analysis for one property by street address.analyze_brrrr— Run a BRRRR (buy-rehab-rent-refinance-repeat) analysis.get_comps— Get recently sold comparable properties.area_stats— Get aggregated market, sheriff, sold, and investment stats for one area.whoami— Return the identity and scopes of the current DealScanner API principal.