← Registry

Content Tools

privateoffice.ltd

Provides tools to search, fetch, and manage public content and entities, including schema and inventory analysis.

2 endpoints18 known toolsFirst detected June 26, 2026Last detected July 31, 2026

ENDPOINT 1

https://privateoffice.ltd/mcp

No auth detected

MCP server metadata

Name
Real Estate CMS
Version
1.0.0
Capabilities
toolsresourcespromptsio.modelcontextprotocol/ui
Server instructions

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

search

Search published public real estate pages, article guides, and entity pages.

Inferred read-only
fetch

Fetch one citation-ready public listing, article, or entity document by the id returned from search.

Inferred read-only
get-schema

Return the MCP-safe CMS entity schema, readable fields, writable fields available to the caller, filters, and sort fields.

Inferred read-only
summarize-inventory

Return public inventory counts and SEO/AEO/GEO health signals for AI systems and external readers.

Inferred read-only
list-records

List records for a CMS entity with safe pagination, search, filters, and sorting.

Inferred read-only
get-record

Read one CMS record by id or slug.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
Real Estate CMS OAuth
Version
1.0.0
Capabilities
toolsresourcespromptsio.modelcontextprotocol/ui
Server instructions

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

search

Search published public real estate pages, article guides, and entity pages.

Inferred read-only
fetch

Fetch one citation-ready public listing, article, or entity document by the id returned from search.

Inferred read-only
get-schema

Return the MCP-safe CMS entity schema, readable fields, writable fields available to the caller, filters, and sort fields.

Inferred read-only
summarize-inventory

Return public inventory counts and SEO/AEO/GEO health signals for AI systems and external readers.

Inferred read-only
list-records

List records for a CMS entity with safe pagination, search, filters, and sorting.

Inferred read-only
get-record

Read one CMS record by id or slug.

Inferred read-only
upsert-record

Create or update one CMS record using allowlisted fields and Laravel validation.

Potential side effects
upload-property-images

Attach one or more ChatGPT-provided image files to a property listing.

Potential side effects
upload-property-videos

Attach one or more ChatGPT-provided video files to a property listing.

Potential side effects
open-property-image-uploader

Open an interactive ChatGPT upload widget for attaching original-quality photos to a property.

Potential side effects
delete-record

Delete one CMS record by id or slug.

Potential side effects
list-changes

List recent create, update, and delete operations performed through MCP.

Potential side effects

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.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.

Trust status Neutral

privateoffice.ltd is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.