{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json","name":"suburb-guide","title":"Suburb Guide","displayName":"Suburb Guide","description":"Official suburb data for Australia. Read-only MCP tools for suburb profiles, rankings, and comparisons — the same public HTML/markdown pages, not a REST API.","version":"1.1.0","websiteUrl":"https://suburb.guide","serverUrl":"https://suburb.guide/mcp","icon":"https://suburb.guide/icon.svg","logo":"https://suburb.guide/api/og/generic/site","icons":[{"src":"https://suburb.guide/icon.svg","mimeType":"image/svg+xml","sizes":["any"]},{"src":"https://suburb.guide/api/og/generic/site","mimeType":"image/png","sizes":["1200x630"]}],"tools":[{"name":"get_agent_index","title":"Get Suburb Guide agent index","description":"Return Suburb Guide llms.txt — when to use the site, URL patterns, coverage, and how to fetch HTML or markdown. Call this first.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false}},{"name":"get_page","title":"Get Suburb Guide page","description":"Fetch a public Suburb Guide page as markdown. Path examples: /sa/glenelg, /nsw, /nsw/rankings/best-family-suburbs, /compare/glenelg-sa-vs-brighton-sa, /about.","inputSchema":{"type":"object","properties":{"path":{"type":"string","minLength":1,"description":"Site path beginning with / (no host)."}},"required":["path"],"additionalProperties":false}},{"name":"lookup_suburb","title":"Lookup Australian suburb","description":"Resolve an Australian suburb by state and name or postcode, then return the profile markdown. State codes: act, nsw, nt, qld, sa, tas, vic, wa.","inputSchema":{"type":"object","properties":{"state":{"type":"string","enum":["act","nsw","nt","qld","sa","tas","vic","wa"],"description":"Australian state or territory code (act, nsw, nt, qld, sa, tas, vic, wa)."},"query":{"type":"string","minLength":1,"description":"Suburb name or postcode, e.g. Glenelg or 5045."}},"required":["state","query"],"additionalProperties":false}}],"remotes":[{"type":"streamable-http","url":"https://suburb.guide/mcp","supportedProtocolVersions":["2025-06-18","2025-03-26"]}]}