Use DealScanner from your AI agent
Connect ChatGPT, Claude, Cursor, or any AI assistant to DealScanner. Ask in plain English to search deals, run BRRRR and flip analysis, and pull sold comps - no copy-paste, no scraping. Prefer to build your own? Every capability is a clean REST endpoint with an OpenAPI spec.
Connect in seconds
Add the DealScanner connector to your agent using the Model Context Protocol (MCP) - the open standard used by Claude, ChatGPT, and Cursor.
Try prompts like
- "Find BRRRR candidates under $250k in Pittsburgh."
- "Run a flip analysis on 123 Main St."
- "Show me sold comps near Brighton Heights."
- "Which sheriff-sale homes have the best cap rate?"
What your agent can do
- Search market & sheriff-sale listings
- Pull a full property analysis by address
- Run a BRRRR analysis (listing or custom inputs)
- Get recently sold comparables
- Check account & entitlements
Your API keys
Sign in to generate an API key for your AI agent.
Connect a client (Cursor / Claude Desktop)
Add this to your client's MCP config, replacing the key with one you generated above:
{
"mcpServers": {
"dealscanner": {
"command": "python",
"args": ["-m", "mcp_server", "--stdio"],
"env": {
"DEALSCANNER_API_BASE": "https://www.dealscanner.io",
"DEALSCANNER_API_KEY": "dsk_your_key_here"
}
}
}
}
Remote clients (ChatGPT, Claude web) connect to https://mcp.dealscanner.io/mcp and send the key as a Bearer token.