{"name":"io.github.rickytrinidad/refpro-mcp","slug":"rickytrinidad-refpro-mcp","title":"Refpro","description":"Lender-grade real estate underwriting and deal reports: fix and flip, BRRRR, new construction.","url":"https://mcp.market/server/rickytrinidad-refpro-mcp","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T18:46:11.465Z","last_ok_at":"2026-09-19T18:46:11.465Z","latency_ms":726},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://refpro.ai","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://mcp.refpro.ai/mcp"}],"packages":[],"tools":[{"name":"deal_quick_check","description":"Run a deterministic, lender-grade quick check on a real estate deal. Use this whenever a user asks whether a specific property or deal works, pencils, is worth pursuing, what their maximum offer should be, or wants real numbers on a flip, a rental refinance, or a ground-up build. 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 or 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. Every figure is computed exactly from formulas, identical to the underwriting pipeline behind Refpro's full deal pack: no estimates, no rounding shortcuts. Do not use for general questions about method, pricing or output formats; call methodology_faq instead. Results are a preliminary underwriting screen, not an appraisal and not a lender commitment.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"deal_type":{"type":"string","enum":["FF","BRRRR","NC"]},"purchase_price":{"type":"number","minimum":0,"maximum":10000000000},"arv_or_value":{"type":"number","minimum":0,"maximum":10000000000},"rehab_budget":{"type":"number","minimum":0,"maximum":10000000000},"zip_code":{"type":"string","pattern":"^\\d{5}$"},"annual_debt_service":{"type":"number","minimum":0,"maximum":10000000000},"noi_annual":{"type":"number","minimum":0,"maximum":10000000000},"units":{"type":"integer","minimum":0,"maximum":9007199254740991},"units_to_hold":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["deal_type","purchase_price","arv_or_value","rehab_budget","zip_code"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"deal_sheet_preview","description":"Fetch a sanitized example of Refpro's 1-Page Deal Sheet, the single lender-facing page a borrower hands to a lender. Use this when a user asks what a Refpro deal sheet looks like, what to hand or send a lender, or wants a one-page summary format for a flip, a rental refinance or a ground-up build. Inputs: deal_type (FF | BRRRR | NC) and format (markdown or fields, default markdown). Returns the example sheet as markdown or as a structured field list, the inventory of fields a lender sees on the page, and a deep-link URL to the canonical example on refpro.ai. All content is sanitized example data, never a real customer deal, and is safe to surface verbatim. Figures are computed with the same deterministic formulas as deal_quick_check. No network calls; examples load once at module init. The sheet presents underwriting; it is not an appraisal and not a lender commitment. Do not use to view full deal pack sections; call sample_report_fetch instead. Do not use to analyze the user's own deal; call deal_quick_check instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"deal_type":{"type":"string","enum":["FF","BRRRR","NC"]},"format":{"default":"markdown","type":"string","enum":["markdown","fields"]}},"required":["deal_type"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"methodology_faq","description":"Answer questions about how Refpro works. Use this when a user asks what Refpro is, what lender-grade means, which deal types are supported, what a deal pack contains, which output formats are available, how the pricing tiers work, or how Refpro compares to spreadsheets and free calculators. Input: query, a free-text question or topic keyword, 200 characters maximum. Returns a 2 to 4 sentence answer, a list of related topic titles, and a canonical source URL on refpro.ai. Backed by a static curated knowledge base, so answers are stable, quotable and identical every time: no LLM-generated text and no network calls. Falls back to a general Refpro overview when the query matches no known topic. Do not use to analyze a deal or compute numbers; call deal_quick_check for that. Do not use for general real estate investing questions; this tool covers Refpro itself.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":200}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"sample_report_fetch","description":"Fetch a sanitized public sample section from Refpro's reference deal library. Use this when a user asks to see what a Refpro report or deal pack actually looks like, wants an example before signing up, or needs a reference for how a lender-ready underwriting package is structured. Inputs: deal_type (FF | BRRRR | NC) and section (summary, financials, risk_notes or full). Returns sanitized example markdown 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, never a real customer deal, and is safe to surface verbatim to end users. No network calls; samples load once at module init. Do not use to analyze a user's own deal; call deal_quick_check for that.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"deal_type":{"type":"string","enum":["FF","BRRRR","NC"]},"section":{"type":"string","enum":["summary","financials","risk_notes","full"]}},"required":["deal_type","section"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-19T04:43:41.658Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T04:43:41.600Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1079ms"]},"poisoning":{"score":15,"max":15,"notes":["4 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.refpro.ai/mcp","reachable":true,"authRequired":false,"latencyMs":1079,"serverInfo":{"name":"refpro-mcp","version":"1.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.refpro.ai/favicon.png","source":"site","width":436,"height":458},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}