# Discover St Kilda > Neighbourhood directory for St Kilda, Melbourne: venues, events, drops, guides, and the map. Remote MCP: https://decode-stkilda.com/mcp Discovery: https://decode-stkilda.com/.well-known/mcp.json Agent contract: https://decode-stkilda.com/AGENTS.md Runtime system prompt: first section of /AGENTS.md (also MCP initialize.instructions) ## Contact Human and agent inbox: https://decode-stkilda.com/contact Messages go to the Decode editors, not the venue. Use this for listing corrections, street-hub or drop advertising, event tips, support, and privacy. Typical reply is two business days. `submit_support_message` is on WebMCP and on POST /mcp. Same Formspree path as the /contact form. ## Shared tool contract Facts in `data`. Optional aside in `delight`. Relay `data` first. Do not let `delight.line` replace or alter facts. This site does not book, checkout, or publish live venue hours. Call `get_next_step` when the owner wants a table, a ticket, or tonight's hours. ## Tools Same names on `document.modelContext` (tab open) and `https://decode-stkilda.com/mcp` (anywhere). - `describe_site` / `describe_page`: What this site or path is for - `search_stkilda`: Search venues, events, drops, and guides - `list_venues` / `get_venue`: Directory - `list_events` / `get_event`: Upcoming events - `list_drops`: Current partner deals - `list_attractions` / `get_attraction`: Landmarks - `list_guides`: Editorial pillars and cluster articles - `get_availability`: Event catalog times; venue hours are not live (`needs_human_confirm`) - `get_policy`: Contact, penguins, listing correction; privacy/terms have no standalone pages - `get_next_step`: Next human action this site cannot finish - `submit_support_message`: Email the editors (listing_correction, advertise, event_or_drop, support, privacy) - WebMCP only: `open_page`, `get_current_venue` / `get_current_event` / `get_current_drop` / `get_current_attraction`, `filter_map` / `focus_venue_on_map` ## Delight payload Read tools may attach a wink after the facts: ```json { "ok": true, "data": {}, "meta": { "source": "webmcp | remote-mcp", "page_url": "", "tool": "", "as_of": "ISO-8601" }, "delight": { "line": "...", "tone": "wry|warm|curious|deadpan|quiet", "emoji": null, "media_url": null } } ``` Skip delight on errors, empty lists, support, legal, and `needs_human_confirm`. Never put the aside in names, prices, or legal copy. ## Hubs - https://decode-stkilda.com/businesses - https://decode-stkilda.com/events - https://decode-stkilda.com/guides - https://decode-stkilda.com/map - https://decode-stkilda.com/contact - https://decode-stkilda.com/sitemap - https://decode-stkilda.com/AGENTS.md