← homejourney.sg

INDIVIDUAL MCP TOOL

get_my_listings

Use this when a logged-in owner wants to review their Homejourney property listings and private drafts.

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 get_my_listings and invoke it with your own arguments.

Indexed 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 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 Homejourney Singapore property listings.
  • fetch — Fetch one Homejourney listing document by ID.
  • search_listings — Use this when a logged-in user wants Singapore property listings from Homejourney.
  • 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_listing_draft — Use this when a logged-in owner wants to inspect one of their private Homejourney listing drafts.