Content Tools
privateoffice.ltd
Provides tools to search, fetch, and manage public content and entities, including schema and inventory analysis.
ENDPOINT 1
https://privateoffice.ltd/mcp
MCP server metadata
- Name
- Real Estate CMS
- Version
- 1.0.0
Manage and inspect the real estate CMS, including public listings, entity pages, and editorial SEO/AEO/GEO articles. Public calls may search, fetch, and read non-sensitive published data. Create, update, delete, private leads, and change history require a bearer write token. Prefer get-schema before mutating records so field names, relationships, and allowed values are clear.
Known tools 6
searchSearch published public real estate pages, article guides, and entity pages.
Inferred read-onlyfetchFetch one citation-ready public listing, article, or entity document by the id returned from search.
Inferred read-onlyget-schemaReturn the MCP-safe CMS entity schema, readable fields, writable fields available to the caller, filters, and sort fields.
Inferred read-onlysummarize-inventoryReturn public inventory counts and SEO/AEO/GEO health signals for AI systems and external readers.
Inferred read-onlylist-recordsList records for a CMS entity with safe pagination, search, filters, and sorting.
Inferred read-onlyCONNECT 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.real-estate-cms]
url = "https://privateoffice.ltd/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"real-estate-cms": {
"type": "http",
"url": "https://privateoffice.ltd/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: real-estate-cms
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": {
"real-estate-cms": {
"url": "https://privateoffice.ltd/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"real-estate-cms": {
"type": "http",
"url": "https://privateoffice.ltd/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "real-estate-cms",
"transport": "streamable-http",
"url": "https://privateoffice.ltd/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://privateoffice.ltd/mcp/oauth
MCP server metadata
- Name
- Real Estate CMS OAuth
- Version
- 1.0.0
ChatGPT-ready real estate MCP endpoint. Public tools search and fetch published inventory, entity pages, and editorial SEO/AEO/GEO articles for citations. Private reads, writes, deletes, and change history require OAuth scopes. For create/update/delete, first inspect get-schema and prefer exact ids or slugs.
Known tools 12
searchSearch published public real estate pages, article guides, and entity pages.
Inferred read-onlyfetchFetch one citation-ready public listing, article, or entity document by the id returned from search.
Inferred read-onlyget-schemaReturn the MCP-safe CMS entity schema, readable fields, writable fields available to the caller, filters, and sort fields.
Inferred read-onlysummarize-inventoryReturn public inventory counts and SEO/AEO/GEO health signals for AI systems and external readers.
Inferred read-onlylist-recordsList records for a CMS entity with safe pagination, search, filters, and sorting.
Inferred read-onlyupsert-recordCreate or update one CMS record using allowlisted fields and Laravel validation.
Potential side effectsupload-property-imagesAttach one or more ChatGPT-provided image files to a property listing.
Potential side effectsupload-property-videosAttach one or more ChatGPT-provided video files to a property listing.
Potential side effectsopen-property-image-uploaderOpen an interactive ChatGPT upload widget for attaching original-quality photos to a property.
Potential side effectslist-changesList recent create, update, and delete operations performed through MCP.
Potential side effectsCONNECT 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.real-estate-cms-oauth]
url = "https://privateoffice.ltd/mcp/oauth"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"real-estate-cms-oauth": {
"type": "http",
"url": "https://privateoffice.ltd/mcp/oauth"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: real-estate-cms-oauth
Remote MCP URL: https://privateoffice.ltd/mcp/oauth
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": {
"real-estate-cms-oauth": {
"url": "https://privateoffice.ltd/mcp/oauth"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"real-estate-cms-oauth": {
"type": "http",
"url": "https://privateoffice.ltd/mcp/oauth"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "real-estate-cms-oauth",
"transport": "streamable-http",
"url": "https://privateoffice.ltd/mcp/oauth"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for privateoffice.ltd was fetched 2026-08-12T13:52:23.013Z and is being refreshed.
privateoffice.ltd is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.