dealflowpro-mcp-server
Rank #8,758io.github.jbechtel-97/dealflowpro
Multifamily real estate deal analysis — cap rate, DSCR, IRR, DFP Score, max offer price
dealflowpro-mcp-server is a Model Context Protocol (MCP) server published by jbechtel-97. It ranks #8,758 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. dealflowpro-mcp-server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 5 tracked versions. It was first listed on May 21, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 123,288 of 132,046 servers on MCP Toplist.
Use dealflowpro-mcp-server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add dealflowpro -e "DFP_API_KEY=<your DFP_API_KEY>" -- npx -y dealflowpro-mcpReplace each placeholder with your own value before saving.
[mcp_servers.dealflowpro]
command = "npx"
args = ["-y", "dealflowpro-mcp"]
[mcp_servers.dealflowpro.env]
DFP_API_KEY = "<your DFP_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dealflowpro": {
"command": "npx",
"args": [
"-y",
"dealflowpro-mcp"
],
"env": {
"DFP_API_KEY": "<your DFP_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dealflowpro": {
"command": "npx",
"args": [
"-y",
"dealflowpro-mcp"
],
"env": {
"DFP_API_KEY": "<your DFP_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dealflowpro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dealflowpro-mcp"
],
"env": {
"DFP_API_KEY": "<your DFP_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dealflowpro": {
"command": "npx",
"args": [
"-y",
"dealflowpro-mcp"
],
"env": {
"DFP_API_KEY": "<your DFP_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dealflowpro": {
"command": "npx",
"args": [
"-y",
"dealflowpro-mcp"
],
"env": {
"DFP_API_KEY": "<your DFP_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.jbechtel-97%2Fdealflowpro)<a href="https://mcptoplist.com/server/io.github.jbechtel-97%2Fdealflowpro"><img src="https://mcptoplist.com/badge/io.github.jbechtel-97%2Fdealflowpro.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
jbechtel-97
Available versions (5)
| Version | Published |
|---|---|
| 1.2.6 | Aug 24, 2026 |
| 1.2.5 | Jun 25, 2026 |
| 1.2.4 | Jun 25, 2026 |
| 1.2.3 | Jun 6, 2026 |
| 1.0.1 | May 21, 2026 |
Frequently asked questions
- Who maintains dealflowpro-mcp-server?
- dealflowpro-mcp-server is maintained by jbechtel-97, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is dealflowpro-mcp-server listed on the Official MCP Registry?
- Yes — dealflowpro-mcp-server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does dealflowpro-mcp-server have?
- MCP Toplist tracks 5 versions of dealflowpro-mcp-server, most recently published on Aug 24, 2026.
- Where can I find the source code for dealflowpro-mcp-server?
- The source code for dealflowpro-mcp-server is hosted at github.com/jbechtel-97/dealflowpro-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.