Use ResidentialOM from your AI assistant
Create, edit, and publish property brochures by chatting with Claude, ChatGPT, Cursor, or any MCP-compatible AI. Copy one URL into your assistant — no API keys, no tokens.
Your connection URL
Paste this into any MCP-compatible AI — Claude, ChatGPT, Cursor, and more. Sign-in happens in your browser the first time. No API keys, no tokens to copy.
https://staging-api.residentialom.com/mcpClient-specific steps
Claude (web & desktop)
In Claude, open Settings → Connectors → Add custom connector, then paste the URL above. Custom connectors are available on Claude Pro, Max, Team, and Enterprise.
Prefer a config file? In Claude Desktop go to Settings → Developer → Edit Config and paste:
claude_desktop_config.json{
"mcpServers": {
"residentialom": {
"type": "http",
"url": "https://staging-api.residentialom.com/mcp"
}
}
}ChatGPT
Open Settings → Connectors, add a custom connector, and paste the URL above. Set the transport to HTTP. Custom MCP connectors are available on ChatGPT Plus, Pro, Business, and Enterprise.
Cursor1-click
One click adds the server and prompts you to confirm, then opens a browser tab for sign-in.
Add to CursorVS Code1-click
Requires GitHub Copilot with MCP enabled. The button installs the server, then opens a browser tab for sign-in.
Add to VS CodeClaude Code
Register the server with one command:
claude mcp add --transport http residentialom https://staging-api.residentialom.com/mcpThe first time you invoke a ResidentialOM tool, Claude Code opens a browser tab for sign-in. Tokens refresh automatically after that.
Other clients (Windsurf, Cline, Zed…)
Add the URL above as an MCP server with transport set to HTTP (also called Streamable HTTP). OAuth is handled automatically — no API key required.
Verify it's working
Once connected and signed in, ask your assistant:
"List my brochures on ResidentialOM"
Full tool reference and troubleshooting in the developer docs.
Frequently asked
What's MCP?
Model Context Protocol — an open standard from Anthropic that lets AI assistants connect to external tools. Once you connect ResidentialOM, your assistant can read and edit your brochures the same way it reads files.
Do I need a developer?
No. For most clients you copy the URL into a connector setting; for Cursor and VS Code it's one click. If you get stuck, email support and we'll help.
Is this secure?
Yes. The server uses OAuth 2.1 — there are no long-lived API keys to copy or leak. Sessions are scoped to your account, and signing out from your dashboard revokes every connected client at once.
Does it cost credits?
AI actions (creating a brochure, regenerating or adding slides, enhancing text) draw from the same credit balance as the web app. Your assistant can call get_credits to check your balance, and every AI action reports the credits remaining.
What can the assistant do?
Find a property, create brochures, regenerate or rewrite slides with natural language, enhance copy, publish, rename, and delete. See the developer docs for the full tool list.