← Registry

Data Collection

homejourney.sg

Provides access to Singapore property listings from Homejourney, including search, details, and comparison.

1 endpoint40 known toolsFirst detected August 2, 2026Last detected September 17, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
Homejourney
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

This Homejourney connection is scoped to the legacy. The tools/list response is the live source of truth for available actions. Refresh it after authentication, reconnection, or a workspace-context change, and never invoke a remembered tool that is absent. The current tools/list contains 40 tools. Their definitions are intentionally not duplicated in these instructions. Read each current tool description, input schema, output schema, and safety annotations before use. When a result requires confirmation, present its exact summary and wait for explicit user approval before calling an apply or execute tool. For property discovery, use search_listings. A broad question such as "what properties are available?" is an unfiltered availability request; do not copy that sentence into query. Use query only for meaningful location, project, or feature text.

Known tools 40

search

Search active Homejourney Singapore property listings.

Inferred read-only
fetch

Fetch one Homejourney listing document by ID.

Inferred read-only
search_listings

Primary listing-discovery tool.

Inferred read-only
get_listing_details

Use this after search_listings when the user wants more public-safe information about one Homejourney listing.

Inferred read-only
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.

Inferred read-only
render_shortlist

Render an already prepared public-safe Homejourney shortlist comparison.

Inferred read-only
render_listing_detail

Render a public-safe Homejourney listing detail view with photos and an external-open handoff.

Inferred read-only
get_my_listings

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

Inferred read-only
get_listing_draft

Use this when a logged-in owner wants to inspect one of their private Homejourney listing drafts.

Inferred read-only
create_listing_draft

Use this only after the logged-in owner confirms the draft listing details.

Inferred read-only
update_listing_draft

Use this only after the logged-in owner confirms changes to one of their private Homejourney listing drafts.

Inferred read-only
request_viewing

Use this only after the logged-in user confirms a viewing request, contact details, preferred slots, and consent.

Inferred read-only
get_viewing_status

Use this when a logged-in user asks for the current status of an AI app viewing request created through Homejourney.

Inferred read-only
search_services

Use this to find active provider-published Homejourney services.

Inferred read-only
quote_service_booking

Use this after search_services with the selected provider and package identifiers.

Inferred read-only
create_service_booking

Use this only after the logged-in user confirms the supported service, schedule, contact details, pricing, and consent.

Inferred read-only
prepare_guest_service_checkout

Use this for new customer bookings from an external agent, whether the customer already has a Homejourney account or not.

Inferred read-only
get_guest_service_checkout_status

Use the opaque status token returned by prepare_guest_service_checkout to check card approval, provider, completion, and payment state.

Potential side effects
get_service_booking_status

Use this when a logged-in user asks for the current status of an AI app service booking created through Homejourney.

Inferred read-only
get_bank_rates

Use this when a logged-in user wants current Homejourney mortgage or refinancing rate options.

Inferred read-only
estimate_mortgage_options

Use this to estimate mortgage payments, TDSR, and loan-to-value using Homejourney finance assumptions.

Inferred read-only
start_mortgage_application

Use this after the logged-in user confirms the proposed loan details and bank routing.

Inferred read-only
submit_mortgage_application

Use this after showing the exact application summary and Homejourney's Mortgage Master contact notice, and only after the logged-in user explicitly asks to submit.

Inferred read-only
request_mortgage_application_code

Use this after the logged-in user asks to continue a prepared mortgage application through this agent.

Inferred read-only
verify_and_submit_mortgage_application

Use this only after showing Homejourney's authorization notice and the logged-in user deliberately provides the six-digit application code.

Inferred read-only
get_loan_application_status

Use this when a logged-in user asks for the current status of an AI app loan application created through Homejourney.

Inferred read-only
list_property_news

Read a bounded page of accepted Homejourney property news metadata with source attribution, permitted summaries, publication or observation time, and canonical original links.

Inferred read-only
get_property_news_article

Read one accepted Homejourney property news metadata projection by article ID, including source attribution, permitted summary, and canonical original link.

Inferred read-only
list_business_workspaces

List the Homejourney Business workspaces the signed-in owner or manager has authorized for read and prepare-only agent access.

Inferred read-only
prepare_business_workspace

Read minimized job and earnings totals, or prepare service-listing changes.

Inferred read-only
list_business_jobs

List minimized pending Homejourney service jobs this business can currently accept.

Inferred read-only
list_business_completed_jobs

List minimized completed Homejourney jobs attributed to this business.

Inferred read-only
accept_business_job

Accept one exact eligible Homejourney service job under the business active job-acceptance mandate.

Inferred read-only
prepare_business_worker_dispatch

Prepare one short-lived assignment for the earliest accepted job and least-loaded qualified worker.

Inferred read-only
dispatch_business_worker

Assign one accepted job to the least-loaded qualified active worker under an active Homejourney standing mandate.

Inferred read-only
review_business_earnings

Read redacted Stripe Connect readiness and exact Homejourney payout statements for one authorized Business workspace.

Inferred read-only
prepare_business_payout

Prepare a Homejourney continuation for Stripe-hosted payout-account setup or one exact eligible payout statement.

Inferred read-only
get_business_catalog

Read Homejourney service hubs, service families, canonical service intents, and this business current offerings before preparing structured data from an authorized business source.

Inferred read-only
prepare_business_catalog

Validate structured services from an authorized business source against Homejourney categories.

Inferred read-only
apply_business_catalog

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for homejourney.sg was fetched 2026-08-08T09:45:28.326Z and is being refreshed.

Trust status Trusted

homejourney.sg is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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