Tasmanian Weddings

MCP server

This URL isn't meant for browsers — it's a Model Context Protocol endpoint that lets AI assistants (Claude, ChatGPT, Cursor and others) read the Tasmanian Weddings directory directly. Connect it to your assistant of choice and ask questions like "find me a celebrant on the East Coast" or "summarise the wedding-planning guides".

Endpoint

https://tasmanian.directory/mcp

Transport: Streamable HTTP (stateless). No auth. All data is publicly readable from tasmanian.directory.

Connect from your assistant

The endpoint is a remote, no-auth Streamable HTTP server. Most assistants just need the URL above; a few need a JSON snippet.

Claude

Claude.ai (web/mobile): Settings → Connectors → Add custom connector → paste https://tasmanian.directory/mcp → Connect. Available on Pro, Max, Team, and Enterprise.

Claude Desktop / Claude Code: open Settings → Developer → Edit Config and add:

{
  "mcpServers": {
    "tasmanian-weddings": {
      "url": "https://tasmanian.directory/mcp"
    }
  }
}

Restart Claude. The tasmanian-weddings tools appear in the tools menu.

ChatGPT

Available on ChatGPT Plus, Pro, Business, and Enterprise.

  1. Open Settings → Connectors (web app) and click Create.
  2. Name: Tasmanian Weddings. MCP server URL: https://tasmanian.directory/mcp.
  3. Authentication: No authentication. Tick "I trust this application" and save.
  4. Start a new chat, click the + menu → More → enable the connector for the chat.

Grok

In grok.com: open Settings → Connectors (or Custom integrations) → Add custom connector → paste https://tasmanian.directory/mcp, leave auth empty, and save. Toggle the connector on inside any chat to let Grok call the tools.

Gemini

Gemini CLI: run gemini mcp add tasmanian-weddings https://tasmanian.directory/mcp --transport http, or edit ~/.gemini/settings.json directly:

{
  "mcpServers": {
    "tasmanian-weddings": {
      "httpUrl": "https://tasmanian.directory/mcp"
    }
  }
}

Gemini app (gemini.google.com): Settings → ExtensionsAdd custom extension → paste the endpoint URL. Requires a Google AI Pro/Ultra plan with extensions enabled.

Available tools