Brilliant Directories Mcp

Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.

Brilliant Directories MCP is the official MCP server for the Brilliant Directories platform, published by io.github.brilliantdirectories and available as an npm package at version 6.58.38. It connects AI agents to a Brilliant Directories site over stdio transport, enabling programmatic management of core platform resources including members, posts, leads, and reviews.

To run the server, two environment variables must be set: BD_API_KEY, which authenticates the connection to the Brilliant Directories API, and BD_SITE_URL, which identifies the target site. Once configured, an agent can interact with the platform’s data without requiring manual access to the Brilliant Directories admin interface.

The server uses stdio transport, meaning it communicates over standard input and output rather than HTTP or WebSocket. This makes it suitable for local process-based integrations and agent runtimes that spawn subprocesses.

No tool definitions were registered in the facts provided, so the specific callable operations cannot be enumerated here. Developers should consult the repository at github.com/brilliantdirectories/brilliant-directories-mcp for the current tool manifest before integrating.

This server is purpose-built for Brilliant Directories and has no applicability outside of that platform. It is not a general-purpose directory or CMS integration.

Use cases

  • Automate member management tasks on a Brilliant Directories site via an AI agent
  • Retrieve or create posts on a Brilliant Directories site without manual admin access
  • Process and respond to leads captured through a Brilliant Directories directory
  • Manage and moderate reviews on a Brilliant Directories-powered site
  • Integrate Brilliant Directories data into an agent workflow using stdio transport

When to use it

  • The target site runs on the Brilliant Directories platform
  • An AI agent or automation needs to manage members, posts, leads, or reviews programmatically
  • The agent runtime supports spawning stdio-based MCP servers
  • BD_API_KEY and BD_SITE_URL credentials for the target site are available

When not to use it

  • The site does not use Brilliant Directories — this server has no generic CMS or directory functionality
  • The agent runtime requires an HTTP or WebSocket MCP transport rather than stdio
  • No Brilliant Directories API key is available
  • Specific tool capabilities need to be confirmed before integration, as no tool list is currently published in the facts