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.
- Open Settings → Connectors (web app) and click Create.
- Name:
Tasmanian Weddings. MCP server URL:https://tasmanian.directory/mcp. - Authentication: No authentication. Tick "I trust this application" and save.
- 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 → Extensions → Add custom extension → paste the endpoint URL. Requires a Google AI Pro/Ultra plan with extensions enabled.
Available tools
search_vendorsFull-text search across the directory. Filter by category, location, or tag slug. Paginated, sorted by tier (Premium first) by default.get_vendorFetch a vendor's full profile (including markdown body) by slug.list_categoriesList all vendor categories with vendor counts.list_locationsList all curated Tasmanian wedding locations.list_tagsList all style and location tags.browse_by_categoryReturn paginated vendors for a single category slug.browse_by_locationReturn paginated vendors serving a single Tasmanian location.search_guidesSearch the Tasmanian Weddings blog for planning guides.get_guideFetch the full body of a single blog post by slug.submit_listingPropose a new vendor listing. Emails the Tasmanian Weddings editors for manual review. No verification — the listing only goes live after editor approval.request_edit_codeGenerate a 6-digit OTP for editing an existing vendor listing. The code is emailed to the address attached to the vendor; the vendor reads it and gives it back to the agent.submit_editSubmit proposed changes to an existing vendor listing. Requires a valid OTP from request_edit_code. Emails the editors with the proposal for manual review.