refpro-mcp
Server Details
Deterministic real estate underwriting, deal analysis & reports: Fix & Flip, BRRRR, construction.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 3 of 3 tools scored. Lowest: 3.5/5.
Each tool serves a completely distinct function: deal analysis, methodology information, and sample report retrieval. There is no overlap in purpose or inputs, making selection unambiguous.
All names use snake_case and are descriptive, but they do not follow a uniform verb_noun pattern. 'deal_quick_check' and 'methodology_faq' are noun-adjective/noun combinations while 'sample_report_fetch' ends with a verb, which is a minor inconsistency.
With only 3 tools, the set is minimal yet appropriate for the narrow, focused purpose of quick deal checks, methodology lookup, and sample fetching. It sits at the lower bound of the ideal 3-15 range, but does not feel unnecessarily thin.
The tools cover the core interactions (analysis, info, examples) but lack a way to generate a full deal pack or access other parts of Refpro's platform. The quick check seems to be the main feature, and the other two are supportive, leaving some potential gaps for users needing extended workflows.
Available Tools
3 toolsdeal_quick_checkAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | ||
| zip_code | Yes | ||
| deal_type | Yes | ||
| noi_annual | No | ||
| arv_or_value | Yes | ||
| rehab_budget | Yes | ||
| units_to_hold | No | ||
| purchase_price | Yes | ||
| annual_debt_service | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden and compensates well: it discloses determinism, precision ('no estimates, no rounding shortcuts'), and the exact nature of outputs per deal type. It doesn't discuss side effects or error handling, but for a calculation tool, the disclosed traits provide solid transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single dense sentence that efficiently packs purpose, inputs, outputs, and quality guarantees. Every clause earns its place; no redundancy or fluff. It is front-loaded with the core purpose and flows logically.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 9 parameters, no output schema, and no annotations, the description covers required and optional inputs, explains the output structure (verdict, metrics per deal type, summary), and gives a quality benchmark. It could mention why zip_code is required or how errors are surfaced, but the provided information forms a complete enough mental model.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds essential meaning beyond the bare schema by explaining arv_or_value varies by deal type (ARV for FF, refinance value for BRRRR, sellout for NC) and marking optional parameters. Since the schema has no parameter descriptions, this compensates significantly, though not every parameter (e.g., annual_debt_service) is explicitly explained.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool runs a 'deterministic, lender-grade quick check' on real-estate deals, lists the deal types (FF, BRRRR, NC), and details the output (verdict, metrics, summary). This distinguishes it from siblings (methodology_faq, sample_report_fetch) which serve entirely different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides context by contrasting with the 'full deal pack' and emphasizing 'quick check', implying it's for rapid assessment rather than full underwriting. However, it doesn't explicitly state when to use this tool versus siblings or mention exclusions, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
methodology_faqAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
It reveals multiple behavioral traits: static curated knowledge base, no LLM-generated answers, no network calls, fallback behavior, and exact return format (answer length, related topic list, source URL). This significantly exceeds what annotations would provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences, each conveying essential information: purpose, knowledge base nature, output structure, and fallback. It is front-loaded with the primary purpose and remains readable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple one-parameter schema and no output schema, the description covers all essential aspects: what it does, how it behaves, what it returns, and fallback behavior. It is sufficiently complete for an agent to use correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has a single 'query' parameter with no enum and no description. The tool description indirectly defines the query by listing the topics it can answer (methodology, deal types, pricing, etc.), which helps the agent construct a relevant query, but it does not explicitly explain the parameter's format or provide examples.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool answers structured questions about Refpro's methodology and lists specific topics (deal types, pricing, output formats, etc.), making the purpose distinct. However, it does not explicitly contrast with sibling tools, so it doesn't fully achieve sibling differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for methodology questions but provides no explicit guidance on when to use it vs deal_quick_check or sample_report_fetch, nor does it mention exclusions or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
sample_report_fetchAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes | ||
| deal_type | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description fully discloses key behavioral traits: no network calls, samples loaded once at module init, content is sanitized and safe, and the 'full' section stitches other sections in order. This goes well beyond what the schema or annotations provide, giving the agent a complete understanding of side effects and return behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured, with each sentence earning its place: purpose, inputs, return value, special case ('full'), safety, and performance. It avoids redundancy and front-loads the primary purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (2 parameters, no output schema), the description covers all necessary context: what it returns (markdown content and deep-link URL), the nature of the data (sanitized example), and operational details (no network calls). It is complete for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description compensates fully by listing exact enum values for deal_type (FF, BRRRR, NC) and section (summary, financials, risk_notes, full). It also explains the meaning of the 'full' section, adding value beyond the schema's bare enum definitions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool's action with a specific verb ('Fetch') and resource ('sanitized public sample section from Refpro's reference deal library'). It distinguishes itself from sibling tools by focusing on retrieving sample sections, whereas deal_quick_check and methodology_faq appear to serve different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context on when to use the tool: it returns sanitized example data that is 'safe to surface verbatim to end users.' It also implies when not to use it by stating 'not a real customer deal.' However, it does not explicitly mention alternatives or contrast with sibling tools, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityAmaintenanceMultifamily real estate deal analysis — analyze deals, score properties, calculate max offer prices, and look up market data. Four tools for underwriting 2-200 unit apartment properties.4761MIT
- Flicense-qualityDmaintenanceEnables institutional-grade Monte Carlo risk analysis for portfolios, startups, real estate, and betting strategies using fat-tail distributions and proprietary algorithms. Provides comprehensive risk metrics including CVaR, VaR, ruin probability, and survival probability across multiple asset classes.1
- AlicenseAqualityDmaintenanceAI-powered property intelligence for instant zoning analysis, buildability assessments, ADU eligibility, flood risk, and development feasibility reports for any US address.51MIT
- Flicense-qualityCmaintenanceA headless MCP connector that lets you underwrite commercial and multifamily deals inside a Claude chat, providing exact arithmetic for NOI, valuation, debt sizing, DSCR, and returns.