← realopen.com

INDIVIDUAL MCP TOOL

generate_proof_of_funds

Generate a Proof of Funds letter (PDF) for the authenticated user.

realopen.comnone authenticationAvailability not checked

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

realopen.com

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.realopen]
url = "https://mcp.realopen.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "realopen": {
      "type": "http",
      "url": "https://mcp.realopen.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: realopen
Remote MCP URL: https://mcp.realopen.app/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": {
    "realopen": {
      "url": "https://mcp.realopen.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "realopen": {
      "type": "http",
      "url": "https://mcp.realopen.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "realopen",
  "transport": "streamable-http",
  "url": "https://mcp.realopen.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_assets — Search RealOpen's library of approved affiliate marketing assets (flyers, social graphics, email banners, brand logos, presentations, listing media).
  • get_snippets — Find pre-approved RealOpen social-media snippets — copy-ready posts written by RealOpen's marketing team for twitter, linkedin, instagram, email, or general use.
  • get_referral_link — Construct a tracked referral URL pointing at a realopen.
  • get_how_it_works — Return RealOpen's canonical explanation of how a crypto-to-real-estate transaction works.
  • get_supported_crypto — Return the current list of cryptocurrencies, blockchains, and stablecoins accepted by RealOpen for real-estate purchases.
  • get_fee_structure — Return RealOpen's current pricing and fee breakdown with worked examples.
  • get_faq — Search RealOpen's frequently asked questions by keyword and/or category.
  • get_service_areas — Return RealOpen's current geographic coverage, supported property types, and international availability.