# Brevo MCP connector

> Connects to Brevo via Scalekit MCP to manage account settings, corporate sub-accounts, users, permissions, and SSO tokens.

**URL:** https://caywork.com/learn/docs/node/brevomcp-node

## Content

The **Brevo MCP Node** integrates securely with Brevo's marketing and account management APIs through the Scalekit MCP gateway. It enables your AI agent to manage Brevo account settings, corporate sub-accounts, users, permissions, and SSO tokens.

## Parameters

### Required Parameters
* **action** (string): The target Brevo MCP tool action to run. Must be one of the enabled actions:
  * `brevomcp_accounts_delete_corporate_sub_account_by_id`: Delete a corporate sub-account by ID.
  * `brevomcp_accounts_delete_corporate_user_revoke_by_email`: Revoke a corporate user by email.
  * `brevomcp_accounts_get_account`: Retrieve account details.
  * `brevomcp_accounts_get_account_activity`: Retrieve account activity.
  * `brevomcp_accounts_get_corporate_invited_users_list`: List invited corporate users.
  * `brevomcp_accounts_get_corporate_ip`: Retrieve corporate IP information.
  * `brevomcp_accounts_get_corporate_master_account`: Retrieve the corporate master account.
  * `brevomcp_accounts_get_corporate_sub_account`: List corporate sub-accounts.
  * `brevomcp_accounts_get_corporate_sub_account_by_id`: Retrieve a corporate sub-account by ID.
  * `brevomcp_accounts_get_corporate_user_permission`: Retrieve corporate user permissions.
  * `brevomcp_accounts_invite_admin_user`: Invite an admin user.
  * `brevomcp_accounts_post_corporate_sso_token`: Generate a corporate SSO token.

### Optional Parameters
* **params** (object): A key-value dictionary containing action-specific inputs (e.g., `{'account_id': '12345'}`).

## Practical Use Cases
1. **Account governance**: Manage corporate sub-accounts, users, and permissions programmatically.
2. **Marketing automation**: Integrate Brevo account data into automated marketing workflows.