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.