CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp Server

realopengroup/mcp-server
HTTPregistry active
Summary

Connects to RealOpen's crypto real estate platform to answer questions about buying property with Bitcoin, Ethereum, stablecoins, and other crypto. The public endpoint surfaces their knowledge base with tools for fee structure, supported cryptocurrencies, transaction workflows, and service areas. The authenticated endpoint adds account management: add crypto wallets, verify ownership via signature or dust transfer, check KYC status, and generate proof of funds letters as PDFs. Built for buyers who want to present crypto holdings to sellers without liquidating to fiat first, and for agents who need to understand the crypto closing process. Uses Streamable HTTP transport with OAuth 2.1 for the authenticated flow.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

RealOpen MCP Server

Get a crypto proof of funds letter — from inside your AI assistant. RealOpen is a crypto real estate platform that lets buyers purchase homes with Bitcoin, Ethereum, stablecoins, and other crypto, closing as cash buyers. Connect this MCP server to verify crypto wallets, generate proof of funds letters, and learn everything about buying real estate with crypto — fees, supported assets, timelines, and the full transaction flow.


What can you do with this?

Learn about buying real estate with crypto

Connect the public endpoint and ask anything:

  • "How do I buy a house with Bitcoin?"
  • "What cryptocurrencies does RealOpen accept?"
  • "What are RealOpen's fees?"
  • "How long does a crypto real estate closing take?"
  • "Where does RealOpen operate?"
  • "How is this different from selling my crypto and buying with cash?"
  • "Can I use USDT on Tron to buy property?"
  • "What does a crypto buyer's proof of funds look like?"

Manage your account and buy property (authenticated)

Connect the authenticated endpoint, sign in with your RealOpen account, and take action:

  • "Add my Ethereum wallet and show me my balance"
  • "Verify my Bitcoin wallet"
  • "Generate a proof of funds for $2M"
  • "What's the status of my identity verification?"
  • "Start KYC verification"

For real estate agents

  • "How does RealOpen work from the agent's perspective?"
  • "What does the seller experience in a crypto-funded transaction?"
  • "What paperwork is different when a buyer uses RealOpen?"

Connect

Public tools — no account required

Paste the URL. Start asking questions.

Claude.ai

Settings → Integrations → Add MCP Server → paste:

https://mcp.realopen.app/mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "realopen": {
      "url": "https://mcp.realopen.app/mcp"
    }
  }
}

Claude Code

claude mcp add realopen --transport http https://mcp.realopen.app/mcp

Any MCP-compatible client

Connect to https://mcp.realopen.app/mcp via Streamable HTTP transport.


Authenticated tools — sign in with RealOpen

Same setup, different endpoint. You'll be prompted to sign in or create a RealOpen account on first use.

Claude.ai

Settings → Integrations → Add MCP Server → paste:

https://mcp.realopen.app/mcp/user

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "realopen-account": {
      "url": "https://mcp.realopen.app/mcp/user"
    }
  }
}

Claude Code

claude mcp add realopen-account --transport http https://mcp.realopen.app/mcp/user

Any MCP-compatible client

Connect to https://mcp.realopen.app/mcp/user via Streamable HTTP. The server implements OAuth 2.1 with dynamic client registration — your client handles the auth flow automatically.


Tools Reference

Knowledge Tools — /mcp (public, no auth)

ToolDescription
get_how_it_worksStep-by-step breakdown of the RealOpen transaction flow. Supports buyer, agent, and overview perspectives with timing estimates.
get_supported_cryptoCurrent list of accepted cryptocurrencies, supported blockchain networks, and stablecoin details.
get_fee_structureFee schedule with worked examples for different crypto types.
get_faqSearchable FAQ knowledge base. Query by keyword or category. Covers process, fees, security, taxes, timing, and more.
get_service_areasWhere RealOpen operates — domestic coverage, international availability, and agent network.

Marketing Tools — /mcp (public, no auth)

ToolDescription
search_assetsSearch marketing assets by keyword, category, tags, or media type.
get_snippetsPre-approved social media snippets filtered by platform and tone.
get_referral_linkGenerate tracked referral URLs.
generate_branded_graphicAI-generated branded social media graphics (requires API key).

Account Tools — /mcp/user (authenticated)

ToolDescription
get_account_statusIdentity verification status, wallet count, and proof-of-funds eligibility.
start_identity_verificationBegin or restart KYC — returns a URL to complete in browser.
add_walletSubmit a wallet address. Auto-detects blockchain, scans on-chain balances, returns verification options.
verify_wallet_signatureVerify wallet ownership by submitting a signed message.
verify_wallet_transferVerify wallet ownership by submitting a dust transfer transaction hash.
get_wallet_summaryAll wallets with balances, verification status, and proof-of-funds ceiling.
generate_proof_of_fundsGenerate a proof-of-funds letter (PDF). Returns a 30-day download link.
logoutSign out and revoke sessions.

Links

  • RealOpen — main site
  • How RealOpen Works — step-by-step guide
  • FAQ — common questions
  • Sign Up — create an account
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Finance & Commerce
Registryactive
TransportHTTP
UpdatedApr 12, 2026
View on GitHub

Related Finance & Commerce MCP Servers

View all →
Shopify Subscription Reconciliation MCP (Recharge Edition)

io.github.shelvick/shopify-subscription-reconciliation

Reconcile Shopify orders against Recharge subscription charges and Stripe payouts.
Google Ads

zleventer/google-ads-mcp

MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.
1
Meok Stripe Acp Checkout Mcp

csoai-org/meok-stripe-acp-checkout-mcp

MEOK Stripe ACP Checkout MCP — ChatGPT shopping bridge. Issues + verifies + signs Stripe Agentic
Google Ads

io.github.mharnett/google-ads

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
Stripe Billing Mcp

csoai-org/stripe-billing-mcp

stripe-billing-mcp MCP server by MEOK AI Labs
Google Ads Mcp

co.pipeboard/google-ads-mcp

Google Ads automation with AI: analyze performance, manage campaigns, optimize bids.