Homechecker Guides MCP
{
"answer": "This is a read-only MCP server that lets you search and retrieve Homechecker's governed Australian residential-building guidance corpus — without touching customer records, property data, or the assessment engine. You can:\n\n- List the guide catalogue (list_guides): Browse published guide metadata, filterable by jurisdiction (e.g. VIC), guide cluster (how-to-buy, state-rules, read-building, shared-buildings, own-change), property type, construction era, or buying stage.\n- Search guides with natural language (search_guides): Ask a homebuyer question in plain language (e.g. about inspections, disclosures, conditions, maintenance, apartments, or the buying process) and get ranked guides, relevant sections, canonical URLs, review metadata, and limitations. Supports optional filters and a result limit of 1–10.\n- Retrieve a full guide by slug (get_guide): Pull one canonical guide as a summary, selected sections, or full markdown — including source links, review metadata, method, and limitations.\n- Build a deterministic buyer checklist (build_buyer_checklist): Assemble a sourced, general checklist (4–20 items) from the guide corpus based on buyer context like state, property type, construction era, buying stage, and specific concerns. This does not analyze an actual property or listing.\n\nAll tools are read-only, idempotent, and non-destructive — no access to production databases, customer documents, payments, or the assessment engine, and they do not call an AI model or write to external systems."
}
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Homechecker Guides MCPWhat should I check when buying a house in Victoria?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Homechecker Guides MCP
Homechecker's professionally authored guides for Australian homebuyers, served over the Model Context Protocol and a set of complementary machine-readable interfaces. A connected assistant can search the corpus, retrieve canonical guides and build sourced buyer checklists across inspections, contracts, strata, construction eras, disclosure and maintenance, citing homechecker.com.au throughout.
Public, read-only and deliberately separated from customer and assessment systems.
The service exposes the current Homechecker guide system without connecting to the Moyne Ross portal, Supabase, customer records, payments, uploaded documents or the Homechecker assessment engine.
Version: 1.1.1 · Protocol: MCP 2026-07-28 with stateless 2025-era compatibility · Live endpoint: https://mcp.homechecker.com.au/mcp · Health: mcp.homechecker.com.au/health · Official Registry: io.github.Steven3265/homechecker-guides · Connect it: homechecker.com.au/ai
Machine discovery surface
Homechecker publishes one deterministic guide corpus through several interoperable discovery and execution surfaces.
MCP:
https://mcp.homechecker.com.au/mcpFirst-party MCP server card:
https://mcp.homechecker.com.au/server-card.jsonRead-only REST API:
https://mcp.homechecker.com.au/v1/*OpenAPI 3.1:
https://mcp.homechecker.com.au/openapi.jsonARD catalogue:
https://homechecker.com.au/.well-known/ai-catalog.jsonAgent Skills:
skills/*/SKILL.mdHomechecker llms.txt:
https://homechecker.com.au/llms.txtGuide RSS feed:
https://homechecker.com.au/guides/feed.xmlMachine-readable guide export:
https://homechecker.com.au/guides/export.jsonClaude plugin package:
.claude-plugin/plugin.json+.mcp.jsonGitHub Copilot plugin package:
.github/plugin/marketplace.jsonOpenAI distribution package:
distribution/openai/homechecker/GitHub Agent Finder contribution pack:
distribution/github-agentfinder/
The repository is also a portable Agent Plugins 1.0.0 package. plugin.json identifies the package, skills/ contains the open Agent Skills, and mcp.json points compatible clients to the hosted Streamable HTTP MCP server.
These are adapters around one knowledge system, not separate versions of Homechecker. The canonical editorial corpus remains on homechecker.com.au, the MCP serves a deterministic snapshot of that corpus, and every machine interface ultimately resolves to the same retrieval core and canonical source URLs.
Related MCP server: SAP Fiori Jetpack Compose UI SDK Documentation MCP Server
Ecosystem listings
Homechecker Guides is independently indexed across the emerging MCP ecosystem. These third-party listings may update on their own cadence.
The authoritative server identity remains io.github.Steven3265/homechecker-guides in the official MCP Registry, with the canonical live endpoint at https://mcp.homechecker.com.au/mcp.
Protocol foundation
Version 1.1.1 uses the MCP TypeScript SDK v2 server package and the 2026-07-28 protocol revision.
The official createMcpHandler entry provides stateless per-request serving, server/discover, modern MCP routing headers, server identity and cache fields while retaining stateless compatibility for 2025-era HTTP clients during rollout.
For modern Streamable HTTP requests, the SDK validates the MCP protocol-routing headers against the JSON-RPC request and rejects mismatches. Application telemetry reads the Mcp-Method protocol header for operational method identification but does not parse the JSON-RPC body for logging.
The protocol shell can evolve independently of the durable parts of the product: the reviewed snapshot, deterministic retrieval, tool contracts and professional boundaries.
See docs/PROTOCOL-SUPPORT.md, docs/RELEASE-1.0.md, docs/RELEASE-1.0.1.md and CHANGELOG.md.
Explore the Homechecker guides
What is included
35 MCP resources: one machine-readable catalogue, the guide hub and 33 published guides.
4 read-only MCP tools: catalogue listing, natural-language search, canonical guide retrieval and a deterministic buyer checklist.
Read-only HTTP adapters: REST endpoints exposing the same deterministic list, search, retrieval and checklist functions.
OpenAPI 3.1: a machine-readable description of the REST surface for clients that do not speak MCP.
First-party server card: publisher, protocol, tools, schemas, interfaces, privacy properties and operating boundaries in one machine-readable document.
4 Agent Skills: portable workflows for Australian homebuyer due diligence, property documents, building-risk interpretation and home-ownership planning.
Two MCP transports: stateless remote Streamable HTTP at
/mcpand modern/legacy-compatible local stdio.A bundled content snapshot: rebuilt from Homechecker's public guide export at
https://homechecker.com.au/guides/export.json. The repository needs no runtime access to the portal codebase.A browser-triggered refresh workflow: Actions → Refresh guides snapshot regenerates, tests and opens a pull request. No local environment is required.
Referral-tagged machine traffic: rendered MCP links use
utm_source=homechecker-mcp; REST responses preserve the cleancanonicalUrland add a separately taggedreferralUrlusinghomechecker-rest. Browser WebMCP calls usehomechecker-webmcp.Privacy-minimised operational telemetry: application telemetry records operational fields such as MCP method, tool name, query length, coarse filters, counts, match strength, outcome and duration where applicable. Raw questions, session identifiers, IP addresses and identifying request-header values are not intentionally logged by the application. See
docs/SECURITY.md.Tests and benchmark: snapshot integrity, core search, release metadata, protocol and HTTP-adapter checks plus 14 representative buyer questions.
Tools
list_guides
Lists published guide metadata.
Filters include jurisdiction, cluster, property type, construction era and buying stage.
search_guides
Searches the corpus from a natural-language homebuyer question.
It returns ranked guides, relevant sections, canonical URLs, review metadata and limitations. 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_guide
Retrieves one guide by slug as a summary, selected sections or the full canonical markdown representation.
build_buyer_checklist
Builds 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.
Read-only REST API
The REST surface provides ordinary HTTP access to the same deterministic functions for systems that do not use MCP.
List guides
GET https://mcp.homechecker.com.au/v1/guidesSearch guides
GET https://mcp.homechecker.com.au/v1/search?query=what+should+i+check+before+buying+an+older+houseRetrieve a guide
GET https://mcp.homechecker.com.au/v1/guide?slug=reading-a-section-32Build a checklist
GET https://mcp.homechecker.com.au/v1/checklist?jurisdiction=VIC&era=1950s-1970sREST results preserve clean canonical Homechecker URLs and expose separately tagged referral URLs for attribution.
The complete contract is published at:
https://mcp.homechecker.com.au/openapi.jsonAgent Skills
The canonical portable Skills live under skills/.
Australian Homebuyer Due Diligence
skills/australian-homebuyer-due-diligence/SKILL.md
Structures sourced residential-property due diligence before an offer, auction or contract becomes binding.
Australian Property Documents
skills/australian-property-documents/SKILL.md
Provides jurisdiction-aware workflows for understanding sale disclosure, contracts and strata or owners-corporation material.
Australian Building Risk Reader
skills/australian-building-risk-reader/SKILL.md
Helps an agent reason carefully about common Australian residential-building risks by era, construction and symptom without remotely diagnosing a property.
Australian Home Ownership Planner
skills/australian-home-ownership-planner/SKILL.md
Organises maintenance, records, renovation preparation and ownership planning using Homechecker guidance.
skills/ is the canonical source. Public and OpenAI distribution copies are synchronised from these files and release validation fails if the copies drift.
Discovery
Homechecker's first-party Agentic Resource Discovery catalogue is published at:
https://homechecker.com.au/.well-known/ai-catalog.jsonIt describes the Homechecker MCP and all four Agent Skills using domain-anchored identifiers and representative natural-language queries.
Homechecker's robots.txt also advertises the catalogue through:
Agentmap: https://homechecker.com.au/.well-known/ai-catalog.jsonThe same machine identity is reinforced through llms.txt, the guide RSS feed, OpenAPI, the MCP server card, GitHub and the official MCP Registry.
Resources
homechecker://cataloguehomechecker://guides/indexhomechecker://guides/<slug>for every published guide
Each guide resource includes the article, sources, review metadata, method, limitations and canonical Homechecker URL.
Deliberate boundaries
This service cannot:
access the Moyne Ross or Homechecker production database;
inspect a property or analyse a listing;
read customer documents or issued assessments;
call an AI model;
order or charge for a Homecheck;
write to any external system;
provide legal advice or replace a physical inspection.
The only runtime content dataset 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.
Privacy and security
The service is public, read-only and requires no authentication.
It does not have credentials for the Moyne Ross portal, Supabase, payments, customer files or assessment systems.
Application-level operational telemetry is deliberately minimised. It may record:
the MCP protocol method;
tool name;
query length rather than query text;
coarse filters;
result counts;
match strength;
request outcome;
duration.
The application does not intentionally log raw questions, session identifiers, IP addresses or identifying request-header values.
Infrastructure providers may maintain their own access and security logs independently of the application.
See docs/SECURITY.md and data/TERMS.md.
Local setup
Requirements: Node.js 22 or later.
npm install
npm test
npm run benchmark
npm run check
npx vercel devThe remote MCP endpoint will be available at:
http://localhost:3000/mcpMachine service information:
http://localhost:3000/
http://localhost:3000/health
http://localhost:3000/server-card.json
http://localhost:3000/openapi.json
http://localhost:3000/v1/guidesFor a local stdio client:
npm run build
npm run start:stdioExample stdio client configuration:
{
"mcpServers": {
"homechecker-guides": {
"command": "node",
"args": ["/absolute/path/homechecker-guides-mcp/dist/src/stdio.js"]
}
}
}Deploy to Vercel
This repository is configured as a standalone Vercel project.
Create or use the repository containing this project.
Import the repository into Vercel.
Set the project's Node.js version to 22.
Deploy without adding any application secrets.
Attach
mcp.homechecker.com.auto the project.Use
https://mcp.homechecker.com.au/mcpas the remote MCP endpoint.
The root route publishes service metadata, /health confirms the bundled guide count, /server-card.json publishes the first-party MCP card, /openapi.json describes the REST surface, and /v1/* provides read-only HTTP adapters.
ALLOWED_ORIGIN is optional. It defaults to * because the connector is public and read-only. Set it only where a client requires a restricted browser origin.
Official MCP Registry
The registered server identity is:
io.github.Steven3265/homechecker-guidesRelease publication is automated through:
GitHub → Actions → Publish to MCP Registry → Run workflow
The workflow installs dependencies, runs the release checks, authenticates with GitHub OIDC, publishes the current server.json metadata and verifies that the official Registry can resolve the Homechecker server.
Release versions are published to the official MCP Registry through the pinned GitHub OIDC publication workflow.
Updating the guides snapshot
The MCP does not fetch the live website at runtime. It serves a bundled snapshot rebuilt from the public export.
The Homechecker portal remains the editorial source of truth: publish or edit guides there, deploy, and the export updates automatically.
From the browser:
Actions → Refresh guides snapshot → Run workflow.
The workflow fetches
https://homechecker.com.au/guides/export.json.It rebuilds
data/guides.jsonand runs the validator, core tests and retrieval benchmark.If content changed, it opens a pull request.
Merge the pull request and Vercel redeploys.
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 → Allow GitHub Actions to create and approve pull requests
From a terminal, optionally:
npm run snapshot
npm run snapshot -- --url <export-url>
npm test
npm run benchmarkValidation
npm run validate:snapshot
npm run test:core
npm run benchmark
npm run checkThe retrieval 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.
Release validation also checks machine-distribution metadata and ensures derived Skill copies remain identical to the canonical skills/ source.
Repository map
api/
index.ts service metadata
mcp.ts Streamable HTTP MCP endpoint
health.ts health and snapshot status
server-card.ts first-party MCP server card
openapi.ts OpenAPI 3.1 description
v1/ read-only REST adapters
src/
identity.ts canonical server/protocol identity
core.ts deterministic search and checklist logic
server.ts MCP tools, resources and operational telemetry
http-handler.ts REST adapter over the deterministic core
http-json.ts shared HTTP/CORS/attribution helpers
stdio.ts local stdio entry
skills/ canonical portable Agent Skills
public/skills/ public synchronised Skill copies
distribution/
openai/homechecker/ OpenAI Skills/plugin submission package
github-agentfinder/ GitHub Agent Finder contribution records
.claude-plugin/ Claude plugin metadata
.github/plugin/ GitHub/Copilot plugin metadata
.github/workflows/ validation, refresh and Registry publication
plugin.json Agent Plugins package manifest
mcp.json Agent Plugins MCP dependency
.mcp.json Claude-compatible MCP configuration
data/guides.json bundled canonical guide snapshot
data/TERMS.md editorial corpus terms
data/benchmark.json retrieval benchmark cases
scripts/ snapshot, Skill sync, validation and benchmarks
docs/ architecture, protocol, security and release notes
public/.well-known/ machine-readable security contact
vercel.json production routingContent and licence
The software and configuration code are MIT-licensed under LICENSE.md.
The Homechecker editorial corpus, including data/guides.json and guide material reproduced elsewhere in this repository, remains © Steven McCormack, trading as Moyne Ross, and is governed separately by data/TERMS.md.
Reasonable extracts may be quoted with attribution and a link to the canonical guide.
"Homechecker" and "Moyne Ross" are trading names used by Steven McCormack (ABN 18 890 160 412).
About the publisher
Homechecker is a residential guidance and assessment service operated by Steven McCormack (ABN 18 890 160 412), trading as Moyne Ross.
Maintenance
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables users to search and navigate over 22,500 indexed sections across 16 Canadian building codes and user guides. It supports keyword searches, hierarchy navigation, and optional full-text extraction from user-provided PDF documents.72MIT
- FlicenseNot gradedqualityDmaintenanceProvides programmatic access to SAP Fiori Jetpack Compose UI SDK documentation, including API references and feature guides. It enables users to list, search, and retrieve content from over 6,000 documentation files to support Android development.
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to access and read mdbook documentation, including structure, content, and search.123MIT
- AlicenseAqualityCmaintenanceProvides read-only access to iFixit repair guides, device information, repairability scores, categories, search, media, and contributor profiles via MCP tools.8BSD Zero Clause
Related MCP Connectors
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
Read-only tools over the Safer Agentic AI framework: 238 patterns + 14 heuristics.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Steven3265/homechecker-guides-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server