AgentHubAgentHub

dealflowpro

MCP ServerMCP Registry官方收录

io.github.jbechtel-97/dealflowpro · v1.2.3

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

概览

dealflowpro 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "dealflowpro": {
      "command": "npx",
      "args": [
        "-y",
        "dealflowpro-mcp"
      ],
      "env": {
        "DFP_API_KEY": "<DFP_API_KEY>"
      }
    }
  }
}

环境变量

DFP_API_KEY必填secret

Your DealFlowPro API key (get one at dealflowpro.io/api/)

相关资源

统一 Manifest

{
  "id": "io.github.jbechtel-97/dealflowpro",
  "type": "mcp-server",
  "version": "1.2.3",
  "displayName": "dealflowpro",
  "description": "Multifamily real estate deal analysis — cap rate, DSCR, IRR, DFP Score, max offer price",
  "repository": {
    "url": "https://github.com/jbechtel-97/dealflowpro-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "dealflowpro-mcp",
        "version": "1.2.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DFP_API_KEY",
            "description": "Your DealFlowPro API key (get one at dealflowpro.io/api/)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.jbechtel-97/dealflowpro",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.jbechtel-97%2Fdealflowpro/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
dealflowpro — MCP Server 安装与配置 · AgentHub