Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.realopengroup/mcp-server

io.github.realopengroup/mcp-server

Verify crypto wallets and generate proof of funds letters for buying real estate with crypto.

Uptime
100.0%
1 direct probes · 30d
Response
1529ms
last probe
Tools
20
callable
Resources
6
readable
Prompts
5
available

Tools · 20

search_assets

Search RealOpen's library of approved affiliate marketing assets (flyers, social graphics, email banners, brand logos, presentations, listing media). Use this when a user asks for existing RealOpen ma…

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. Use this when a user asks for ready-to…

get_referral_link

Construct a tracked referral URL pointing at a realopen.com page. Use this whenever you produce marketing content, recommendations, or sign-up suggestions — append the returned URL so clicks are attri…

get_how_it_works

Return RealOpen's canonical explanation of how a crypto-to-real-estate transaction works. Use this to answer any question about RealOpen's process, timing, or end-to-end flow — filter by perspective (…

get_supported_crypto

Return the current list of cryptocurrencies, blockchains, and stablecoins accepted by RealOpen for real-estate purchases. Use this to answer "can I pay with X?" or whenever a user needs the live list …

get_fee_structure

Return RealOpen's current pricing and fee breakdown with worked examples. Use this whenever a user asks about RealOpen cost, fees, commissions, or total out-of-pocket — it reflects the live fee schedu…

get_faq

Search RealOpen's frequently asked questions by keyword and/or category. Use this when a user asks a specific question about RealOpen's process, security, timing, taxes, closing, proof of funds, or ot…

get_service_areas

Return RealOpen's current geographic coverage, supported property types, and international availability. Use this whenever a user asks whether RealOpen operates in a particular state, country, or prop…

get_started

The front door to buying real estate with crypto through RealOpen. Returns the setup path from a fresh account to a Proof of Funds letter — and, for signed-in users, resolves their ACTUAL next step fr…

get_account_status

Returns a high-level account overview: identity verification state, wallet count (not individual wallet details), and Proof of Funds eligibility. DO NOT call this when the user asks for a wallet summa…

start_identity_verification

Start or restart identity verification (KYC). If a previous session exists that was incomplete, denied, or expired, this creates a new one. Returns a URL the user must open in their browser.

add_wallet

Submit a public wallet address for verification. Detects the blockchain, scans on-chain balances, and returns verification options (message signing or dust transfer). Also serves as the retry path: if…

verify_wallet_signature

Submit a signed message to verify wallet ownership. The user must have signed the exact verification message provided by add_wallet. When collecting the signature from the user, remind them to paste t…

verify_wallet_transfer

Submit a transaction hash for the dust/test transfer verification method. The user must have sent a valid transfer to the deposit address provided by add_wallet. When collecting the transaction hash f…

remove_wallet

Permanently remove a wallet from the authenticated user's account. Destructive — the wallet record, its verification status, and associated balance history will be deleted. Before calling, confirm wit…

refresh_wallet_balance

Re-fetch on-chain asset balances for an existing wallet and update the stored record. Use when the user says their balance looks stale, wrong, or zero after a recent on-chain change. Safeguard: if the…

refresh_wallet_verification

Regenerate verification challenges for an existing unverified wallet. Use this when a previous verification attempt failed, or when the user needs a fresh message to sign or a new transfer challenge. …

get_wallet_summary

Call this whenever the user asks for a wallet summary, wallet list, their wallets, wallet balances, verified holdings, or Proof of Funds ceiling. Returns all wallets for the authenticated user with th…

generate_proof_of_funds

Generate a Proof of Funds letter (PDF) for the authenticated user. Requires completed identity verification and at least one verified wallet. Returns a download link valid for 30 days. The response re…

logout

Sign out of your RealOpen MCP session. Use this when the user wants to switch accounts or disconnect.

Resources · 6

pof-letter-widget ui://widget/pof-letter-v18.html
wallet-list-widget ui://widget/wallet-list-v48.html
wallet-verify-widget ui://widget/wallet-verify-v41.html
wallet-add-widget ui://widget/wallet-add-v5.html
get-started-widget ui://widget/get-started-v1.html
account-progress-widget ui://widget/account-progress-v1.html

Prompts · 5

account_status

See where you stand: identity verification, connected wallets, and current Proof of Funds eligibility.

get_set_up

Walk through what you need to make a verified crypto offer: identity check, your first wallet, and a Proof of Funds ceiling.

wallet_summary

Show all connected wallets, their verified balances, and your current Proof of Funds ceiling.

connect_wallet

Add a crypto wallet to RealOpen and walk through verifying ownership (signature or test transfer).

generate_pof_letter

Create a verified Proof of Funds letter for a specific offer amount. Letter is a signed PDF, valid 30 days, with no crypto references.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.realopengroup/mcp-server": {
      "url": "https://mcp.realopen.app/mcp",
      "transport": "streamable-http"
    }
  }
}