mcpbeat Sign in

Dealflowpro MCP Server

by jbechtel-97 Your server? Claim it
local only

Dealflowpro runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 24 Aug 2026.

Multifamily real estate deal analysis — cap rate, DSCR, IRR, DFP Score, max offer price

Installs per day peak 164 · avg 15 · -55% w/w
a month agotoday
60
Installs / week
npm · dealflowpro-mcp
3
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Secret passed into the image build Dockerfile:6
ENV DFP_API_KEY=glama-introspection-only

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dealflowpro -- npx -y dealflowpro-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dealflowpro": {
      "args": [
        "-y",
        "dealflowpro-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dealflowpro]
command = "npx"
args = ["-y", "dealflowpro-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dealflowpro": {
      "args": [
        "-y",
        "dealflowpro-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dealflowpro": {
      "args": [
        "-y",
        "dealflowpro-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DFP_API_KEY (Your DealFlowPro API key (get one at dealflowpro.io/api/)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dealflowpro

same job, measured the same way
Dealflow MCP
by daleweaver1981

50 AI prompts for real estate investors — BRRRR, flips, multifamily

26 installs/wk local only
I
Cap Rate Signals — US Real Estate Metro Intelligence
by capratesignals-cpu

Scores US metros on corporate investment catalysts and repricing signals for real estate investors.

14 tools answering
Real estate deal memo
by agentwares

Real estate deal memo from a US address: AVM, rent, comps, cap rate, cash-on-cash, DSCR, red flags.

2 tools answering
DealScanner
by dealscanner

Search real-estate deals, rank top areas, run rental/BRRRR/flip analysis, pull sold comps.

7 tools answering
Lotlytics — US Real Estate Market Data & Investment Analytics
by lotlytics

US real estate market data for AI agents: prices, yields, forecasts and scores for 894 markets.

5 tools answering
Real Estate Analyzer
by reizer

Free real-estate underwriting, no key or account. 6 strategies, stress tests, max offer.

4 tools answering
Truss44 MCP Crypto Price
by smithery

Provide real-time cryptocurrency price data and market analysis.

answering
O
US Real Estate Data
by memoryapi

US real estate data: home prices, rents, and market trends

3 tools answering

Dealflowpro — questions

Answers built from our own checks of this server.

Why is there no uptime for Dealflowpro?
Dealflowpro runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package dealflowpro-mcp was installed 60 times last week.
How do I connect Dealflowpro?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dealflowpro-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dealflowpro?
The npm package dealflowpro-mcp was installed 60 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dealflowpro open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.