Suburb Guide for agents
Last updated: 18 September 2026
Suburb Guide MCP server
Suburb Guide is a free Australian suburb reference. Agents should read public HTML or markdown pages, or call the read-only MCP server. There is no public JSON REST API, no OpenAPI spec, and no developer portal.
- Agent index: https://suburb.guide/llms.txt
- MCP Streamable HTTP:
POST https://suburb.guide/mcp - MCP server card: /.well-known/mcp/server-card.json
- MCP discovery alias: /.well-known/mcp.json
- A2A agent card: /.well-known/agent-card.json
- Sitemap: /sitemap.xml
How to fetch a page
GET the canonical HTML URL, or the same path with Accept: text/markdown (or the .md sibling). Example: /sa/glenelg.
MCP tools: get_agent_index, get_page, and lookup_suburb. They return the same public markdown as the website.
Contact
Corrections and privacy requests go through the contact form. Humans use the website; agents use MCP or markdown.