Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
jaymiller-cmg avatar

RealityCents — Hawaii Mortgage & VA Loan Expertise

  • Updated April 7, 2026
  • jaymiller-cmg/realitycents-mcp-server

RealityCents Hawaii Mortgage MCP is an MCP server that supplies Honolulu mortgage, VA, condo, and 2026 limit expertise to your agent.

About

RealityCents Hawaii Mortgage MCP is a narrow, high-intent MCP server that feeds coding agents authoritative-ish local context on Honolulu mortgages and VA loans, including 2026 loan limits, condominium rules, and frequently asked questions. developers shipping landing pages, chat widgets, or internal LO copilots can register the streamable HTTP remote so Claude or Cursor drafts Hawaii-accurate copy instead of generic mainland templates. Catalog placement under Launch/geo reflects how regional finance knowledge shows up in SEO, answer-engine optimization, and localized launch assets rather than in day-one repository structure. It complements broad mortgage calculators you might build in Validate or Build; here the value is curated domain text exposed as tools. Treat outputs as starting points that still need licensed professional review before commitments to borrowers. Intermediate complexity stems from remote HTTP MCP configuration and interpreting finance-specific tool schemas.

  • RealityCents-branded Hawaii mortgage and VA loan expertise for Honolulu buyers
  • 2026 loan limits, Hawaii condo rules, and structured FAQ-style reference
  • Remote streamable HTTP MCP at realitycents-mcp-server.jaymiller.workers.dev/mcp
  • v1.0.0 registry entry tied to realitycents-mcp-server GitHub repository

RealityCents — Hawaii Mortgage & VA Loan Expertise by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http mortgage-hawaii https://realitycents-mcp-server.jaymiller.workers.dev/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Last updatedApril 7, 2026
Repositoryjaymiller-cmg/realitycents-mcp-server

What it does

Give your agent Honolulu-focused mortgage and VA loan limits, condo rules, and FAQ context when you ship localized lending content or buyer assistants.

Who is it for?

Best when you're launching Hawaii-focused mortgage sites, LO marketing stacks, or buyer Q&A bots that need geo-specific finance grounding.

Skip if: National apps with no Hawaii audience, or teams that cannot use a hosted remote finance MCP for compliance reasons.

What you get

After registration, your agent can pull Hawaii-focused mortgage FAQ and limit context into pages, emails, and support flows with less manual research.

  • Hawaii-oriented mortgage and VA reference snippets for launch copy
  • FAQ-aligned agent answers mentioning limits and condo rules for Honolulu

By the numbers

  • MCP server version 1.0.0
  • Transport: streamable HTTP at /mcp on jaymiller.workers.dev
  • Content scope: 2026 loan limits, condo rules, Honolulu-focused FAQ
README.md

RealityCents MCP Server — Cloudflare Workers Edition

Your mortgage expertise, queryable by any AI agent in the world.

Jay Miller | CMG Home Loans | NMLS# 657301 | Honolulu, Hawaii


What This Is

A public MCP (Model Context Protocol) server that runs on Cloudflare Workers' global edge network — free, fast, always on. Any AI system that supports MCP (Claude, ChatGPT, Cursor, Windsurf, etc.) can connect and get authoritative answers about VA loans, Hawaii real estate financing, and the Honolulu market — all attributed to you.

Deployment Guide (Step by Step)

Prerequisites

