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