Real estate deal memo
Server Details
Real estate deal memo from a US address: AVM, rent, comps, cap rate, cash-on-cash, DSCR, red flags.
- Status
- Healthy
- Uptime
- 100.0% over 21 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
- Repository
- agentwares/servers
- GitHub Stars
- 0
TDQS
Scored across 2 tools
realestate_lookup returns a single RentCast record by kind, while realestate_deal_memo bundles all three data types plus underwriting math and a recommendation. There is no meaningful overlap between the two tools.
Both tools share the realestate_ prefix and use a consistent realestate_<noun> pattern. Although the names are not verb_noun, the convention is uniform and predictable.
Two tools is below the typical 3-15 range, but the server is intentionally narrow: one raw data lookup and one comprehensive underwriting tool. The count feels slightly lean rather than incomplete.
The pair covers the full workflow: pull raw property, value, and rent data via lookup, then run the complete underwriting via deal memo. There are no obvious dead ends or missing operations for the stated purpose.
Available Tools
2 toolsrealestate_deal_memoDeal memoARead-onlyIdempotentInspect
Underwrite a US residential property from its street address for a rental, flip or hold strategy. Pulls the property record (owner, last sale, taxes, HOA), the automated value estimate with sale comps and the long-term rent estimate with rental comps from RentCast, then computes NOI, cap rate, cash-on-cash, DSCR, GRM and break-even occupancy from stated assumptions with deterministic math (plus 70%-rule, profit and ROI for a flip; a multi-year exit projection for a hold), lists red flags with a pass/review/fail screen, and adds a one-paragraph analyst memo. Returns {data, sources, as_of, confidence, notice}. Not financial advice: verify before acting. Paid: $0.75 per call; without credit you get a PAYMENT_REQUIRED result. Set sample=true for a free example response.
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Include the one-paragraph memo (cheap model, cached). Default true. | |
| sample | No | Set true to return an example response at no charge (sample mode). Default false. | |
| address | No | Full US street address: number, street, city, state, zip (e.g. 1547 Example Ave, Cleveland, OH 44109). Required unless sample=true. | |
| strategy | No | rental: buy and rent out (NOI, cap rate, cash-on-cash, DSCR). flip: buy, rehab, resell (70% rule, profit, ROI). hold: rental metrics plus a multi-year exit projection (appreciation, principal paydown, equity multiple). | rental |
| assumptions | No | Underwriting assumptions. Every field is optional; omitted fields use the documented defaults. |
Output Schema
| Name | Required | Description |
|---|---|---|
| data | Yes | |
| as_of | Yes | ISO time of the oldest upstream data point in this response |
| notice | Yes | liability disclaimer; always present |
| sample | Yes | true when this is the free example, not a live lookup |
| sources | Yes | |
| confidence | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, open-world, and idempotent, so the description's job is to add context. It does: it reveals the dependency on RentCast data, the cost of $0.75 per call, the PAYMENT_REQUIRED failure mode, and the 'not financial advice' caveat. It also states the return shape ({data, sources, as_of, confidence, notice}). These are valuable behavioral disclosures beyond the annotations, though it doesn't detail what happens when data is missing for an address. No contradiction with annotations.
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 moderately long but every sentence adds value: purpose, data sources, metrics, return shape, caveat, cost, and sample mode. It is front-loaded with the core action, then expands logically. It is not bloated or redundant; it compresses a lot of information into a few sentences. Slightly verbose but well-structured, hence a 4.
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 5 top-level parameters (one nested with 18 sub-fields), an output schema, and external data dependencies, the description is remarkably complete. It covers what the tool does, how inputs affect outputs, what the response contains, the cost, the sample mode, and the caveat. The only details left to the schema are per-parameter defaults and bounds, which are appropriately delegated. An agent has enough information to decide when to call it, what inputs to provide, and what to expect in return.
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 input schema already provides 100% coverage with detailed descriptions for every parameter, including defaults and bounds, so the baseline is 3. The description adds meaning by explaining how parameters influence the computation (e.g., 'computes NOI, cap rate, cash-on-cash, DSCR, GRM and break-even occupancy from stated assumptions' and '70%-rule, profit and ROI for a flip'), clarifying the role of strategy-specific assumptions. It also notes that all assumptions are optional with documented defaults, which aligns with the schema. This goes beyond a simple restatement, earning a 4.
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 opens with a specific verb ('Underwrite') and a clear resource ('a US residential property from its street address') and enumerates exactly what it does: pulls property data, computes financial metrics, lists red flags, and returns a structured result. It also names the strategy variants (rental/flip/hold), which distinguishes it from the sibling realestate_lookup that presumably only retrieves property details. No ambiguity about the tool's core function.
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 makes the intended use explicit ('for a rental, flip or hold strategy') and even gives guidance on the sample mode ('Set sample=true for a free example response') and payment requirement. It does not, however, explicitly state when to prefer this over the sibling realestate_lookup or when not to use it, though the purpose is so distinct that the alternative is obvious. The cost and sample notes are practical usage guidance, so this is a 4 rather than a 3.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
realestate_lookupProperty lookupARead-onlyIdempotentInspect
Fetch one RentCast record for a US street address. kind=property: characteristics, owner, last sale, tax bill, assessment, HOA and sale history. kind=value: automated value estimate with a low/high range and the sale comps behind it. kind=rent: long-term rent estimate with a range and rental comps. One upstream call per lookup; use realestate_deal_memo when you need all three plus the underwriting. Returns {data, sources, as_of, confidence, notice}. Paid: $0.10 per call; without credit you get a PAYMENT_REQUIRED result. Set sample=true for a free example response.
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | property: characteristics, owner, last sale, taxes, HOA. value: automated value estimate with range and sale comps. rent: long-term rent estimate with range and rental comps. | property |
| sample | No | Set true to return an example response at no charge (sample mode). Default false. | |
| address | No | Full US street address: number, street, city, state, zip (e.g. 1547 Example Ave, Cleveland, OH 44109). Required unless sample=true. |
Output Schema
| Name | Required | Description |
|---|---|---|
| data | Yes | |
| as_of | Yes | ISO time of the oldest upstream data point in this response |
| notice | Yes | liability disclaimer; always present |
| sample | Yes | true when this is the free example, not a live lookup |
| sources | Yes | |
| confidence | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly and idempotent hints, the description discloses the paid nature ($0.10 per call), the error condition when no credit (PAYMENT_REQUIRED), the single upstream call guarantee, and the sample behavior. These are behavioral traits not covered by annotations.
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 somewhat long but well-structured: it leads with the main purpose, then explains kinds, alternative use, return fields, cost, and sample mode in logical order. Every sentence contributes actionable information; only minor redundancy with the schema prevents a 5.
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 moderate complexity of three modes, an alternative tool, and a payment model, this description covers all relevant aspects: purpose, each mode's result, the alternative tool, the return structure, cost, and the free sample. Nothing an agent needs to decide when and how to call is missing.
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 input schema already describes each parameter in detail (including the kind enum descriptions, address format, and sample default). The description essentially repeats this information without adding significant new meaning, so the baseline of 3 applies.
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?
States the specific verb 'Fetch' and the resource 'RentCast record for a US street address'. Clearly distinguishes the three kinds (property, value, rent) and explicitly names the sibling tool for the combined use case, making the purpose unmistakable.
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?
Explicitly tells when to use this tool versus the sibling: 'use realestate_deal_memo when you need all three plus the underwriting'. Also explains the sample mode and cost implications, leaving no ambiguity about appropriate usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
realestate_deal_memo - First observed
realestate_lookup
Related MCP Connectors
Live CRE analysis: Federal Reserve rates, Census 1/3/5-mile demographics, DCF models, IC memos.
Real estate deal analysis from chat: rental underwriting, buy-box matching, deal library, docs.
Lender-grade real estate underwriting and deal reports: fix and flip, BRRRR, new construction.
U.S. real-estate data: property records, AVM value + rent estimates, sale/rental listings.
Related MCP Servers
- AlicenseAqualityBmaintenanceMultifamily 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.477 npm3MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to find vetted, daily-scored US residential real-estate investment deals with pay-per-request via USDC on Base.5 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to analyze rental property deals using DoorVault IDEAL Scoring v2.0, including Section 8 FMR lookup, tax deduction checklists, and rental metrics calculations.MIT
- AlicenseNot gradedqualityDmaintenanceLive real estate market data for 895 US metros. Ask your AI assistant about home prices, rental yields, investment health scores, migration trends, and affordability. Free tier covers top 50 markets (no account needed). Premium tier unlocks all 895 markets, HUD Fair Market Rents, side-by-side market comparison, and filtered market search.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.