← homejourney.sg

INDIVIDUAL MCP TOOL

apply_business_catalog

Publish the exact short-lived catalog batch previously validated by Homejourney.

homejourney.sgnone authenticationAvailability not checked

LIVE ENDPOINT

https://ai-apps.homejourney.sg/mcp

No auth detected

Connect to this endpoint to inspect the live schema for apply_business_catalog and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

homejourney.sg

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.homejourney]
url = "https://ai-apps.homejourney.sg/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "homejourney": {
      "type": "http",
      "url": "https://ai-apps.homejourney.sg/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: homejourney
Remote MCP URL: https://ai-apps.homejourney.sg/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": {
    "homejourney": {
      "url": "https://ai-apps.homejourney.sg/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "homejourney": {
      "type": "http",
      "url": "https://ai-apps.homejourney.sg/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "homejourney",
  "transport": "streamable-http",
  "url": "https://ai-apps.homejourney.sg/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search active Homejourney Singapore property listings.
  • fetch — Fetch one Homejourney listing document by ID.
  • search_listings — Primary listing-discovery tool.
  • get_listing_details — Use this after search_listings when the user wants more public-safe information about one Homejourney listing.
  • compare_listings — Use this after search_listings when a logged-in user wants a ranked, public-safe shortlist comparison of two to six Homejourney listings.
  • render_shortlist — Render an already prepared public-safe Homejourney shortlist comparison.
  • render_listing_detail — Render a public-safe Homejourney listing detail view with photos and an external-open handoff.
  • get_my_listings — Use this when a logged-in owner wants to review their Homejourney property listings and private drafts.