Brilliant directories MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Brilliant directories MCP or direct API to automate member onboarding, update listings, send targeted emails, and manage community workflows through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Brilliant directories Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Brilliant directories now

Enter a prompt below to test the integration in our Tool Router playground. You'll be redirected to sign in and try it live.

Supported Tools

Tools
Create Album PhotoTool to add a new album photo to a user's portfolio in Brilliant Directories.
Create Data CategoryCreates a new data category (post type) in the Brilliant Directories website database.
Create Data PostTool to create a new Single Image Post (member post) in the Brilliant Directories database.
Create LeadTool to create a new lead in the Brilliant Directories database.
Create Portfolio GroupCreates a new multi-image portfolio post in the Brilliant Directories database.
Create UnsubscribeTool to add an unsubscriber to the database and unsubscribe a member from email campaigns.
Create UserCreates a new user/member account in the Brilliant Directories website database.
Create Users ClickTool to add a new user clicked link tracking record to the database.
Create WidgetTool to create a new widget in the Brilliant Directories website database.
Delete Album PhotoTool to delete an album photo and its related data from the database.
Delete Data CategoryTool to permanently delete a post type (data category) and all related data from the database.
Delete LeadTool to delete a lead and their related data from the database.
Delete Portfolio GroupTool to delete a multi-image post (portfolio group) and its related data from the database.
Delete Unsubscribe RecordTool to delete an unsubscribe record and its related data from the database.
Delete UserThis tool deletes an existing user record from the Brilliant Directories website database.
Delete Users ClickTool to delete a user clicked link and their related data from the database.
Delete WidgetTool to delete a widget and its related data from the database.
Get Album PhotoRetrieves the complete metadata and details for a single album image from Brilliant Directories.
Get Data Categories FieldsThis tool retrieves all available custom fields for Data Categories (Post Types) in a Brilliant Directories website.
Get Data CategoryTool to retrieve configuration data for a single post type (data category) in Brilliant Directories.
Get Data PostTool to retrieve a single image/video post from the Brilliant Directories member posts system.
Get LeadTool to retrieve a single lead's complete information from Brilliant Directories.
Get Lead FieldsThis tool retrieves all available fields in the leads table from a Brilliant Directories website.
Get Portfolio GroupTool to retrieve multi-image post data by group_id.
Get ReviewTool to retrieve complete review data from Brilliant Directories based on review_id.
Get Reviews FieldsGet metadata about all available fields in the users_reviews table from a Brilliant Directories website.
Get Unsubscribe RecordTool to retrieve a single unsubscriber record by ID.
Get User by IDTool to retrieve comprehensive data for a single user by their user_id.
Get User DataRetrieves comprehensive user data from the Brilliant Directories database by searching for a specific property value.
Get User Clicked LinkTool to retrieve click tracking data for a single user clicked link based on the click_id.
Get User TransactionsRetrieves payment and transaction history for a member in Brilliant Directories.
Get WidgetRetrieves the data of a single widget based on the widget_id.
Match LeadsTool to match a batch of emails or user IDs to a specific lead record.
Search ReviewsSearch reviews and their related data from the database.
Search UsersSearch for users/members in the Brilliant Directories database with advanced filtering options.
Update Album PhotoUpdates an existing album photo record in the Brilliant Directories database.
Update Data CategoryTool to update an existing post type (data category) record in Brilliant Directories.
Update Data PostUpdates a single image post record and related data in the Brilliant Directories database.
Update LeadUpdates an existing lead record in the Brilliant Directories website database.
Update Portfolio GroupTool to update a multi-image post (portfolio group) record in the Brilliant Directories database.
Update UnsubscribeUpdates an existing unsubscribe list record in the Brilliant Directories database.
Update UserUpdates an existing user record in the Brilliant Directories website database.
Update User Click RecordUpdates a user clicked link record and their related data from the database.
Update WidgetTool to update an existing widget record in the Brilliant Directories database.
Python
TypeScript

Install Composio

python
pip install composio claude-agent-sdk
Install the Composio SDK and Claude Agent SDK

Create Tool Router Session

python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
Initialize the Composio client and create a Tool Router session

Connect to AI Agent

python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Brilliant directories tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('Get all data categories from Brilliant Directories')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
Use the MCP server with your AI agent

Why Use Composio?

AI Native Brilliant directories Integration

  • Supports both Brilliant directories MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your Brilliant directories data

Managed Auth

  • Built-in OAuth handling with automatic token refresh and rotation
  • Central place to manage, scope, and revoke Brilliant directories access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Brilliant directories
  • Scoped, least privilege access to Brilliant directories resources
  • Full audit trail of agent actions to support review and compliance

Frequently Asked Questions

Do I need my own developer credentials to use Brilliant directories with Composio?

Yes, Brilliant directories requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.