Official MCP server for Brilliant Directories, the membership and directory website platform powering 50,000+ sites. Manage members, posts, leads, reviews, pages, redirects, email templates, forms, menus, tags, and more from any AI agent. Ships an OpenAPI 3.1 spec and an interactive setup wizard.
Overview
Brilliant Directories MCP Server
Official MCP server for Brilliant Directories, the SaaS platform powering 50,000+ membership and directory websites. Give any AI agent full access to your BD site with one API key — no custom code required.
What it does
Exposes the Brilliant Directories REST API as structured MCP tools so AI agents (Claude, GPT, Cursor) and automation platforms (n8n, Make, Zapier) can manage your site:
- Members — create, update, search, get
- Posts — events, classifieds, articles, deals
- Leads — inbound inquiries and matching
- Reviews — list, create, update, delete
- Pages — homepage, landing pages, about/contact, templates
- Redirects — 301 rules for preserving SEO
- Email Templates, Forms, Menus, Tags, Categories, and more
Install in 30 seconds
npx brilliant-directories-mcp --setup
Server Config
{
"mcpServers": {
"bd-api": {
"command": "npx",
"args": [
"-y",
"brilliant-directories-mcp",
"--api-key",
"YOUR_BD_API_KEY",
"--url",
"https://your-site.com"
]
}
}
}