refpro-mcp
Server Details
Deterministic real estate underwriting, deal analysis & reports: Fix & Flip, BRRRR, construction.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
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 |
TDQS
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 |
TDQS
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 |
TDQS
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.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Free real-estate underwriting, no key or account. 6 strategies, stress tests, max offer.
Deterministic Canadian mortgage calculations for qualification, debt service, LTV, and penalties.
Search real-estate deals, rank top areas, run rental/BRRRR/flip analysis, pull sold comps.
Real estate deal analysis from chat: rental underwriting, buy-box matching, deal library, docs.
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.42542MIT
- FlicenseNot gradedqualityDmaintenanceEnables 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
- FlicenseNot gradedqualityCmaintenanceA 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.
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.