Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.privateoffice-ltd]
url = "https://privateoffice.ltd/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"privateoffice-ltd": {
"type": "http",
"url": "https://privateoffice.ltd/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: privateoffice-ltd
Remote MCP URL: https://privateoffice.ltd/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"privateoffice-ltd": {
"url": "https://privateoffice.ltd/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"privateoffice-ltd": {
"type": "http",
"url": "https://privateoffice.ltd/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "privateoffice-ltd",
"transport": "streamable-http",
"url": "https://privateoffice.ltd/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search published public real estate pages, article guides, and entity pages.fetch— Fetch one citation-ready public listing, article, or entity document by the id returned from search.get-schema— Return the MCP-safe CMS entity schema, readable fields, writable fields available to the caller, filters, and sort fields.summarize-inventory— Return public inventory counts and SEO/AEO/GEO health signals for AI systems and external readers.list-records— List records for a CMS entity with safe pagination, search, filters, and sorting.