---
title: "Connect via MCP — Australian Wedding Celebrants"
description: "Add the Australian Wedding Celebrants MCP server to Claude, ChatGPT, Cursor, or any MCP-capable client. One URL, three steps.\n"
source: "https://australianweddingcelebrants.com.au/connect/"
markdown: "https://australianweddingcelebrants.com.au/connect.md"
---

[View this page as HTML](<https://australianweddingcelebrants.com.au/connect/>)

MCP server

# Connect this directory to your AI assistant

Add one URL to Claude, ChatGPT, or your editor and your assistant can search the directory, browse by location or tier, and pull full celebrant profiles — right inside the chat.

MCP server URL

`https://api.australianweddingcelebrants.com.au/mcp`

## Add it to your client

Claude (claude.ai or Claude Desktop) +

1. Open **Settings → Connectors**.
2. Click **Add custom connector**.
3. Paste the URL above and name it something like *Australian Wedding Celebrants*.
4. Save. The tools appear in any new conversation.

ChatGPT +

1. Open **Settings → Connectors** (Apps SDK / MCP).
2. Add a new MCP server and paste the URL above.
3. The directory tools surface alongside any other connectors you've added.

Cursor, Windsurf, Zed, or other editors +

Add this to your MCP config:

```
<code data-astro-cid-52io62pt>{
  "mcpServers": {
    "australian-wedding-celebrants": {
      "url": "https://api.australianweddingcelebrants.com.au/mcp"
    }
  }
}</code>
```

Test it from the command line +

Quick sanity-check with curl:

```
<code data-astro-cid-52io62pt>curl -X POST https://api.australianweddingcelebrants.com.au/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'</code>
```

## What you can ask

- 🔎 **Search** by name, location, or specialty.
- 📍 **Browse by location** — local celebrants plus anyone who travels Australia-wide.
- ⭐ **Filter by tier** — Luminary, Endorsed, or Registered.
- 📄 **Pull a full profile** — bio, awards, testimonials, contact details.
- 📚 **List the whole directory** for broader context.

The server is **read-only**. An assistant can browse but can't change any listing.

Curious about the full agent-discovery stack — robots.txt signals, A2A relay, llms.txt, the lot?

[How this site works with AI](<https://australianweddingcelebrants.com.au/ai/>) [Browse the directory](<https://australianweddingcelebrants.com.au/directory/>)
