DealFlow
Rank #55,833io.github.daleweaver1981/dealflow-mcp
50 AI prompts for real estate investors — BRRRR, flips, multifamily
DealFlow is a Model Context Protocol (MCP) server published by daleweaver1981. It ranks #55,833 of 115,591 servers tracked on MCP Toplist. DealFlow is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 20, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 59,758 of 115,591 servers on MCP Toplist.
Use DealFlow
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dealflow-mcp -- npx -y dealflow-mcp[mcp_servers.dealflow-mcp]
command = "npx"
args = ["-y", "dealflow-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dealflow-mcp": {
"command": "npx",
"args": [
"-y",
"dealflow-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dealflow-mcp": {
"command": "npx",
"args": [
"-y",
"dealflow-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dealflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dealflow-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dealflow-mcp": {
"command": "npx",
"args": [
"-y",
"dealflow-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dealflow-mcp": {
"command": "npx",
"args": [
"-y",
"dealflow-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.daleweaver1981%2Fdealflow-mcp)<a href="https://mcptoplist.com/server/io.github.daleweaver1981%2Fdealflow-mcp"><img src="https://mcptoplist.com/badge/io.github.daleweaver1981%2Fdealflow-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
daleweaver1981
Other servers by daleweaver1981
View all daleweaver1981 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | May 20, 2026 |
Frequently asked questions
- Who maintains DealFlow?
- DealFlow is maintained by daleweaver1981, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is DealFlow listed on the Official MCP Registry?
- Yes — DealFlow is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does DealFlow have?
- MCP Toplist tracks 1 version of DealFlow, most recently published on May 20, 2026.
- Where can I find the source code for DealFlow?
- The source code for DealFlow is hosted at github.com/daleweaver1981/dealflow-mcp.