MCP Server
RealityCents — Hawaii Mortgage & VA Loan Expertise MCP Server
io.github.jaymiller-cmg/mortgage-hawaii
What is the RealityCents — Hawaii Mortgage & VA Loan Expertise MCP server?
Hawaii mortgage & VA loan expertise for Honolulu. 2026 loan limits, condo rules, FAQ.
How to install RealityCents — Hawaii Mortgage & VA Loan Expertise
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mortgage-hawaii": {
"url": "https://realitycents-mcp-server.jaymiller.workers.dev/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mortgage-hawaii": {
"serverUrl": "https://realitycents-mcp-server.jaymiller.workers.dev/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mortgage-hawaii": {
"type": "http",
"url": "https://realitycents-mcp-server.jaymiller.workers.dev/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mortgage-hawaii": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://realitycents-mcp-server.jaymiller.workers.dev/mcp"
]
}
}
}Claude Code
claude mcp add --transport http mortgage-hawaii https://realitycents-mcp-server.jaymiller.workers.dev/mcpRelated MCP servers
Shared deal room where Loan Officers and Realtors track leads from conversation to closing.
View repository →