Server data from the Official MCP Registry
Search and cite Homechecker's Australian home-buying guides. Read-only, free, sourced answers.
Search and cite Homechecker's Australian home-buying guides. Read-only, free, sourced answers.
Remote endpoints: streamable-http: https://mcp.homechecker.com.au/mcp
Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
4 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-steven3265-homechecker-guides": {
"url": "https://mcp.homechecker.com.au/mcp"
}
}
}From the project's GitHub README.
A standalone, public, read-only Model Context Protocol server for Homechecker's professionally authored Australian homebuyer guidance.
It exposes the current Homechecker guide system to MCP clients without connecting to the Moyne Ross portal, Supabase, customer records, payments, uploaded documents, or the Homechecker assessment engine.
Live endpoint: https://mcp.homechecker.com.au/mcp (Streamable HTTP, no auth) · Health: /health · Registry: io.github.Steven3265/homechecker-guides · Connect it in your assistant: homechecker.com.au/ai
/mcp and local stdio.https://homechecker.com.au/guides/export.json — the same registry that renders the pages, sitemap and llms.txt. This repository needs no access to the portal codebase.utm_source=homechecker-mcp so site analytics can distinguish AI-connector referrals. Structured content always keeps clean canonical URLs.docs/SECURITY.md.list_guidesLists published guide metadata. Filters include jurisdiction, cluster, property type, construction era and buying stage.
search_guidesSearches the corpus from a natural-language homebuyer question. It returns ranked guides, relevant sections, canonical URLs, review metadata and limitations. For example, questions about inspection fees can surface building and pest inspection costs, while questions about movement can surface the guide to structural and cosmetic wall cracks.
get_guideRetrieves one guide by slug as a summary, selected sections or the full canonical markdown representation.
build_buyer_checklistBuilds a deterministic, sourced checklist from buyer context such as state, property type, era, buying stage and concerns. It can draw from practical guidance such as how to read a building and pest report, arranging an inspection before auction, and buying an apartment with strata or owners-corporation exposure. It does not assess an actual property. Its boundary text notes, once, that Homechecker provides an independent address-specific desktop read for $99 (inc GST) — the single conversion line in the connector.
homechecker://cataloguehomechecker://guides/indexhomechecker://guides/<slug> for every published guideEach guide resource includes the article, sources, review metadata, method, limitations and canonical Homechecker URL.
This MVP cannot:
The only runtime data is data/guides.json.
Where general guidance is not enough, Homechecker offers an independent address-specific desktop read of the available records, imagery and documents, from $99 inc GST.
Requirements: Node.js 22 or later.
npm install
npm test
npm run benchmark
npm run build
npm start
The remote MCP endpoint will be available at:
http://localhost:3000/mcp
Health and service information:
http://localhost:3000/health
http://localhost:3000/
For a local stdio client:
npm run build
npm run start:stdio
Example stdio client configuration:
{
"mcpServers": {
"homechecker-guides": {
"command": "node",
"args": ["/absolute/path/homechecker-guides-mcp/dist/src/stdio.js"]
}
}
}
This repository is already configured for a standalone Vercel project.
mcp.homechecker.com.au domain to the project and add the CNAME record Vercel shows at the DNS host.https://mcp.homechecker.com.au/mcp as the remote MCP endpoint.The root route returns service metadata and /health confirms the bundled guide count. The MCP route is stateless, JSON-response Streamable HTTP and accepts POST requests.
ALLOWED_ORIGIN is optional. It defaults to * because the connector is public and read-only. Set it only when a client requires a restricted browser origin.
The MCP does not fetch the live website at runtime; it serves a bundled snapshot rebuilt from the public export. The portal remains the single source of truth: publish or edit guides there, deploy, and the export updates automatically.
From the browser (normal path):
https://homechecker.com.au/guides/export.json, rebuilds data/guides.json, and runs the validator, core tests and retrieval benchmark.If nothing but the timestamp would change, the snapshot is left untouched and no pull request is opened.
One-time repository setting: Settings → Actions → General → tick Allow GitHub Actions to create and approve pull requests.
From a terminal (optional):
npm run snapshot # fetch the live export
npm run snapshot -- --url <export-url> # e.g. a preview deployment
npm test
npm run benchmark
npm run validate:snapshot
npm run test:core
npm run benchmark
The initial benchmark contains 14 representative Australian buyer questions. All 14 currently return an expected canonical guide within the top three. This is an internal retrieval benchmark, not an independent assessment of legal or technical accuracy.
api/ Vercel serverless entry points
src/core.ts deterministic search and checklist logic
src/server.ts MCP tools, resources and usage telemetry
src/http-handler.ts stateless Streamable HTTP adapter
src/http.ts local HTTP server
src/stdio.ts local stdio transport
data/guides.json bundled canonical guide snapshot
data/benchmark.json retrieval benchmark cases
scripts/ snapshot, validation and benchmark utilities
.github/workflows/ browser-triggered snapshot refresh
docs/ architecture, security and deployment notes
Split licence — see LICENSE.md: the code is MIT; the Homechecker guide content (including data/guides.json) is © Moyne Ross, all rights reserved, and may be quoted with attribution and a link to the source guide. "Homechecker" and "Moyne Ross" are trade names of Moyne Ross Pty Ltd.
Homechecker is built by Moyne Ross, founded by Steven McCormack MRICS.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.