io.github.rickytrinidad/refpro-mcp
Official3 toolsDeterministic real estate underwriting, deal analysis & reports: Fix & Flip, BRRRR, construction.
Analyze real estate deals with underwriting tools for fix-and-flip and BRRRR strategies.
Captured live from the server via tools/list.
deal_quick_check
Run a deterministic, lender-grade quick check on a real-estate deal. Inputs: deal_type (FF | BRRRR | NC), purchase_price, arv_or_value (ARV for FF, refinance value for BRRRR, sellout for NC), rehab_budget, zip_code; optional annual_debt_service, noi_annual, units, units_to_hold. Returns a PASS / MARGINAL / FAIL verdict, the key financial metrics for that deal type (MAO and margin for FF, TPC and DSCR for BRRRR, TPC plus margin or DSCR for NC), and a one-paragraph summary. Math is identical to the underwriting pipeline used in Refpro's full deal pack — no estimates, no rounding shortcuts.
Parameters (9)
- deal_typestringrequired
- purchase_pricenumberrequired
- arv_or_valuenumberrequired
- rehab_budgetnumberrequired
- zip_codestringrequired
- annual_debt_servicenumber
- noi_annualnumber
- unitsinteger
- units_to_holdinteger
methodology_faq
Answer structured questions about Refpro's methodology, supported deal types (FF / BRRRR / NC), pricing tiers, output formats (PDF / DOCX / XLSX), what 'lender-grade' means, and how Refpro differs from alternatives like BiggerPockets calculators. Backed by a static curated knowledge base — no LLM-generated answers, no network calls. Returns a 2–4 sentence answer, a list of related topic titles, and a canonical source URL on refpro.ai. Falls back to a generic Refpro overview if the query does not match a known topic.
Parameters (1)
- querystringrequired
sample_report_fetch
Fetch a sanitized public sample section from Refpro's reference deal library. Inputs: deal_type (FF | BRRRR | NC) and section (summary | financials | risk_notes | full). Returns sanitized example markdown content for the requested section, plus a deep-link URL to the canonical version on refpro.ai. The 'full' section stitches summary, financials, and risk_notes in order. All content is sanitized example data — not a real customer deal — and is safe to surface verbatim to end users. No network calls; samples are loaded once at module init.
Parameters (2)
- deal_typestringrequired
- sectionstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"refpro-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.refpro.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.