← Registry

Data Collection

homejourney.sg

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

1 endpoint21 known toolsFirst detected August 2, 2026Last detected August 2, 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

Known tools 21

search

Search Homejourney Singapore property listings.

Inferred read-only
fetch

Fetch one Homejourney listing document by ID.

Inferred read-only
search_listings

Use this when a logged-in user wants Singapore property listings from Homejourney.

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 when a logged-in user wants Homejourney bookable home services.

Inferred read-only
quote_service_booking

Use this after search_services to quote a supported Homejourney service booking before asking the user to confirm booking and consent.

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

Use this only after the logged-in user confirms loan details, applicant details, bank routing, and consent to contact and share with mortgage partners.

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

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.