Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 3 of 3 tools scored. Lowest: 3.5/5.

Server CoherenceA
Disambiguation5/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.

Naming Consistency4/5

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.

Tool Count4/5

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.

Completeness3/5

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 tools
deal_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
unitsNo
zip_codeYes
deal_typeYes
noi_annualNo
arv_or_valueYes
rehab_budgetYes
units_to_holdNo
purchase_priceYes
annual_debt_serviceNo
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
Behavior4/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines2/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
sectionYes
deal_typeYes
Behavior5/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters5/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Multifamily 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.
    4
    76
    1
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables 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
  • A
    license
    A
    quality
    D
    maintenance
    AI-powered property intelligence for instant zoning analysis, buildability assessments, ADU eligibility, flood risk, and development feasibility reports for any US address.
    5
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    A 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.

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources