Hawaii mortgage & VA loan expertise for Honolulu. 2026 loan limits, condo rules, FAQ.
{
"mcpServers": {
"io-github-jaymiller-cmg-mortgage-hawaii": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Hawaii mortgage & VA loan expertise for Honolulu. 2026 loan limits, condo rules, FAQ.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 2 days ago.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A Model Context Protocol server for searching and analyzing arXiv papers
📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Model Context Protocol (MCP) Server to connect your AI with any MediaWiki
Open source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
MCP Security Weekly
Get CVE alerts and security updates for io.github.jaymiller-cmg/mortgage-hawaii and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Your mortgage expertise, queryable by any AI agent in the world.
Jay Miller | CMG Home Loans | NMLS# 657301 | Honolulu, Hawaii
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.
Open your terminal and run:
npm install -g wrangler
wrangler login
This opens a browser window — log in to your Cloudflare account and authorize Wrangler.
Extract the project files to a folder on your computer. Open a terminal in that folder:
cd realitycents-mcp-cloudflare
npm install
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.
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.
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.
To make your MCP server available at mcp.realitycents.com:
mcp.realitycents.comYour MCP endpoint becomes: https://mcp.realitycents.com/mcp
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.
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.
| 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 |