← homechecker.com.au

INDIVIDUAL MCP TOOL

get_guide

Retrieve one canonical Homechecker guide by slug.

homechecker.com.aunone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.homechecker.com.au/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_guide and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

homechecker.com.au

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.homechecker-guides]
url = "https://mcp.homechecker.com.au/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "homechecker-guides": {
      "type": "http",
      "url": "https://mcp.homechecker.com.au/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: homechecker-guides
Remote MCP URL: https://mcp.homechecker.com.au/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": {
    "homechecker-guides": {
      "url": "https://mcp.homechecker.com.au/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "homechecker-guides": {
      "type": "http",
      "url": "https://mcp.homechecker.com.au/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "homechecker-guides",
  "transport": "streamable-http",
  "url": "https://mcp.homechecker.com.au/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_guides — List the published Homechecker guide catalogue, optionally filtered by jurisdiction, guide cluster, property type, construction era, or buying stage.
  • search_guides — Search professionally authored Australian homebuyer guidance using a natural-language question.
  • build_buyer_checklist — Build a deterministic, sourced checklist from the Homechecker guide corpus for a buyer context.