INDIVIDUAL MCP TOOL
methodology_faq
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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.refpro-mcp]
url = "https://mcp.refpro.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"refpro-mcp": {
"type": "http",
"url": "https://mcp.refpro.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: refpro-mcp
Remote MCP URL: https://mcp.refpro.ai/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": {
"refpro-mcp": {
"url": "https://mcp.refpro.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"refpro-mcp": {
"type": "http",
"url": "https://mcp.refpro.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "refpro-mcp",
"transport": "streamable-http",
"url": "https://mcp.refpro.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
deal_quick_check— Run a deterministic, lender-grade quick check on a real-estate deal.sample_report_fetch— Fetch a sanitized public sample section from Refpro's reference deal library.