Brilliant Directories MCP

by brilliantdirectories

259 downloads
Not rated
GitHub

About

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 interact

Details

Author
brilliantdirectories
Downloads
259
Categories
Other, API, AI

- Manage members: create, update, search, and fetch
- Manage posts: events, classifieds, articles, deals
- Manage leads (inquiries) and reviews (CRUD)
- Manage pages, redirects, email templates, forms, menus
- Manage tags, categories, and other site content
- Plug-and-play with AI agents and automation platforms

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Brilliant Directories MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by running npx brilliant-directories-mcp in your terminal. Then provide your Brilliant Directories API key. AI agents like Claude, GPT, or Cursor can invoke the exposed tools to manage site resources.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "brilliant directories mcp": {
            "bd-api": {
                "command": "npx",
                "args": [
                    "-y",
                    "brilliant-directories-mcp",
                    "--api-key",
                    "YOUR_BD_API_KEY",
                    "--url",
                    "https://your-site.com"
                ]
            }
        }
    }
}

McpServers

{
    "bd-api": {
        "command": "npx",
        "args": [
            "-y",
            "brilliant-directories-mcp",
            "--api-key",
            "YOUR_BD_API_KEY",
            "--url",
            "https://your-site.com"
        ]
    }
}

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

```bash npx brilliant-directories-mcp --setup
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.