Analytics
reizer.io
Provides real estate investment analysis tools for underwriting deals, screening properties, solving maximum offers, and pulling comparables.
ENDPOINT 1
https://reizer.io/mcp
MCP server metadata
- Name
- reizer
- Version
- 1.0.0
REIzer runs a deterministic real-estate underwriting engine: the same inputs always produce the same result. analyze_deal / best_use / solve_max_offer / list_strategies are free and need no key. Rates and percents are fractions (0.0675 = 6.75%). analyze_deal responses include a shareable report_url the user can open. Two further tools (pull_comps, str_market_data) return licensed market data and appear only when the connection carries a REIzer API key. Output is a software estimate, not financial, investment, tax or legal advice — figures are projections to verify, not recommendations. Docs: https://reizer.io/docs/api/
Known tools 4
analyze_dealUnderwrite a real-estate investment deal and get a 0-100 score, verdict, cash flow, cap rate, DSCR, stress tests, break-even thresholds, and a shareable report link.
Inferred read-onlybest_useScreen ONE property across every strategy the provided inputs qualify for and rank them by deal score — answers "what is the best use of this property?
Inferred read-onlysolve_max_offerReverse-solve the Maximum Allowable Offer: the highest purchase price that still meets every return target (defaults: CoC 8%, DSCR 1.
Potential side effectslist_strategiesList every supported strategy with its required and optional input fields.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.reizer]
url = "https://reizer.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"reizer": {
"type": "http",
"url": "https://reizer.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: reizer
Remote MCP URL: https://reizer.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"reizer": {
"url": "https://reizer.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"reizer": {
"type": "http",
"url": "https://reizer.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "reizer",
"transport": "streamable-http",
"url": "https://reizer.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for reizer.io was fetched 2026-08-21T15:54:37.853Z.
reizer.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.