Data Collection
homejourney.sg
Provides access to Singapore property listings from Homejourney, including search, details, and comparison.
ENDPOINT 1
https://ai-apps.homejourney.sg/mcp
MCP server metadata
- Name
- Homejourney
- Version
- 1.0.0
Known tools 21
search_listingsUse this when a logged-in user wants Singapore property listings from Homejourney.
Inferred read-onlyget_listing_detailsUse this after search_listings when the user wants more public-safe information about one Homejourney listing.
Inferred read-onlycompare_listingsUse this after search_listings when a logged-in user wants a ranked, public-safe shortlist comparison of two to six Homejourney listings.
Inferred read-onlyrender_shortlistRender an already prepared public-safe Homejourney shortlist comparison.
Inferred read-onlyrender_listing_detailRender a public-safe Homejourney listing detail view with photos and an external-open handoff.
Inferred read-onlyget_my_listingsUse this when a logged-in owner wants to review their Homejourney property listings and private drafts.
Inferred read-onlyget_listing_draftUse this when a logged-in owner wants to inspect one of their private Homejourney listing drafts.
Inferred read-onlycreate_listing_draftUse this only after the logged-in owner confirms the draft listing details.
Inferred read-onlyupdate_listing_draftUse this only after the logged-in owner confirms changes to one of their private Homejourney listing drafts.
Inferred read-onlyrequest_viewingUse this only after the logged-in user confirms a viewing request, contact details, preferred slots, and consent.
Inferred read-onlyget_viewing_statusUse this when a logged-in user asks for the current status of an AI app viewing request created through Homejourney.
Inferred read-onlysearch_servicesUse this when a logged-in user wants Homejourney bookable home services.
Inferred read-onlyquote_service_bookingUse this after search_services to quote a supported Homejourney service booking before asking the user to confirm booking and consent.
Inferred read-onlycreate_service_bookingUse this only after the logged-in user confirms the supported service, schedule, contact details, pricing, and consent.
Inferred read-onlyget_service_booking_statusUse this when a logged-in user asks for the current status of an AI app service booking created through Homejourney.
Inferred read-onlyget_bank_ratesUse this when a logged-in user wants current Homejourney mortgage or refinancing rate options.
Inferred read-onlyestimate_mortgage_optionsUse this to estimate mortgage payments, TDSR, and loan-to-value using Homejourney finance assumptions.
Inferred read-onlysubmit_loan_applicationUse 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-onlyget_loan_application_statusUse this when a logged-in user asks for the current status of an AI app loan application created through Homejourney.
Inferred read-onlyCONNECT 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.
homejourney.sg is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.