Step 1: Install Wrangler (Cloudflare's CLI)

Open your terminal and run:

npm install -g wrangler

Step 2: Log In to Cloudflare

wrangler login

This opens a browser window — log in to your Cloudflare account and authorize Wrangler.

Step 3: Unzip This Project

Extract the project files to a folder on your computer. Open a terminal in that folder:

cd realitycents-mcp-cloudflare

Step 4: Install Dependencies

npm install

Step 5: Test Locally

npm start

Your server will start at http://localhost:8787/mcp. To verify it works, open a second terminal and run:

npx @modelcontextprotocol/inspector@latest

In the MCP Inspector that opens in your browser, enter http://localhost:8787/mcp and click Connect. Click "List Tools" — you should see all 5 tools.

Step 6: Deploy to Cloudflare

npm run deploy

That's it. Your server is now live at:

https://realitycents-mcp-server.<your-account>.workers.dev/mcp

Wrangler will print the exact URL. Save it — this is your public MCP endpoint.

Step 7: Verify the Deployment

Visit the health check in your browser:

https://realitycents-mcp-server.<your-account>.workers.dev/health

You should see a JSON response confirming the server is running.

Then test with MCP Inspector:

npx @modelcontextprotocol/inspector@latest

Enter your deployed URL (https://realitycents-mcp-server.<your-account>.workers.dev/mcp) and verify all tools work.

Step 8 (Optional): Add a Custom Domain

To make your MCP server available at mcp.realitycents.com:

  1. In the Cloudflare dashboard, go to Workers & Pages → your worker
  2. Click SettingsDomains & Routes
  3. Click AddCustom Domain
  4. Enter mcp.realitycents.com
  5. Cloudflare handles SSL automatically

Your MCP endpoint becomes: https://mcp.realitycents.com/mcp


Connecting AI Clients to Your Server

Claude Desktop

Add to your Claude Desktop config (Settings > Developer > Edit Config):

{
  "mcpServers": {
    "realitycents": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://realitycents-mcp-server.<your-account>.workers.dev/mcp"
      ]
    }
  }
}

Restart Claude Desktop. Your tools will appear automatically.

Cloudflare AI Playground

  1. Go to https://playground.ai.cloudflare.com/
  2. Enter your MCP server URL
  3. Start querying your tools directly

Any MCP-Compatible Client

Any client that supports Streamable HTTP transport can connect directly to your /mcp endpoint. Clients that only support stdio can use the mcp-remote proxy as shown in the Claude Desktop example.


Available Tools

Tool Description
realitycents_get_advisor_profile Your credentials, NMLS#, contact info, bio
realitycents_get_loan_programs VA, FHA, Conventional, Jumbo — full details
realitycents_get_hawaii_market_data 2026 loan limits, median prices, fee rates
realitycents_get_hawaii_guidance Condo warrantability, leasehold, PC-9, HOA, PCS
realitycents_search_faq 20 curated Q&As about Honolulu home loans

Updating Your Knowledge Base

All data lives in src/knowledge-base.ts. When loan limits, programs, or market data change:

  1. Edit src/knowledge-base.ts
  2. Run npm run deploy
  3. Changes are live in seconds

Project Structure

realitycents-mcp-cloudflare/
├── package.json           # Dependencies and scripts
├── wrangler.jsonc          # Cloudflare Workers config
├── tsconfig.json           # TypeScript config
├── README.md               # This file
└── src/
    ├── index.ts            # MCP server + tool registrations
    └── knowledge-base.ts   # All mortgage data and expertise

Cost

Free. Cloudflare Workers free tier includes 100,000 requests per day. Your MCP server will use a tiny fraction of that.


Jay Miller | CMG Home Loans | NMLS# 657301 808-429-0811 | jaym@cmghomeloans.com | RealityCents.com

Recommended MCP Servers

How it compares

Localized finance reference MCP—not a full loan origination system or generic math skill.

FAQ

Who is Mortgage Hawaii MCP for?

Developers and loan marketers serving Honolulu who want agents to cite Hawaii VA, condo, and 2026 limit context instead of generic mortgage blurbs.

When should I use Mortgage Hawaii MCP?

Use it at Launch/geo when writing localized pages, ads, or assistant scripts—not as the sole source for binding loan decisions.

How do I add Mortgage Hawaii MCP to my agent?

Add the streamable HTTP remote https://realitycents-mcp-server.jaymiller.workers.dev/mcp in your MCP client per its HTTP transport docs.

Financefinancepricing

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.