Dealflowpro MCP Server

Analyze multifamily real estate deals from Claude Code, Cursor, Claude Desktop, or any MCP-compatible client. The first real estate underwriting tool in the MCP ecosystem. Its 4 documented tools cluster into analyze, score, reverse, market. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 2 · #353 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Dealflowpro

before you install - you'll need

DFP_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add jbechtel-97-dealflowpro-mcp-server -- npx -y dealflowpro-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jbechtel-97-dealflowpro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dealflowpro-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package dealflowpro-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.jbechtel-97 is GitHub-verified and matches the repo owner

03 · What Dealflowpro can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 4 documented tools across analyze, score, reverse, including analyze_deal, score_deal, reverse_calc, market_data.

Capability map

Tools grouped from the project's README - what Dealflowpro lets an agent do.

Analyze

1 tool - e.g. Full deal analysis: cap rate, DSCR, cash-on-cash, IRR, DFP Score (0-100), max offer price, yearly cashflows

analyze_deal

Score

1 tool - e.g. Quick screening: DFP Score + key metrics

score_deal

Reverse

1 tool - e.g. Max offer price from target returns (cap rate, CoC, DSCR, IRR)

reverse_calc

Market

1 tool - e.g. Flood zone, neighborhood income vs state median, job growth for any address

market_data

Latest releases

v1.2.6 · 2026-08-24

Documentation release. No functional change to the server or its tools. · npmjs.com serves the README from the last publish, so the connector-path correction that landed on GitHub in a1b28a2 was not reaching npm…

v1.2.5 · 2026-06-25

Changed · score_deal tool description aligned with the DFP-served MCP endpoint (mcp_tools.php). Both now read "Quick screening - returns the 0-100 DFP Score with quality grade." Previous npm description ("Quick DFP…

v1.2.4 · 2026-06-25

Changes · Bumped \@modelcontextprotocol/sdk\ from \^1.12.0\ to \^1.29.0\ (17 minor versions of SDK improvements) · Bumped \zod\ from \^4.0.0\ to \^4.4.3\ · Fixed · Declared \zod\ as an explicit dependency (was…

04 · Who maintains Dealflowpro

dealflowpro is maintained by jbechtel-97. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #353 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-24)
registry
io.github.jbechtel-97/dealflowpro (active, first published 2026-05-21 · 5 versions)
packages
npm:dealflowpro-mcp

06 · Dealflowpro FAQ

Is Dealflowpro still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 5 releases in the last 90 days. We re-verify nightly.

What can Dealflowpro do?

An agent gets 4 documented tools across analyze, score, reverse, including analyze_deal, score_deal, reverse_calc, market_data.

How do I install Dealflowpro?

Run `npx -y dealflowpro-mcp`. The README documents one environment variable (DFP_API_KEY) to set first. You can also paste the ready-made client config above.

Does Dealflowpro run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Dealflowpro