Skip to content
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:

{
  "mcpServers": {
    "australian-wedding-celebrants": {
      "url": "https://api.australianweddingcelebrants.com.au/mcp"
    }
  }
}
Test it from the command line +

Quick sanity-check with curl:

curl -X POST https://api.australianweddingcelebrants.com.au/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

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?