# How to integrate Brilliant directories MCP with Autogen

```json
{
  "title": "How to integrate Brilliant directories MCP with Autogen",
  "toolkit": "Brilliant directories",
  "toolkit_slug": "brilliant_directories",
  "framework": "AutoGen",
  "framework_slug": "autogen",
  "url": "https://composio.dev/toolkits/brilliant_directories/framework/autogen",
  "markdown_url": "https://composio.dev/toolkits/brilliant_directories/framework/autogen.md",
  "updated_at": "2026-05-12T10:04:10.993Z"
}
```

## Introduction

This guide walks you through connecting Brilliant directories to AutoGen using the Composio tool router. By the end, you'll have a working Brilliant directories agent that can add a new member with company details, delete user and remove their uploaded images, list all categories used to organize members through natural language commands.
This guide will help you understand how to give your AutoGen agent real control over a Brilliant directories account through Composio's Brilliant directories MCP server.
Before we dive in, let's take a quick look at the key ideas and tools involved.

## Also integrate Brilliant directories with

- [OpenAI Agents SDK](https://composio.dev/toolkits/brilliant_directories/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/brilliant_directories/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/brilliant_directories/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/brilliant_directories/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/brilliant_directories/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/brilliant_directories/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/brilliant_directories/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/brilliant_directories/framework/cli)
- [Google ADK](https://composio.dev/toolkits/brilliant_directories/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/brilliant_directories/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/brilliant_directories/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/brilliant_directories/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/brilliant_directories/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/brilliant_directories/framework/crew-ai)

## TL;DR

Here's what you'll learn:
- Get and set up your OpenAI and Composio API keys
- Install the required dependencies for Autogen and Composio
- Initialize Composio and create a Tool Router session for Brilliant directories
- Wire that MCP URL into Autogen using McpWorkbench and StreamableHttpServerParams
- Configure an Autogen AssistantAgent that can call Brilliant directories tools
- Run a live chat loop where you ask the agent to perform Brilliant directories operations

## What is AutoGen?

Autogen is a framework for building multi-agent conversational AI systems from Microsoft. It enables you to create agents that can collaborate, use tools, and maintain complex workflows.
Key features include:
- Multi-Agent Systems: Build collaborative agent workflows
- MCP Workbench: Native support for Model Context Protocol tools
- Streaming HTTP: Connect to external services through streamable HTTP
- AssistantAgent: Pre-built agent class for tool-using assistants

## What is the Brilliant directories MCP server, and what's possible with it?

The Brilliant directories MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Brilliant directories account. It provides structured and secure access to your membership community and business directory platform, so your agent can perform actions like managing users, retrieving data categories, and automating lead and review workflows on your behalf.
- User creation and management: Easily instruct your agent to create new users with detailed profiles or delete existing members, streamlining your directory's onboarding and maintenance.
- Deep data category access: Ask your agent to fetch all available data categories from your site, making it simple to organize content or power dynamic site navigation experiences.
- Lead field discovery and automation: Let your agent retrieve the full structure of your leads table, helping you automate lead capture, validation, or enrichment workflows with up-to-date field metadata.
- Review field extraction and insights: Direct your agent to pull all available review fields, enabling smarter review management, analytics, or custom reporting based on your site’s feedback system.
- User data field exploration: Have your agent fetch and analyze all user-related fields, supporting advanced user segmentation, targeted updates, or personalized communications.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `BRILLIANT_DIRECTORIES_CREATE_ALBUM_PHOTO` | Create Album Photo | Tool to add a new album photo to a user's portfolio in Brilliant Directories. Use when you need to upload or create a photo entry in a user's album. Required fields are user_id (the owner of the album) and title (photo title). Optional fields include description, status, keywords, file paths, and various metadata for organizing and categorizing photos. Supports e-commerce features like price, availability, and product information. The API endpoint expects application/x-www-form-urlencoded data and returns the created photo data with a generated photo_id. |
| `BRILLIANT_DIRECTORIES_CREATE_DATA_CATEGORY` | Create Data Category | Creates a new data category (post type) in the Brilliant Directories website database. Post types are content types like Videos, Articles, Jobs, Events, Coupons, Classifieds, etc. Required fields: data_name (display name), data_filename (identifier), system_name (system identifier), data_type (numeric type), and form_name (associated form fields name). Optional fields include display configuration (h1, h2, icon, caption_length), sorting options (category_order_by, profile_order_by), pagination (per_page, profile_per_page), layout settings (category_sidebar, profile_sidebar, search_results_layout), and many other customization options. Returns success status with the created data category information. |
| `BRILLIANT_DIRECTORIES_CREATE_DATA_POST` | Create Data Post | Tool to create a new Single Image Post (member post) in the Brilliant Directories database. Use when adding blog posts, articles, or other content types with images to the website. Required fields: post_title, post_content, user_id, data_id, data_type, and post_status. Optional fields include author info, categories, tags, dates, geolocation, and image settings. The API uses application/x-www-form-urlencoded content type for the request body. |
| `BRILLIANT_DIRECTORIES_CREATE_LEAD` | Create Lead | Tool to create a new lead in the Brilliant Directories database. Use when adding new inquiries or contact requests from visitors. Supports automatic geocoding, member matching, and email notifications. Can specify categories, location data, pricing, and custom notes. |
| `BRILLIANT_DIRECTORIES_CREATE_PORTFOLIO_GROUP` | Create Portfolio Group | Creates a new multi-image portfolio post in the Brilliant Directories database. This action allows users to publish content with multiple images, descriptions, and metadata such as categories, tags, and location information. Required fields: user_id (existing user), data_type (use 4 for multi-image posts), data_id (data record identifier), and group_name (post title). Optional fields include: content (group_desc), publication status (group_status), category, location, display order, image URLs with titles and descriptions, tags, geographic data, property details for real estate, and sticky post settings. Use this action when creating portfolio posts, blog articles with galleries, or any content requiring multiple images with rich metadata. |
| `BRILLIANT_DIRECTORIES_CREATE_UNSUBSCRIBE` | Create Unsubscribe | Tool to add an unsubscriber to the database and unsubscribe a member from email campaigns. Use when you need to remove a member's email address from the email campaign list. Requires email address, code (source of unsubscribe), type ('unsubscribe'), and website_id. Optional parameters include date (timestamp), definitive flag (permanent unsubscribe), and id. |
| `BRILLIANT_DIRECTORIES_CREATE_USER` | Create User | Creates a new user/member account in the Brilliant Directories website database. Required fields: email, password (minimum 6 characters), and subscription_id (must reference an existing membership plan in the system). Optional fields include: personal information (first_name, last_name, company, position), contact details (phone_number, website), address fields (address1, address2, city, state_code, zip_code, country_code), profile information (about_me), and account status flags (active, verified). Returns complete user data including the generated user_id, authentication token, and assigned membership plan details. |
| `BRILLIANT_DIRECTORIES_CREATE_USERS_CLICK` | Create Users Click | Tool to add a new user clicked link tracking record to the database. Creates a click tracking entry that records when and where users click on links within the directory. Required fields: click_url, click_name, click_type, user_id, date_clicked (format: YYYYMMDDHHmmss), and click_from (source page where click originated). Optional fields include click tracking details (click_ip, click_token, visitor_token) and post association fields (is_single_post, post_id). Note: The click_url must be a valid HTTP/HTTPS URL. Protocol schemes like tel: or mailto: are not supported by the API. Use this when you need to track user engagement with links in profiles, listings, or other directory pages. |
| `BRILLIANT_DIRECTORIES_CREATE_WIDGET` | Create Widget | Tool to create a new widget in the Brilliant Directories website database. Use when you need to add custom HTML/PHP content, CSS styles, or JavaScript to create a reusable widget component. |
| `BRILLIANT_DIRECTORIES_DELETE_ALBUM_PHOTO` | Delete Album Photo | Tool to delete an album photo and its related data from the database. Use when you need to permanently remove a photo from a user's portfolio album. |
| `BRILLIANT_DIRECTORIES_DELETE_DATA_CATEGORY` | Delete Data Category | Tool to permanently delete a post type (data category) and all related data from the database. Use when you need to completely remove a post type such as Videos, Articles, Jobs, Events, Coupons, Audios, or Discussions. This is a destructive operation that cannot be undone. |
| `BRILLIANT_DIRECTORIES_DELETE_LEAD` | Delete Lead | Tool to delete a lead and their related data from the database. Use when you need to permanently remove a lead record. |
| `BRILLIANT_DIRECTORIES_DELETE_PORTFOLIO_GROUP` | Delete Portfolio Group | Tool to delete a multi-image post (portfolio group) and its related data from the database. Use when you need to permanently remove a portfolio group/multi-image post. |
| `BRILLIANT_DIRECTORIES_DELETE_UNSUBSCRIBE` | Delete Unsubscribe Record | Tool to delete an unsubscribe record and its related data from the database. Use when you need to remove an email from the unsubscribe list. |
| `BRILLIANT_DIRECTORIES_DELETE_USER` | Delete User | This tool deletes an existing user record from the Brilliant Directories website database. It allows for the complete removal of a user record and, optionally, the deletion of the member's uploaded images. |
| `BRILLIANT_DIRECTORIES_DELETE_USERS_CLICK` | Delete Users Click | Tool to delete a user clicked link and their related data from the database. Permanently removes a click record identified by click_id. |
| `BRILLIANT_DIRECTORIES_DELETE_WIDGET` | Delete Widget | Tool to delete a widget and its related data from the database. Use when you need to permanently remove a widget. This is a destructive operation that cannot be undone. |
| `BRILLIANT_DIRECTORIES_GET_ALBUM_PHOTO` | Get Album Photo | Retrieves the complete metadata and details for a single album image from Brilliant Directories. This action fetches comprehensive information about an album photo including its title, description, file paths, timestamps, status, and other metadata. Use when you need to read the data of a specific album image based on its photo_id. Use cases: - Retrieve metadata for a specific photo - Access photo URLs and file paths - Check photo status and visibility settings - Get photo details for display or editing |
| `BRILLIANT_DIRECTORIES_GET_DATA_CATEGORIES` | Get Data Categories Fields | This tool retrieves all available custom fields for Data Categories (Post Types) in a Brilliant Directories website. Data categories/post types include content types like Videos, Articles, Jobs, Events, Coupons, Audios, and Discussions. The endpoint returns field metadata including field keys, labels, types, whether they're required, and help text. This information is useful for understanding what fields are available when working with post types. |
| `BRILLIANT_DIRECTORIES_GET_DATA_CATEGORY` | Get Data Category | Tool to retrieve configuration data for a single post type (data category) in Brilliant Directories. Post types include content types like Videos, Articles, Jobs, Events, Coupons, Audios, and Discussions. This action returns the complete configuration and settings for the specified post type based on its data_id. Use this when you need to inspect or retrieve settings for a specific post type rather than listing all available post types. |
| `BRILLIANT_DIRECTORIES_GET_DATA_POST` | Get Data Post | Tool to retrieve a single image/video post from the Brilliant Directories member posts system. Use this action when you need to read the complete data and metadata for a specific post based on its post_id. Returns detailed post information including content, author details, category information, and associated user data. |
| `BRILLIANT_DIRECTORIES_GET_LEAD` | Get Lead | Tool to retrieve a single lead's complete information from Brilliant Directories. Use when you need to fetch detailed data about a specific lead by its ID. |
| `BRILLIANT_DIRECTORIES_GET_LEAD_FIELDS` | Get Lead Fields | This tool retrieves all available fields in the leads table from a Brilliant Directories website. It returns a JSON object containing a list of fields and their associated metadata (field name, field type, field label, whether the field is required, and if it is a system field) that can be used to understand the structure and metadata of lead-related fields. |
| `BRILLIANT_DIRECTORIES_GET_PORTFOLIO_GROUP` | Get Portfolio Group | Tool to retrieve multi-image post data by group_id. Use when you need to fetch content and metadata for a specific portfolio group or multi-image post. Returns comprehensive information including images, descriptions, location, tags, and property details if applicable. |
| `BRILLIANT_DIRECTORIES_GET_REVIEW` | Get Review | Tool to retrieve complete review data from Brilliant Directories based on review_id. Use when you need to read full review details including content, ratings, reviewer info, and timestamps. |
| `BRILLIANT_DIRECTORIES_GET_REVIEWS_FIELDS` | Get Reviews Fields | Get metadata about all available fields in the users_reviews table from a Brilliant Directories website. This tool returns comprehensive field definitions for the reviews system, including: - Core review fields (review_id, review_title, review_description, review_status) - Reviewer information fields (review_name, review_email) - Rating fields (rating_overall, rating_service, rating_response, rating_expertise, rating_results, rating_language) - Timestamp fields (review_added, review_updated, review_approved) - Technical fields (review_token, ip, httpr, formname, revision_timestamp) - Media fields (review_images) - Association fields (user_id, member_id, service_id) This is a read-only tool that requires only authentication and does not make API calls. It provides the standard field schema based on Brilliant Directories API documentation, useful for understanding what fields are available when creating, updating, or searching for reviews. |
| `BRILLIANT_DIRECTORIES_GET_UNSUBSCRIBE` | Get Unsubscribe Record | Tool to retrieve a single unsubscriber record by ID. Use when you need to get details about a specific unsubscribe entry, including the email address, unsubscribe date, and source (admin, email link, or API). |
| `BRILLIANT_DIRECTORIES_GET_USER` | Get User by ID | Tool to retrieve comprehensive data for a single user by their user_id. Use when you need to fetch complete user profile information including contact details, subscription data, and membership information. This action queries the Brilliant Directories API using the user_id as a path parameter, returning detailed user information including profile data, contact details, subscription information, social media links, and more. |
| `BRILLIANT_DIRECTORIES_GET_USER_FIELDS` | Get User Data | Retrieves comprehensive user data from the Brilliant Directories database by searching for a specific property value. This action queries the users_data table using a property (column name) and value pair, returning detailed user information including profile data, contact details, subscription information, social media links, and more. Commonly used to fetch user records by user_id, email, or any other database column. Use cases: - Look up a user by their ID or email - Retrieve complete user profile information - Access subscription and membership details - Get contact information and social media links |
| `BRILLIANT_DIRECTORIES_GET_USERS_CLICK` | Get User Clicked Link | Tool to retrieve click tracking data for a single user clicked link based on the click_id. Use when you need to fetch detailed information about a specific click event, including the user who clicked, the click type, source and destination URLs, timestamps, and associated tokens. |
| `BRILLIANT_DIRECTORIES_GET_USER_TRANSACTIONS` | Get User Transactions | Retrieves payment and transaction history for a member in Brilliant Directories. This action queries transaction records using either user_id or client_id, returning detailed payment history including transaction amounts, dates, payment methods, and status. Optionally returns user schema and credit card information when return_schema is set to 'yes'. Use cases: - Retrieve all transactions for a specific user - Access payment history and invoice details - Get credit card information on file - View transaction status and payment methods |
| `BRILLIANT_DIRECTORIES_GET_WIDGET` | Get Widget | Retrieves the data of a single widget based on the widget_id. Use this to fetch widget configuration and settings from the Brilliant Directories website database. |
| `BRILLIANT_DIRECTORIES_MATCH_LEADS` | Match Leads | Tool to match a batch of emails or user IDs to a specific lead record. Use this when you need to associate multiple contacts or users with an existing lead in the Brilliant Directories system. The users_to_match parameter accepts a comma-separated list of either email addresses or user IDs. |
| `BRILLIANT_DIRECTORIES_SEARCH_REVIEWS` | Search Reviews | Search reviews and their related data from the database. Filter reviews by various criteria. Supports filtering by location (address), keyword search (q), overall rating, and pagination (page, limit). Results can be ordered by date (ascending/descending) or randomly. Use output_type to specify response format (html or array). Enable caching with post_type_cache_system for faster subsequent searches. Use search_priority_flag to prioritize results by membership plan settings. |
| `BRILLIANT_DIRECTORIES_SEARCH_USERS` | Search Users | Search for users/members in the Brilliant Directories database with advanced filtering options. Allows searching and filtering members by keywords, location, categories, and other criteria. Supports pagination, multiple sort orders, and dynamic category filtering for complex queries. Returns comprehensive user data including profile information, contact details, subscription status, and related metadata. |
| `BRILLIANT_DIRECTORIES_UPDATE_ALBUM_PHOTO` | Update Album Photo | Updates an existing album photo record in the Brilliant Directories database. Modifies photo metadata such as title, description, keywords, and status. The photo_id is required to identify which photo to update. All other fields are optional and only the provided fields will be updated. Use when you need to modify photo information, update visibility status, change organization (order, group), or edit photo metadata. |
| `BRILLIANT_DIRECTORIES_UPDATE_DATA_CATEGORY` | Update Data Category | Tool to update an existing post type (data category) record in Brilliant Directories. Use when you need to modify post type settings such as name, display options, layout templates, pagination settings, or other configuration parameters. Requires the data_id parameter to identify which post type to update. All other parameters are optional and only the provided fields will be updated. |
| `BRILLIANT_DIRECTORIES_UPDATE_DATA_POST` | Update Data Post | Updates a single image post record and related data in the Brilliant Directories database. Use this action to modify existing post content including title, content, status, metadata, and other post-related fields. The post_id is required to identify which post to update. All other fields are optional - only the fields you provide will be updated. This allows for partial updates of post records. |
| `BRILLIANT_DIRECTORIES_UPDATE_LEAD` | Update Lead | Updates an existing lead record in the Brilliant Directories website database. The lead_id field is required to identify which lead to update. All other fields are optional - only provide the fields you want to update. This action modifies lead information including contact details (name, email, phone), inquiry details (message, notes, price), location data (coordinates, boundaries, location type), categorization (category IDs and names), and matching settings (auto-match, email notifications, direct member matching). |
| `BRILLIANT_DIRECTORIES_UPDATE_PORTFOLIO_GROUP` | Update Portfolio Group | Tool to update a multi-image post (portfolio group) record in the Brilliant Directories database. Use when you need to modify existing portfolio content, change post details, update images, or modify property information for real estate listings. |
| `BRILLIANT_DIRECTORIES_UPDATE_UNSUBSCRIBE` | Update Unsubscribe | Updates an existing unsubscribe list record in the Brilliant Directories database. Use this to modify unsubscribe settings for email campaigns. |
| `BRILLIANT_DIRECTORIES_UPDATE_USER` | Update User | Updates an existing user record in the Brilliant Directories website database. Modifies user profile information, contact details, social media links, account status, membership plan, and other user-related data. Only user_id is required; all other fields are optional and will only update the specified fields. |
| `BRILLIANT_DIRECTORIES_UPDATE_USERS_CLICK` | Update User Click Record | Updates a user clicked link record and their related data from the database. Modifies click tracking data for existing click records. This action is used to update click tracking information such as click names, URLs, timestamps, user associations, and other metadata for existing click records. The click_id is required to identify which record to update, and all other fields are optional - only provided fields will be updated. Use when you need to correct or update click tracking data, modify click metadata, or update user associations for click records. |
| `BRILLIANT_DIRECTORIES_UPDATE_WIDGET` | Update Widget | Tool to update an existing widget record in the Brilliant Directories database. Modifies widget settings including name, HTML/PHP content, CSS styles, and JavaScript code. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

The Brilliant directories MCP server is an implementation of the Model Context Protocol that connects your AI agents and assistants directly to Brilliant directories. Instead of manually wiring Brilliant directories APIs, OAuth, and scopes yourself, you get a structured, tool-based interface that an LLM can call safely.
With Composio's managed implementation, you don't have to create your own developer app. For production, if you're building an end product, we recommend using your own credentials. The managed server helps you prototype fast and go from 0-1 faster.

## Step-by-step Guide

### 1. Prerequisites

You will need:
- A Composio API key
- An OpenAI API key (used by Autogen's OpenAIChatCompletionClient)
- A Brilliant directories account you can connect to Composio
- Some basic familiarity with Autogen and Python async

### 1. Getting API Keys for OpenAI and Composio

OpenAI API Key
- Go to the [OpenAI dashboard](https://platform.openai.com/settings/organization/api-keys) and create an API key. You'll need credits to use the models, or you can connect to another model provider.
- Keep the API key safe.
Composio API Key
- Log in to the [Composio dashboard](https://dashboard.composio.dev?utm_source=toolkits&utm_medium=framework_docs).
- Navigate to your API settings and generate a new API key.
- Store this key securely as you'll need it for authentication.

### 2. Install dependencies

Install Composio, Autogen extensions, and dotenv.
What's happening:
- composio connects your agent to Brilliant directories via MCP
- autogen-agentchat provides the AssistantAgent class
- autogen-ext-openai provides the OpenAI model client
- autogen-ext-tools provides MCP workbench support
```bash
pip install composio python-dotenv
pip install autogen-agentchat autogen-ext-openai autogen-ext-tools
```

### 3. Set up environment variables

Create a .env file in your project folder.
What's happening:
- COMPOSIO_API_KEY is required to talk to Composio
- OPENAI_API_KEY is used by Autogen's OpenAI client
- USER_ID is how Composio identifies which user's Brilliant directories connections to use
```bash
COMPOSIO_API_KEY=your-composio-api-key
OPENAI_API_KEY=your-openai-api-key
USER_ID=your-user-identifier@example.com
```

### 4. Import dependencies and create Tool Router session

What's happening:
- load_dotenv() reads your .env file
- Composio(api_key=...) initializes the SDK
- create(...) creates a Tool Router session that exposes Brilliant directories tools
- session.mcp.url is the MCP endpoint that Autogen will connect to
```python
import asyncio
import os
from dotenv import load_dotenv
from composio import Composio

from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient
from autogen_ext.tools.mcp import McpWorkbench, StreamableHttpServerParams

load_dotenv()

async def main():
    # Initialize Composio and create a Brilliant directories session
    composio = Composio(api_key=os.getenv("COMPOSIO_API_KEY"))
    session = composio.create(
        user_id=os.getenv("USER_ID"),
        toolkits=["brilliant_directories"]
    )
    url = session.mcp.url
```

### 5. Configure MCP parameters for Autogen

Autogen expects parameters describing how to talk to the MCP server. That is what StreamableHttpServerParams is for.
What's happening:
- url points to the Tool Router MCP endpoint from Composio
- timeout is the HTTP timeout for requests
- sse_read_timeout controls how long to wait when streaming responses
- terminate_on_close=True cleans up the MCP server process when the workbench is closed
```python
# Configure MCP server parameters for Streamable HTTP
server_params = StreamableHttpServerParams(
    url=url,
    timeout=30.0,
    sse_read_timeout=300.0,
    terminate_on_close=True,
    headers={"x-api-key": os.getenv("COMPOSIO_API_KEY")}
)
```

### 6. Create the model client and agent

What's happening:
- OpenAIChatCompletionClient wraps the OpenAI model for Autogen
- McpWorkbench connects the agent to the MCP tools
- AssistantAgent is configured with the Brilliant directories tools from the workbench
```python
# Create model client
model_client = OpenAIChatCompletionClient(
    model="gpt-5",
    api_key=os.getenv("OPENAI_API_KEY")
)

# Use McpWorkbench as context manager
async with McpWorkbench(server_params) as workbench:
    # Create Brilliant directories assistant agent with MCP tools
    agent = AssistantAgent(
        name="brilliant_directories_assistant",
        description="An AI assistant that helps with Brilliant directories operations.",
        model_client=model_client,
        workbench=workbench,
        model_client_stream=True,
        max_tool_iterations=10
    )
```

### 7. Run the interactive chat loop

What's happening:
- The script prompts you in a loop with You:
- Autogen passes your input to the model, which decides which Brilliant directories tools to call via MCP
- agent.run_stream(...) yields streaming messages as the agent thinks and calls tools
- Typing exit, quit, or bye ends the loop
```python
print("Chat started! Type 'exit' or 'quit' to end the conversation.\n")
print("Ask any Brilliant directories related question or task to the agent.\n")

# Conversation loop
while True:
    user_input = input("You: ").strip()

    if user_input.lower() in ["exit", "quit", "bye"]:
        print("\nGoodbye!")
        break

    if not user_input:
        continue

    print("\nAgent is thinking...\n")

    # Run the agent with streaming
    try:
        response_text = ""
        async for message in agent.run_stream(task=user_input):
            if hasattr(message, "content") and message.content:
                response_text = message.content

        # Print the final response
        if response_text:
            print(f"Agent: {response_text}\n")
        else:
            print("Agent: I encountered an issue processing your request.\n")

    except Exception as e:
        print(f"Agent: Sorry, I encountered an error: {str(e)}\n")
```

## Complete Code

```python
import asyncio
import os
from dotenv import load_dotenv
from composio import Composio

from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient
from autogen_ext.tools.mcp import McpWorkbench, StreamableHttpServerParams

load_dotenv()

async def main():
    # Initialize Composio and create a Brilliant directories session
    composio = Composio(api_key=os.getenv("COMPOSIO_API_KEY"))
    session = composio.create(
        user_id=os.getenv("USER_ID"),
        toolkits=["brilliant_directories"]
    )
    url = session.mcp.url

    # Configure MCP server parameters for Streamable HTTP
    server_params = StreamableHttpServerParams(
        url=url,
        timeout=30.0,
        sse_read_timeout=300.0,
        terminate_on_close=True,
        headers={"x-api-key": os.getenv("COMPOSIO_API_KEY")}
    )

    # Create model client
    model_client = OpenAIChatCompletionClient(
        model="gpt-5",
        api_key=os.getenv("OPENAI_API_KEY")
    )

    # Use McpWorkbench as context manager
    async with McpWorkbench(server_params) as workbench:
        # Create Brilliant directories assistant agent with MCP tools
        agent = AssistantAgent(
            name="brilliant_directories_assistant",
            description="An AI assistant that helps with Brilliant directories operations.",
            model_client=model_client,
            workbench=workbench,
            model_client_stream=True,
            max_tool_iterations=10
        )

        print("Chat started! Type 'exit' or 'quit' to end the conversation.\n")
        print("Ask any Brilliant directories related question or task to the agent.\n")

        # Conversation loop
        while True:
            user_input = input("You: ").strip()

            if user_input.lower() in ['exit', 'quit', 'bye']:
                print("\nGoodbye!")
                break

            if not user_input:
                continue

            print("\nAgent is thinking...\n")

            # Run the agent with streaming
            try:
                response_text = ""
                async for message in agent.run_stream(task=user_input):
                    if hasattr(message, 'content') and message.content:
                        response_text = message.content

                # Print the final response
                if response_text:
                    print(f"Agent: {response_text}\n")
                else:
                    print("Agent: I encountered an issue processing your request.\n")

            except Exception as e:
                print(f"Agent: Sorry, I encountered an error: {str(e)}\n")

if __name__ == "__main__":
    asyncio.run(main())
```

## Conclusion

You now have an Autogen assistant wired into Brilliant directories through Composio's Tool Router and MCP. From here you can:
- Add more toolkits to the toolkits list, for example notion or hubspot
- Refine the agent description to point it at specific workflows
- Wrap this script behind a UI, Slack bot, or internal tool
Once the pattern is clear for Brilliant directories, you can reuse the same structure for other MCP-enabled apps with minimal code changes.

## How to build Brilliant directories MCP Agent with another framework

- [OpenAI Agents SDK](https://composio.dev/toolkits/brilliant_directories/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/brilliant_directories/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/brilliant_directories/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/brilliant_directories/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/brilliant_directories/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/brilliant_directories/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/brilliant_directories/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/brilliant_directories/framework/cli)
- [Google ADK](https://composio.dev/toolkits/brilliant_directories/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/brilliant_directories/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/brilliant_directories/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/brilliant_directories/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/brilliant_directories/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/brilliant_directories/framework/crew-ai)

## Related Toolkits

- [Hubspot](https://composio.dev/toolkits/hubspot) - HubSpot is an all-in-one marketing, sales, and customer service platform. It lets teams nurture leads, automate outreach, and track every customer interaction in one place.
- [Pipedrive](https://composio.dev/toolkits/pipedrive) - Pipedrive is a sales management platform offering pipeline visualization, lead tracking, and workflow automation. It helps sales teams keep deals moving forward efficiently and never miss a follow-up.
- [Salesforce](https://composio.dev/toolkits/salesforce) - Salesforce is a leading CRM platform that helps businesses manage sales, service, and marketing. It centralizes customer data, enabling teams to drive growth and build strong relationships.
- [Apollo](https://composio.dev/toolkits/apollo) - Apollo is a CRM and lead generation platform that helps businesses discover contacts and manage sales pipelines. Use it to streamline customer outreach and track your deals from one place.
- [Attio](https://composio.dev/toolkits/attio) - Attio is a customizable CRM and workspace for managing your team's relationships and workflows. It helps teams organize contacts, automate tasks, and collaborate more efficiently.
- [Acculynx](https://composio.dev/toolkits/acculynx) - AccuLynx is a cloud-based roofing business management software for contractors. It streamlines project tracking, lead management, and document sharing.
- [Addressfinder](https://composio.dev/toolkits/addressfinder) - Addressfinder is a data quality platform for verifying addresses, emails, and phone numbers. It helps you ensure accurate customer and contact data every time.
- [Affinity](https://composio.dev/toolkits/affinity) - Affinity is a relationship intelligence CRM that helps private capital investors find, manage, and close more deals. It streamlines deal flow and surfaces key connections to help you win opportunities.
- [Agencyzoom](https://composio.dev/toolkits/agencyzoom) - AgencyZoom is a sales and performance platform built for P&C insurance agencies. It helps agents boost sales, retain clients, and analyze producer results in one place.
- [Bettercontact](https://composio.dev/toolkits/bettercontact) - Bettercontact is a smart contact enrichment tool for finding emails and phone numbers. It helps boost lead generation with automated, waterfall search across multiple sources.
- [Blackbaud](https://composio.dev/toolkits/blackbaud) - Blackbaud provides cloud-based software for nonprofits, schools, and healthcare institutions. It streamlines fundraising, donor management, and mission-driven operations.
- [Capsule crm](https://composio.dev/toolkits/capsule_crm) - Capsule CRM is a user-friendly CRM platform for managing contacts and sales pipelines. It helps businesses organize relationships and streamline their sales process efficiently.
- [Centralstationcrm](https://composio.dev/toolkits/centralstationcrm) - CentralStationCRM is an easy-to-use CRM software focused on collaboration and long-term customer relationships. It helps teams manage contacts, deals, and communications all in one place.
- [Clientary](https://composio.dev/toolkits/clientary) - Clientary is a platform for managing clients, invoices, projects, proposals, and more. It streamlines client work and saves you serious admin time.
- [Close](https://composio.dev/toolkits/close) - Close is a CRM platform built for sales teams, combining calling, email automation, and predictive dialers. It streamlines sales workflows and boosts productivity with all-in-one communication tools.
- [Dropcontact](https://composio.dev/toolkits/dropcontact) - Dropcontact is a B2B email finder and data enrichment service for professionals. It delivers verified email addresses and enriches contact info with up-to-date data.
- [Dynamics365](https://composio.dev/toolkits/dynamics365) - Dynamics 365 is Microsoft's platform combining CRM, ERP, and productivity apps. It streamlines sales, marketing, service, and operations in one place.
- [Espocrm](https://composio.dev/toolkits/espocrm) - EspoCRM is an open-source web application for managing customer relationships. It helps businesses organize contacts, track leads, and streamline their sales process.
- [Fireberry](https://composio.dev/toolkits/fireberry) - Fireberry is a CRM platform that streamlines customer and sales management. It helps businesses organize contacts, automate sales, and integrate with other business tools.
- [Firmao](https://composio.dev/toolkits/firmao) - Firmao is a business information platform offering company, industry, and market data. Use it to quickly research firms and gain competitive market insights.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Brilliant directories MCP?

With a standalone Brilliant directories MCP server, the agents and LLMs can only access a fixed set of Brilliant directories tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Brilliant directories and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Autogen?

Yes, you can. Autogen fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Brilliant directories tools.

### Can I manage the permissions and scopes for Brilliant directories while using Tool Router?

Yes, absolutely. You can configure which Brilliant directories scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Brilliant directories data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
