# How to integrate ActiveTrail MCP with Hermes

```json
{
  "title": "How to integrate ActiveTrail MCP with Hermes",
  "toolkit": "ActiveTrail",
  "toolkit_slug": "active_trail",
  "framework": "Hermes",
  "framework_slug": "hermes-agent",
  "url": "https://composio.dev/toolkits/active_trail/framework/hermes-agent",
  "markdown_url": "https://composio.dev/toolkits/active_trail/framework/hermes-agent.md",
  "updated_at": "2026-03-29T06:21:53.039Z"
}
```

## Introduction

Hermes is a 24/7 autonomous agent that lives on your computer or server — it remembers what it learns and evolves as your usage grows.
This guide explains the easiest and most robust way to connect your ActiveTrail account to Hermes. You can do this through either Composio Connect CLI or Composio Connect MCP. For personal use we recommend the CLI, but you won't go wrong with MCP either.

## Also integrate ActiveTrail with

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

## TL;DR

### What is Composio Connect?
Composio Connect is a consumer offering that lets anyone plug 1,000+ applications directly into their agent harness — including Hermes. It can:
- Search and load tools from relevant toolkits on-demand, reducing context usage.
- Chain multiple tools to accomplish complex workflows via a remote workbench, without excessive back-and-forth with the LLM.
- Manage app authentication end-to-end with zero manual overhead.

## Connect ActiveTrail to Hermes

### Integrating ActiveTrail with Hermes
### Using Composio Connect CLI
1. Install the Composio CLI
Run the install script directly, or paste https://composio.dev/hermes into your Hermes chat box to have it installed for you.

```bash
curl -fsSL https://composio.dev/install | bash
```

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

The ActiveTrail MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your ActiveTrail account. It provides structured and secure access so your agent can perform ActiveTrail operations on your behalf.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `ACTIVE_TRAIL_ADD_GROUP_MEMBER` | Add Group Member | Tool to add a member to a group in ActiveTrail. Use when you need to add a contact to a specific group with their email and optional contact details. |
| `ACTIVE_TRAIL_CONTACT_GROWTH` | Get Contact Growth | Tool to retrieve executive report on contact growth showing daily active and inactive contact growth. Use when you need to measure the increase in amount of contacts over a date range. |
| `ACTIVE_TRAIL_CREATE_A_MEMBER_IN_A_GROUP` | Create or Update Group Member | Tool to create or update a member in a group. Use when you need to add a new contact to a specific group or update an existing member's details. The API will not return errors if the address is already in the group. |
| `ACTIVE_TRAIL_CREATE_A_NEW_GROUP` | Create a New Group | Tool to create a new group in ActiveTrail. Use when you need to add a new group to organize and segment contacts. |
| `ACTIVE_TRAIL_CREATE_CONTACT` | Create Contact | Tool to create a new contact in ActiveTrail. Use when you need to add a new contact to the system. Note: Newly created contacts won't be linked to any group, making email/SMS delivery impossible until assigned to a group. Either email or sms must be provided. |
| `ACTIVE_TRAIL_CREATE_CONTENT_CATEGORY` | Create Content Category | Tool to create a new content category in ActiveTrail account. Use when you need to add a new category for organizing campaigns and templates. |
| `ACTIVE_TRAIL_CREATE_NEW_MAILING_LIST` | Create New Mailing List | Tool to create a new mailing list in ActiveTrail. Use when you need to add a new mailing list to organize and manage contacts. |
| `ACTIVE_TRAIL_CREATE_ORDER` | Create Order | Tool to create new orders in ActiveTrail commerce system. Use when you need to add order records with customer information, products, and transaction details. Accepts an array of order objects for batch creation. |
| `ACTIVE_TRAIL_CREATE_SMART_CODE_SITE` | Create Smart Code Site | Tool to create a new Smart Code site in ActiveTrail. Use when you need to set up a new Smart Code site with a name and associated domain(s). |
| `ACTIVE_TRAIL_CREATE_WEBHOOK` | Create Webhook | Tool to create a new webhook for event notifications in ActiveTrail. Use when you need to set up webhooks to receive real-time notifications for events like contact changes or campaign activities. |
| `ACTIVE_TRAIL_DELETE_CONTENT_CATEGORY` | Delete content category | Tool to delete a specific content category by ID. Use when you need to remove a category from your ActiveTrail account. |
| `ACTIVE_TRAIL_DELETE_GROUP_MEMBER` | Delete group member | Tool to delete a group member by ID. Use when you need to remove a contact from a specific group in ActiveTrail. |
| `ACTIVE_TRAIL_DELETE_AUTOMATIONS` | Delete Automations | Tool to delete one or more automations from Active Trail. Use when you need to remove automations by their IDs. Supports bulk deletion by providing comma-separated IDs. |
| `ACTIVE_TRAIL_DELETE_CAMPAIGN` | Delete Campaign | Tool to remove a campaign from ActiveTrail account. Use when you need to delete a campaign that is no longer needed. |
| `ACTIVE_TRAIL_DELETE_CONTACT` | Delete Contact | Tool to remove a contact from the ActiveTrail account. Use when you need to permanently delete a contact identified by their unique ID. |
| `ACTIVE_TRAIL_DELETE_GROUP_BY_ID` | Delete group by ID | Tool to delete a group by ID. Use when you need to permanently remove a group from ActiveTrail. This is a destructive operation that cannot be undone. |
| `ACTIVE_TRAIL_DELETE_GROUP_MEMBER` | Delete Group Member | Tool to remove a member from a group in ActiveTrail. Use when you need to delete a contact from a specified group. |
| `ACTIVE_TRAIL_DELETE_MAILING_LIST` | Delete Mailing List | Tool to remove a mailing list from ActiveTrail account. Use when you need to permanently delete a mailing list. This is a destructive operation that cannot be undone. |
| `ACTIVE_TRAIL_DELETE_MAILING_LIST_MEMBER` | Delete Mailing List Member | Tool to remove a member from a mailing list in ActiveTrail. Use when you need to delete a contact from a specified mailing list. |
| `ACTIVE_TRAIL_DELETE_SMART_CODE_SITE` | Delete Smart Code Site | Tool to remove a Smart Code site from ActiveTrail. Use when you need to permanently delete a Smart Code site identified by its unique ID. |
| `ACTIVE_TRAIL_DELETE_TEMPLATE` | Delete Template | Tool to remove a template from ActiveTrail account. Use when you need to delete a template that is no longer needed. |
| `ACTIVE_TRAIL_DELETE_TEMPLATE_CATEGORY` | Delete template category | Tool to delete a template category by ID. Use when you need to remove a template category. Warning: Deleting a category will cascade-delete all templates within that category. |
| `ACTIVE_TRAIL_DELETE_WEBHOOK_PARAMETER` | Delete webhook parameter | Tool to delete a given webhook parameter from your account's webhook configuration. Use when you need to remove a specific parameter associated with a webhook. |
| `ACTIVE_TRAIL_GET_ACCOUNT_BALANCE` | Get Account Balance | Tool to retrieve email and SMS credit balance for the account. Use when you need to check available email and SMS credits. |
| `ACTIVE_TRAIL_GET_SPECIFIC_CONTENT_CATEGORY` | Get specific content category | Tool to retrieve specific category details by ID. Use when you need to get information about a content category from your ActiveTrail account. |
| `ACTIVE_TRAIL_GET_ACTIVECOMMERCE_INTEGRATION_DATA` | Get ActiveCommerce Integration Data | Tool to retrieve the account's ActiveCommerce integration data. Use when you need to fetch ActiveCommerce integration configuration and settings. |
| `ACTIVE_TRAIL_GET_ACCOUNT_MERGE_STATUS` | Get Account Merge Status | Tool to check if the account has awaited merges. Use when you need to verify pending merge operations in the ActiveTrail account. |
| `ACTIVE_TRAIL_GET_LIST_OF_ALL_SMS_CAMPAIGN_CLICKERS` | Get List of All SMS Campaign Clickers | Tool to retrieve all contacts who clicked on links in an SMS campaign. Use when you need information about which contacts engaged with links in your SMS campaigns. Note: Mobile numbers are only returned if the SMS was sent to a group; manually added numbers will only show click counts. The search defaults to the last 3 months for campaigns. |
| `ACTIVE_TRAIL_GET_ALL_CAMPAIGN_REPORTS` | Get All Campaign Reports | Tool to retrieve a full overview of all campaign reports with comprehensive metrics. Use when you need to get reports for all campaigns including send date, opened emails, number of clicks, CTO, bounces, unsubscribers, complaints, unopened and sent emails. Default behavior: Returns campaigns filtered by last update date within the previous 3 months when date parameters are not specified. Default limit is 20 records per page, maximum is 100. |
| `ACTIVE_TRAIL_GET_ALL_GROUPS` | Get All Groups | Tool to retrieve the full list of account groups with pagination and filtering. Use when you need to get all groups or search for groups by name. Default limit is 20 groups per page. |
| `ACTIVE_TRAIL_GET_ALL_SENT_CAMPAIGNS` | Get All Sent Campaigns | Tool to retrieve campaigns with optional filtering by date, mailing list, and search criteria. Use when you need to get campaigns filtered by date range (default is last 3 months), limited to a specific number (default is 100), or filtered by mailing list. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_DELIVERED_LIST` | Get SMS Campaign Delivered List | Tool to get a specific SMS campaign's delivered list data. Use when you need to retrieve contacts who successfully received the SMS message. Note: If SMS was sent using manual number entry, only delivery count is returned. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_RECIPIENT_DATA` | Get SMS Campaign Recipient Data | Tool to get a specific SMS campaign's 'sent to' data as a list. Use when you need to retrieve detailed recipient information for an SMS campaign. The search defaults to the last 3 months; campaigns outside the date range return no information. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_UNSUBSCRIBED_LIST` | Get SMS Campaign Unsubscribed List | Tool to get a specific SMS campaign's unsubscribed data as a list. Use when you need to retrieve contacts who opted out of receiving future SMS messages from a specific campaign. Note: If SMS was sent using manual number entry, only the unsubscribe count is returned without individual phone numbers. Default search range is last 3 months. |
| `ACTIVE_TRAIL_GET_AUTOMATION_LOG` | Get Automation Log | Tool to track contacts through automation journey by retrieving detailed logs. Use when you need to see which contacts started a specific automation and their progress through each step of the workflow. |
| `ACTIVE_TRAIL_GET_AUTOMATION_QUEUE_LOGS` | Get Automation Queue Logs | Tool to retrieve contacts that did not finish a specific automation. Use when you need to get the list of contacts remaining in the automation queue for a given automation ID. |
| `ACTIVE_TRAIL_GET_AUTOMATION_SMS_CAMPAIGN_SUMMARY_REPORT` | Get Automation SMS Campaign Summary Report | Tool to retrieve SMS campaigns' summary reports for a specific automation. Use when you need to analyze SMS campaign performance including sent, delivered, failed, credits consumed, unsubscribe, and click metrics within an automation. |
| `ACTIVE_TRAIL_GET_AUTOMATIONS` | Get Automations | Tool to list account automations with filtering and pagination. Use when you need to retrieve automations from the ActiveTrail account. Supports filtering by state and pagination parameters. |
| `ACTIVE_TRAIL_GET_AUTOMATION_DETAILS` | Get Automation Details | Tool to retrieve detailed configuration of a specific automation excluding step-by-step execution details. Use when you need metadata about automation behavior, scheduling, reporting settings, and operational constraints. |
| `ACTIVE_TRAIL_GET_AUTOMATION_EMAIL_CAMPAIGN_STEPS` | Get Automation Email Campaign Steps | Tool to retrieve all email campaign steps in an automation workflow. Use when you need to get details about all 'send email' steps configured within a specific automation, including email content, scheduling, and tracking settings. |
| `ACTIVE_TRAIL_GET_AUTOMATION_SMS_CAMPAIGN_STEPS` | Get Automation SMS Campaign Steps | Tool to retrieve all SMS campaign steps in an automation workflow. Use when you need to get details about all 'send SMS' steps configured within a specific automation, including SMS content, scheduling, and tracking settings. |
| `ACTIVE_TRAIL_GET_AUTOMATION_TRIGGER_TYPES` | Get Automation Trigger Types | Tool to retrieve all available start trigger options for automations. Use when you need to get the list of trigger types that can initiate automation workflows in ActiveTrail. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_BOUNCES` | Get Campaign Bounces | Tool to retrieve bounce details by domain for a specific campaign. Use when you need to analyze campaign bounce rates and identify problematic email domains. Defaults to campaigns updated in the last 3 months. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_CLICK_THROUGH_DATA` | Get Campaign Click-Through Data | Tool to access click-through data for a specific campaign. Use when you need to retrieve detailed information about link clicks, including contact details, timestamps, and device information. By default, the search covers campaigns updated in the last 3 months; if the campaign wasn't sent in the specified date range, an error will be returned. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_COMPLAINTS` | Get Campaign Complaints | Tool to retrieve contacts who reported a specific campaign as spam. Use when you need to identify which contacts flagged your campaign as unwanted. Supports filtering by Group ID and date range with pagination. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_DESIGN` | Get Campaign Design | Tool to retrieve campaign design configuration including visual layout and HTML content. Use when you need to get the design details of a specific email campaign. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_DOMAINS_REPORT` | Get Campaign Domains Report | Tool to retrieve a report by domain for a specific campaign. Use when you need to analyze campaign performance grouped by recipient email domains, including sends, opens, clicks, bounces, and engagement metrics per domain. Defaults to campaigns updated in the last 3 months. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_OPENS` | Get Campaign Opens | Tool to retrieve contacts who opened a specific campaign. Use when you need to identify which recipients opened your campaign email. By default, searches for campaigns updated in the last 3 months. Can filter by contact group and date range. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_REPORT` | Get Campaign Report | Tool to retrieve an overview report for a specific campaign. Use when you need to get campaign performance metrics including sends, opens, clicks, and engagement statistics. Note: If the campaign wasn't sent within the specified date range, an error will be returned. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_BOUNCED_EMAILS_BY_TYPE` | Get Campaign Bounced Emails by Type | Tool to retrieve bounced email details filtered by bounce type for a specific campaign. Use when you need detailed information about which contacts' emails bounced and why, with the ability to filter by hard or soft bounces. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_CLICK_DETAILS_REPORT` | Get Campaign Click Details Report | Tool to retrieve click details report for a specific campaign. Use when you need to get detailed information about clicks on links in a campaign, including contact information, click timestamps, and device details. By default, the search covers campaigns updated in the last 3 months; if the campaign wasn't sent in the specified date range, an error will be returned. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_SPAM_COMPLAINTS` | Get Campaign Spam Complaints | Tool to retrieve contacts who reported a specific campaign as spam. Use when you need to identify which contacts flagged your campaign as unwanted. The default search window is the last 3 months; if the campaign wasn't sent during the specified dates, an empty list is returned. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_EMAIL_ACTIVITY_REPORT` | Get Campaign Email Activity Report | Tool to retrieve all contacts' activity on a specific campaign. Use when you need comprehensive activity data including opens, clicks, bounces, and other engagement metrics for each contact in a campaign. By default, the search covers campaigns updated in the last 3 months; if the campaign wasn't sent in the specified date range, an error will be returned. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_SENT_EMAILS` | Get Campaign Sent Emails | Tool to retrieve contacts who received a specific campaign email. Use when you need to identify which recipients successfully received your campaign. The default search window is the last 3 months; if the campaign wasn't sent during the specified dates, an empty list is returned. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_UNOPENED_CONTACTS` | Get Campaign Unopened Contacts | Tool to retrieve contacts who did not open a specific campaign. Use when you need to identify which recipients received but did not open your campaign email. The default search window is the last 3 months; if the campaign wasn't sent during the specified dates, an empty list is returned. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_SCHEDULING` | Get Campaign Scheduling | Tool to retrieve campaign schedule configuration including timing and delivery settings. Use when you need to get the scheduling details of a specific email campaign. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_BY_ID` | Get Campaign by ID | Tool to retrieve complete campaign information including send settings, design, template, and A/B test configuration. Use when you need comprehensive details about a specific email campaign. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_DETAILS` | Get Campaign Details | Tool to retrieve detailed campaign information including name, subject, and settings. Use when you need to get comprehensive details about a specific email campaign. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_BY_ID_COPY` | Get Campaign by ID (Copy) | Tool to retrieve complete campaign information including send settings, design, template, and A/B test configuration. Use when you need comprehensive details about a specific email campaign. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_SEGMENT_SETTINGS` | Get Campaign Segment Settings | Tool to retrieve campaign sending settings including target groups and sending restrictions. Use when you need to get the segmentation configuration for a specific campaign. |
| `ACTIVE_TRAIL_GET_SENT_CAMPAIGNS` | Get Sent Campaigns | Tool to retrieve a list of all sent campaigns from ActiveTrail. Use when you need to view all campaigns that have been sent, including their details such as name, subject, send status, and delivery metrics. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_TEMPLATE` | Get Campaign Template | Tool to retrieve template details associated with a specific campaign. Use when you need to get the template information used in a campaign. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_UNOPENED_CONTACTS` | Get Campaign Unopened Contacts | Tool to retrieve contacts who did not open a specific campaign. Use when you need to identify recipients who received but did not open your campaign email. Default search covers campaigns updated in the last 3 months; if the campaign wasn't sent during the specified date range, an empty list is returned. Supports pagination and filtering by group. |
| `ACTIVE_TRAIL_GET_CAMPAIGN_UNSUBSCRIBED_CONTACTS` | Get Campaign Unsubscribed Contacts | Tool to retrieve contacts who unsubscribed from a specific email campaign. Use when you need to identify which recipients opted out of receiving future emails. The search defaults to campaigns updated within the last 3 months; if the campaign wasn't sent during the specified date range, an empty list is returned. |
| `ACTIVE_TRAIL_GET_CLICK_DETAILS_BY_LINK_ID` | Get Click Details by Link ID | Tool to retrieve click details for a specific link within a campaign. Use when you need detailed information about who clicked a particular link, including contact details, timestamps, and device information. By default, the search covers campaigns updated in the last 3 months. |
| `ACTIVE_TRAIL_GET_CONTACT_ACTIVITY` | Get Contact Activity | Tool to retrieve contact's email engagement history including opens and clicks. Use when you need detailed activity data showing which campaigns were sent to a contact and their engagement metrics. |
| `ACTIVE_TRAIL_GET_CONTACT_BOUNCES` | Get Contact Bounces | Tool to retrieve bounce activity for a specific contact by contact ID. Use when you need to understand email delivery failures and bounce patterns for a contact's email address. |
| `ACTIVE_TRAIL_GET_CONTACT_FIELDS` | Get Contact Fields | Tool to retrieve account contact fields filtered by type. Use when you need to get contact field definitions from the ActiveTrail account. |
| `ACTIVE_TRAIL_GET_CONTACT_GROUPS` | Get Contact Groups | Tool to retrieve all groups associated with a specific contact. Use when you need to list a contact's group memberships by contact ID. |
| `ACTIVE_TRAIL_GET_CONTACT_LIST` | Get Contact List | Tool to retrieve account contacts filtered by status and date range. Use when you need to get a list of contacts filtered by customer status (active, unsubscribed, bounced, etc.) or by registration date. Default behavior: retrieves contacts modified within the last three months with a limit of 100 contacts per page. |
| `ACTIVE_TRAIL_GET_CONTACT_S_ERRORS` | Get Contact's Errors | Tool to retrieve bounce and error history for a specific contact. Use when you need to understand delivery issues or bounce patterns for a contact's email address. |
| `ACTIVE_TRAIL_GET_CONTACT_S_MAILING_LISTS` | Get Contact's Mailing Lists | Tool to retrieve all mailing lists associated with a specific contact. Use when you need to list a contact's mailing list memberships by contact ID. |
| `ACTIVE_TRAIL_GET_CONTACTS_MERGES` | Get Contacts Merges | Tool to retrieve contacts experiencing merge conflicts with filtering options. Use when you need to get the list of contacts with merge conflicts, filtered by status, date range, or limited to a specific number of conflicts. |
| `ACTIVE_TRAIL_GET_CONTACTS_SUBSCRIPTION_ALL_CONTACTS` | Get Contacts Subscription All Contacts | Tool to get contacts' subscription status and the source of their status (if known). Use when you need to retrieve all contacts with their subscription status information filtered by creation date. Defaults to three months back if date range is not specified. |
| `ACTIVE_TRAIL_GET_CONTACTS_SUBSCRIPTION_STATUS` | Get Contacts Subscription Status | Tool to get statistics of contacts' statuses from specific dates. Use when you need to retrieve aggregated contact status statistics between date ranges (defaults to three months back). |
| `ACTIVE_TRAIL_GET_CONTACTS_SUBSCRIPTION_UNSUBSCRIBERS` | Get Contacts Subscription Unsubscribers | Tool to retrieve all contacts who unsubscribed and the source of their unsubscription status. Use when you need to get a comprehensive list of unsubscribers. The search defaults to 3 months back if date range is not specified. |
| `ACTIVE_TRAIL_GET_CONTACTS_UNSUBSCRIBERS_SMS` | Get Contacts Unsubscribers SMS | Tool to retrieve all contacts who unsubscribed from receiving SMS messages. Use when you need to get a list of SMS unsubscribers with optional filtering by date range and pagination support. |
| `ACTIVE_TRAIL_GET_CONTACTS_WITH_SMS_STATE` | Get Contacts With SMS State | Tool to retrieve account's contacts list with SMS subscription state. Use when you need to get contacts filtered by customer status (active, unsubscribed, bounced, etc.) and by state change date range, with default filtering to three months back. |
| `ACTIVE_TRAIL_GET_CONTENT_CATEGORIES` | Get Content Categories | Tool to retrieve all content categories from the ActiveTrail account. Use when you need to get the list of categories used for organizing campaigns and templates. |
| `ACTIVE_TRAIL_GET_CUSTOMER_STATS_FOR_TRANSACTIONAL_MESSAGE` | Get Customer Stats for Transactional Message | Tool to retrieve customer interaction statistics for a specific transactional message. Use when you need to see how a contact engaged with a transactional/operational message including delivery status, opens, clicks, and other interaction metrics. |
| `ACTIVE_TRAIL_GET_EXECUTIVE_REPORT` | Get Executive Report | Tool to retrieve executive performance reports for the ActiveTrail account. Use when you need to get a visual overview of email marketing campaign performance over the past 12 months including sent emails, bounce rates, open rates, click rates, complaints, and unsubscribe rates. |
| `ACTIVE_TRAIL_GET_GROUP_DETAILS` | Get Group Details | Tool to retrieve detailed information about a specific group by its unique identifier. Use when you need to fetch group details including name, contact counters, and timestamps. |
| `ACTIVE_TRAIL_GET_GROUP_BY_ID` | Get Group by ID | Tool to retrieve detailed information about a specific group by its unique identifier. Use when you need to fetch group content including name, active/total contact counters, and creation timestamps. |
| `ACTIVE_TRAIL_GET_GROUP_CONTENTS_BY_ID` | Get Group Contents by ID | Tool to retrieve all group members by group ID with pagination and filtering. Use when you need to get complete information about contacts in a specific group. Returns up to 100 contacts per page with optional filtering by status and date range. |
| `ACTIVE_TRAIL_GET_GROUP_INFORMATION_FOR_CONTACT` | Get Group Information for Contact | Tool to retrieve all groups that a specific contact belongs to by contact ID. Use when you need to view which groups a contact is associated with. |
| `ACTIVE_TRAIL_GET_GROUP_EVENTS` | Get Group Events | Tool to retrieve all events for a specific group with optional filtering by event type, event date, and subscriber creation date. Use when you need to analyze group engagement metrics like opens, clicks, and unsubscribes. Default date range is 3 months back if not specified. |
| `ACTIVE_TRAIL_GET_LANDING_PAGES` | Get Landing Pages | Tool to retrieve landing pages from the ActiveTrail account with pagination support. Use when you need to get all landing pages or fetch paginated results. |
| `ACTIVE_TRAIL_GET_MAILING_LIST` | Get Mailing List | Tool to retrieve detailed information about a specific mailing list by its unique identifier. Use when you need to fetch details of a single mailing list including name, description, and member counts. |
| `ACTIVE_TRAIL_GET_MAILING_LIST_MEMBERS` | Get Mailing List Members | Tool to retrieve all members belonging to a specific mailing list. Use when you need to get contacts from a mailing list, with optional filtering by contact status and state change date range. |
| `ACTIVE_TRAIL_GET_MAILING_LISTS` | Get Mailing Lists | Tool to retrieve all mailing lists from the ActiveTrail account. Use when you need to get the list of mailing lists associated with the account. |
| `ACTIVE_TRAIL_GET_ORDER` | Get Order | Tool to retrieve complete details of a specific order from ActiveTrail commerce system. Use when you need to fetch order information including customer details, financial data, products, and shipping information. |
| `ACTIVE_TRAIL_GET_PUSH_CAMPAIGN_OPENS` | Get Push Campaign Opens | Tool to retrieve contacts who opened a specific push notification campaign. Use when you need to track which recipients opened your push campaign. The campaign must have been sent within the specified date range (defaults to last 3 months). |
| `ACTIVE_TRAIL_GET_PUSH_CAMPAIGN_DELIVERED_REPORT` | Get Push Campaign Delivered Report | Tool to retrieve contacts who successfully received a specific push notification campaign. Use when you need to identify which recipients had the push campaign delivered to their devices. The campaign must have been sent within the specified date range (defaults to last 3 months); if not sent during these dates, an empty list is returned. |
| `ACTIVE_TRAIL_GET_PUSH_CAMPAIGN_FAILED_DELIVERY_REPORT` | Get Push Campaign Failed Delivery Report | Tool to retrieve the failed delivery report for a specific push campaign. Use when you need to see which contacts experienced delivery failures and why. The campaign must be sent in the specified date range (defaults to last 3 months). |
| `ACTIVE_TRAIL_GET_PUSH_CAMPAIGN_REPORTS` | Get Push Campaign Reports | Tool to retrieve push notification campaign performance metrics and reports. Use when you need to access push campaign analytics including sent, delivered, opened, clicked, and engagement statistics. Returns the last 20 campaigns from the last 3 months by default when no date range is specified. |
| `ACTIVE_TRAIL_GET_PUSH_CAMPAIGN_SENT_REPORT` | Get Push Campaign Sent Report | Tool to retrieve contacts who were sent a specific push notification campaign. Use when you need to see the complete list of recipients for a push campaign. The campaign must be sent in the time range specified using from_date and to_date (defaults to last 3 months). |
| `ACTIVE_TRAIL_GET_PUSH_CAMPAIGN_REPORT_SUMMARY` | Get Push Campaign Report Summary | Tool to retrieve summary report information of Push campaigns by dates. Use when you need aggregated performance metrics for push notification campaigns including sent, delivered, opened, clicked, and engagement statistics. Default behavior: Returns campaigns from the last 3 months when date parameters are not specified. |
| `ACTIVE_TRAIL_GET_PUSH_CAMPAIGNS` | Get Push Campaigns | Tool to retrieve push notification campaigns with optional filtering by date, campaign ID, and search criteria. Use when you need to get push campaigns filtered by date range (default is last 6 months and last 20 campaigns), or filtered by specific campaign ID or search term. |
| `ACTIVE_TRAIL_GET_SEGMENTATION_RULE_FIELD_TYPES` | Get Segmentation Rule Field Types | Tool to retrieve dictionary of rule field types for segmentation. Use when you need to get available field types for building segmentation rules. |
| `ACTIVE_TRAIL_GET_SEGMENTATION_RULE_OPERATIONS` | Get Segmentation Rule Operations | Tool to retrieve dictionary of rule operations for segmentation. Use when you need to get available operations for building segmentation rules. |
| `ACTIVE_TRAIL_GET_SEGMENTATION_RULE_TYPES` | Get Segmentation Rule Types | Tool to retrieve dictionary of segmentation rule types for automation. Use when you need to get available rule types for building automation segmentations. |
| `ACTIVE_TRAIL_GET_SEGMENTATIONS` | Get Segmentations | Tool to retrieve all segmentations from the ActiveTrail account. Use when you need to get the list of segmentation configurations associated with the authenticated user's account. |
| `ACTIVE_TRAIL_GET_SENDING_PROFILES` | Get Sending Profiles | Tool to retrieve account email sending profiles. Use when you need to get sending profile configurations including sender names, email addresses, and reply-to settings. |
| `ACTIVE_TRAIL_GET_SIGNUP_FORM` | Get Signup Form | Tool to retrieve detailed information about a specific signup form by its unique identifier. Use when you need to fetch details of a single signup form. |
| `ACTIVE_TRAIL_GET_SIGNUP_FORMS` | Get Signup Forms | Tool to retrieve all signup forms from the ActiveTrail account. Use when you need to get the list of signup forms associated with the account. |
| `ACTIVE_TRAIL_GET_SMART_CODE_SITES` | Get Smart Code Sites | Tool to retrieve all Smart Code sites from the ActiveTrail account. Use when you need to get the list of Smart Code sites. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_BY_ID` | Get SMS Campaign by ID | Tool to retrieve detailed information about a specific SMS campaign by its unique identifier. Use when you need to fetch campaign details including message content, sender, status, and delivery metrics. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_CLICKERS` | Get SMS Campaign Clickers | Tool to access link click data for SMS campaigns. Use when you need to retrieve contacts who clicked links in a specific SMS campaign with optional filtering by link, date range, or search terms. Default search window is 3 months; manually-added numbers may return click counts without mobile numbers. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_DELIVERED_REPORT` | Get SMS Campaign Delivered Report | Tool to retrieve delivery confirmations for a specific SMS campaign. Use when you need to see which contacts successfully received the SMS message. The campaign must be sent in the specified date range (defaults to last 3 months). Note: If SMS was sent using manual number entry instead of a group, only the delivery count is returned without specific mobile numbers. |
| `ACTIVE_TRAIL_GET_SMS_OPERATIONAL_MESSAGE_BY_ID` | Get SMS Operational Message by ID | Tool to retrieve operational SMS message details by unique identifier. Use when you need to fetch SMS campaign information including sender name, profile, and message content. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_REPORT_CLICKS` | Get SMS Campaign Report Clicks | Tool to retrieve SMS clicks (on links) reports for a specific campaign. Use when you need detailed information about link clicks from SMS campaigns, including contact details, timestamps, and device information. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_FAILED_DELIVERY_REPORT` | Get SMS Campaign Failed Delivery Report | Tool to retrieve the failed delivery report for a specific SMS campaign. Use when you need to see which contacts experienced delivery failures and why. The campaign must be sent in the specified date range (defaults to last 3 months). Note: If SMS was sent using manual number entry instead of a group, only the failure count is returned without specific mobile numbers. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_REPORTS` | Get SMS Campaign Reports | Tool to retrieve SMS campaign performance metrics and reports with filtering options. Use when you need to access SMS campaign analytics including sent, delivered, failed, clicks, and engagement statistics. Returns the last 20 campaigns from the last 6 months by default when no date range or filters are specified. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_SENT_CONTACTS_REPORT` | Get SMS Campaign Sent Contacts Report | Tool to retrieve all contacts that an SMS campaign was sent to. Use when you need to see the list of recipients for a specific SMS campaign. The campaign must be sent in the specified date range (defaults to last 3 months). Note: If SMS was sent using manual number entry instead of a group, only the contact count is returned without specific mobile numbers. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_REPORT_SUMMARY` | Get SMS Campaign Report Summary | Tool to retrieve summary report information of SMS campaigns by dates. Use when you need aggregated performance metrics for SMS campaigns including sent, delivered, failed, credits consumed, unsubscribe, and click statistics. Default behavior: Returns the last 20 campaigns from the last 3 months when date parameters are not specified. |
| `ACTIVE_TRAIL_GET_SMS_CAMPAIGN_UNSUBSCRIBED_CONTACTS` | Get SMS Campaign Unsubscribed Contacts | Tool to retrieve contacts who unsubscribed from a specific SMS campaign. Use when you need to identify recipients who opted out of receiving future SMS messages. Note: For manually added numbers, only the count is returned, not individual phone numbers. Default search range is last 3 months; if campaign wasn't sent in the given range, no information will be returned. |
| `ACTIVE_TRAIL_GET_SMS_SENDING_PROFILES` | Get SMS Sending Profiles | Tool to retrieve SMS sending profiles configured for the account. Use when you need to get SMS sender profile configurations including sender names and phone numbers. |
| `ACTIVE_TRAIL_GET_TEMPLATE` | Get Template | Tool to retrieve detailed information about a specific template from the account's saved templates. Use when you need to fetch template details including name, subject, content, category, and encoding settings. |
| `ACTIVE_TRAIL_GET_TEMPLATE_CONTENT` | Get Template Content | Tool to retrieve HTML content of a specific template. Use when you need to get the HTML markup or design content of a template by its ID. |
| `ACTIVE_TRAIL_GET_TEMPLATES` | Get Templates | Tool to retrieve saved templates from the ActiveTrail account. Use when you need to list all templates or search for templates by name. Supports pagination and filtering. |
| `ACTIVE_TRAIL_GET_TEMPLATE_CATEGORIES` | Get Template Categories | Tool to retrieve all template categories from 'my templates' section. Use when you need to get the list of categories for organizing email templates. |
| `ACTIVE_TRAIL_GET_TRANSACTIONAL_MESSAGES_CLASSIFICATION` | Get Transactional Messages Classification | Tool to retrieve all classification options for operational/transactional messages. Use when you need to get available classifications for categorizing and filtering transactional message reports. |
| `ACTIVE_TRAIL_GET_TRANSACTIONAL_SMS_MESSAGE` | Get Transactional SMS Message | Tool to retrieve detailed information about a specific transactional SMS message by its unique identifier. Use when you need to fetch SMS message content, delivery statistics, and metadata for operational SMS messages. |
| `ACTIVE_TRAIL_GET_TWO_WAY_SMS_REPLIES` | Get Two-Way SMS Replies | Tool to retrieve virtual number SMS replies with filtering options. Use when you need to fetch two-way SMS responses for campaigns with optional filtering by search term, campaign ID, or date range. |
| `ACTIVE_TRAIL_GET_AUTOMATION_UPDATE_ACTIONS` | Get Automation Update Actions | Tool to retrieve all types of actions that can update a contact in an automation. Use when you need to discover available update actions for automation workflows in ActiveTrail. |
| `ACTIVE_TRAIL_GET_USER_BOUNCES_BY_CAMPAIGN_ID` | Get User Bounces by Campaign ID | Tool to retrieve specific user details of users that got a bounce by Campaign ID, filtered by bounce type. Use when you need to identify which email addresses bounced and distinguish between soft bounces (temporary failures like mailbox full) and hard bounces (permanent failures like invalid addresses). Hard bounce addresses will be excluded from future sends. |
| `ACTIVE_TRAIL_GET_USER_SOCIAL_ACCOUNTS` | Get User Social Accounts | Tool to retrieve social media accounts connected to the ActiveTrail account. Use when you need to view connected social platforms. |
| `ACTIVE_TRAIL_GET_WEBHOOK_BY_ID` | Get Webhook by ID | Tool to retrieve detailed information about a specific webhook by its unique identifier. Use when you need to fetch complete webhook configuration including event type, target URL, state, and associated parameters. |
| `ACTIVE_TRAIL_GET_WEBHOOKS` | Get Webhooks | Tool to list account webhooks with optional filtering. Use when you need to retrieve webhooks configured for the ActiveTrail account with filtering by event type, state, or target type. |
| `ACTIVE_TRAIL_GET_WEBHOOK_PARAMETERS` | Get Webhook Parameters | Tool to retrieve webhook parameters for a specified webhook ID. Use when you need to fetch parameter details including parameter ID, key, value, parameter type, and event value type. |
| `ACTIVE_TRAIL_IMPORT_NEW_CONTACTS` | Import New Contacts | Tool to import new contacts into a group in ActiveTrail. Use when you need to bulk import contacts with customer information (limited to 1000 contacts per call). Returns success count and any errors for failed contact imports. |
| `ACTIVE_TRAIL_LIST_LANDING_PAGES` | List Landing Pages | Tool to retrieve landing pages from ActiveTrail. Use 0 as landing_page_id to get all landing pages, or provide a specific ID to get a single landing page. |
| `ACTIVE_TRAIL_LIST_MAILING_LISTS` | List Mailing Lists | Tool to list mailing lists from ActiveTrail account. Use when you need to retrieve all mailing lists or get details of a specific mailing list by ID. |
| `ACTIVE_TRAIL_LIST_MEMBERS_OF_A_MAILING_LIST` | List Members Of A Mailing List | Tool to get all information of your mailing list members by page, limited to 50 contacts each time. Use when you need to retrieve members from a specific mailing list with optional filtering by contact status and state change date range. |
| `ACTIVE_TRAIL_LIST_SIGN_UP_FORMS` | List Sign-Up Forms | Tool to retrieve signup forms from the ActiveTrail account. Use when you need to get a list of all signup forms (by using signup_form_id=0) or details of a specific signup form (by providing the form ID). |
| `ACTIVE_TRAIL_LIST_SMS_CAMPAIGNS` | List SMS Campaigns | Tool to retrieve SMS campaigns with optional filtering by date, search term, and type. Use when you need to get SMS campaigns filtered by date range (default is last 3 months) or other criteria. Returns up to 20 campaigns per page by default. |
| `ACTIVE_TRAIL_GET_SPECIFIC_SMS_CAMPAIGN` | Get Specific SMS Campaign | Tool to retrieve a specific SMS campaign by ID including full details like content, status, targeting, and scheduling. Use when you need comprehensive information about a particular SMS campaign. |
| `ACTIVE_TRAIL_LIST_TRANSACTIONAL_SMS_MESSAGES` | List Transactional SMS Messages | Tool to retrieve all SMS transactional messages with pagination support. Use when you need to fetch the list of operational SMS campaigns configured in the account. |
| `ACTIVE_TRAIL_CREATE_CAMPAIGN_FROM_TEMPLATE` | Create Campaign from Template | Tool to create a campaign using a specific template. Use when you need to create a new email campaign based on an existing template. |
| `ACTIVE_TRAIL_CREATE_TEMPLATE_CATEGORY` | Create Template Category | Tool to create a new template category in ActiveTrail. Use when you need to add a new category for organizing email templates. |
| `ACTIVE_TRAIL_UPDATE_WEBHOOK_PARAMETER` | Update Webhook Parameter | Tool to update a given webhook parameter configuration in your ActiveTrail account. Use when you need to add or update parameters for webhook events such as headers, query parameters, or body data. |
| `ACTIVE_TRAIL_SEND_TEST_WEBHOOK_REQUEST` | Send Test Webhook Request | Tool to send a test webhook request with configurable URL and parameters. Use when you need to validate webhook configurations by sending a test request to a specified URL with custom event types, parameters, and target types. |
| `ACTIVE_TRAIL_UPDATE_CONTENT_CATEGORY` | Update content category | Tool to update a specific content category by ID. Use when you need to modify the name or display order of a category in your ActiveTrail account. |
| `ACTIVE_TRAIL_UPDATE_CAMPAIGN_DETAILS` | Update Campaign Details | Tool to update campaign details in ActiveTrail. Use when you need to modify campaign properties like name, subject, or settings. Note: Only campaigns in draft mode can be updated. |
| `ACTIVE_TRAIL_UPDATE_CAMPAIGN_SEGMENT_SETTINGS` | Update Campaign Segment Settings | Tool to update campaign sending settings including groups and sending restrictions. Use when you need to modify which groups receive a campaign. Note: Only campaigns in draft mode can be updated. |
| `ACTIVE_TRAIL_REMOVE_CONTACT_FROM_MAILING_LIST` | Remove Contact from Mailing List | Tool to remove a contact from a mailing list in ActiveTrail. Use when you need to delete a specific contact from a mailing list. |
| `ACTIVE_TRAIL_REMOVE_EXTERNAL_CONTACTS_FROM_GROUP` | Remove external contacts from group | Tool to remove contacts from a group via external ID. Use when you need to delete external contacts from a specific group in ActiveTrail. Limited to 1000 contacts per call. |
| `ACTIVE_TRAIL_TEST_WEBHOOK` | Test Webhook | Tool to send a test request for a given webhook by its ID. Use when you need to validate an existing webhook configuration without requiring actual trigger events. |
| `ACTIVE_TRAIL_UPDATE_CAMPAIGN` | Update Campaign | Tool to update draft campaigns in ActiveTrail. Use when you need to modify campaign properties such as name, subject, content, or design settings. IMPORTANT: Only campaigns in draft mode can be updated - campaigns that have been sent or are scheduled cannot be modified. |
| `ACTIVE_TRAIL_UPDATE_CAMPAIGN_DESIGN` | Update Campaign Design | Tool to update the design and HTML content of an email campaign in ActiveTrail. Use when you need to modify a campaign's visual layout, HTML content, or encoding settings. Important: Only campaigns in draft mode can be updated through this endpoint. |
| `ACTIVE_TRAIL_UPDATE_CAMPAIGN_SCHEDULING` | Update Campaign Scheduling | Tool to configure send schedule for draft campaigns. Use when you need to update the scheduling configuration of a campaign. Only campaigns in draft mode can be updated. |
| `ACTIVE_TRAIL_UPDATE_CAMPAIGN_DETAILS` | Update Campaign Details | Tool to update a campaign's details by ID in ActiveTrail. Use when you need to modify campaign properties like name, subject, sender profile, or settings. Important: Only campaigns in draft mode can be updated. |
| `ACTIVE_TRAIL_UPDATE_CAMPAIGN_TEMPLATE` | Update Campaign Template | Tool to update the template associated with an email campaign in ActiveTrail. Use when you need to assign or change a template for a campaign. Important: Only campaigns in draft mode can be updated through this endpoint. |
| `ACTIVE_TRAIL_UPDATE_CONTACT` | Update Contact | Tool to update an existing contact's information by ID. Use when you need to modify contact details such as name, email, phone, address, or custom fields. Only the fields you include in the request will be updated; other fields remain unchanged. |
| `ACTIVE_TRAIL_UPDATE_CONTACT_DETAILS` | Update Contact Details | Tool to update an existing contact's information in ActiveTrail. Use when you need to modify contact data by contact ID or email address. Changes are permanent and cannot be undone. Include only the fields you want to update in the request. |
| `ACTIVE_TRAIL_UPDATE_GROUP` | Update Group | Tool to update an existing group by ID. Use when you need to modify group properties such as name, counters, or timestamps in ActiveTrail. |
| `ACTIVE_TRAIL_RENAME_GROUP` | Rename Group | Tool to rename a group's name in ActiveTrail. Use when you need to change the name of an existing group. |
| `ACTIVE_TRAIL_UPDATE_ORDER` | Update Order | Tool to modify existing orders in ActiveTrail commerce system. Use when you need to update order details such as customer information, order status, pricing, or items. Requires the order ID. |
| `ACTIVE_TRAIL_UPDATE_SMART_CODE_SITE` | Update Smart Code Site | Tool to update an existing Smart Code site in ActiveTrail. Use when you need to modify site details such as name or associated domains. |
| `ACTIVE_TRAIL_UPDATE_TEMPLATE` | Update Template | Tool to update an existing template in ActiveTrail account. Use when you need to modify template properties such as name, subject, content, category, or encoding settings. |
| `ACTIVE_TRAIL_UPDATE_TEMPLATE_CONTENT` | Update Template Content | Tool to update the HTML content of an email template in ActiveTrail. Use when you need to modify the design or layout of an existing template. |
| `ACTIVE_TRAIL_UPDATE_WEBHOOK` | Update Webhook | Tool to update an existing webhook configuration in ActiveTrail. Use when you need to modify webhook properties such as name, URL, event type, format, or active status. |

## Supported Triggers

None listed.

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

The ActiveTrail MCP server provides comprehensive access to ActiveTrail operations through Composio. Once connected, Hermes can perform all major ActiveTrail actions on your behalf using natural language commands.

## Complete Code

None listed.

## Conclusion

### Way Forward
With ActiveTrail connected, Hermes can now act on your behalf whenever it detects a relevant task or you ask it to.
From here, you can extend Hermes further:
- Connect more apps: Calendar, Slack, Notion, Linear, and hundreds of others are available through the same Composio Connect setup. Each new integration compounds what Hermes can do for you.
- Build workflows across tools: Once multiple apps are connected, Hermes can chain actions together — turn an email into a calendar invite, a Slack message into a Linear ticket, or a meeting note into a follow-up draft.
- Let it learn your patterns: The more you use Hermes, the better it gets at anticipating how you'd handle recurring tasks. Give it feedback on drafts and decisions, and it will adapt.
If you run into trouble or want to share what you've built, join the [community](https://discord.com/invite/composio) or check out the [Docs](https://docs.composio.dev?utm_source=toolkits&utm_medium=framework_template&utm_campaign=hermes&utm_content=docs) for deeper configuration options.

## How to build ActiveTrail MCP Agent with another framework

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

## Related Toolkits

- [Reddit](https://composio.dev/toolkits/reddit) - Reddit is a social news platform with thriving user-driven communities (subreddits). It's the go-to place for discussion, content sharing, and viral marketing.
- [Facebook](https://composio.dev/toolkits/facebook) - Facebook is a social media and advertising platform for businesses and creators. It helps you connect, share, and manage content across your public Facebook Pages.
- [Linkedin](https://composio.dev/toolkits/linkedin) - LinkedIn is a professional networking platform for connecting, sharing content, and engaging with business opportunities. It's the go-to place for building your professional brand and unlocking new career connections.
- [Active campaign](https://composio.dev/toolkits/active_campaign) - ActiveCampaign is a marketing automation and CRM platform for managing email campaigns, sales pipelines, and customer segmentation. It helps businesses engage customers and drive growth through smart automation and targeted outreach.
- [Ahrefs](https://composio.dev/toolkits/ahrefs) - Ahrefs is an SEO and marketing platform for site audits, keyword research, and competitor insights. It helps you improve search rankings and drive organic traffic.
- [Amcards](https://composio.dev/toolkits/amcards) - AMCards lets you create and mail personalized greeting cards online. Build stronger customer relationships with easy, automated card campaigns.
- [Beamer](https://composio.dev/toolkits/beamer) - Beamer is a news and changelog platform for in-app announcements and feature updates. It helps companies boost user engagement by sharing news where users are most active.
- [Benchmark email](https://composio.dev/toolkits/benchmark_email) - Benchmark Email is a platform for creating, sending, and tracking email campaigns. It's built to help you engage audiences and analyze results—all in one place.
- [Bigmailer](https://composio.dev/toolkits/bigmailer) - BigMailer is an email marketing platform for managing multiple brands with white-labeling and automation. It helps teams streamline campaigns and simplify integration with Amazon SES.
- [Brandfetch](https://composio.dev/toolkits/brandfetch) - Brandfetch is an API that delivers company logos, colors, and visual branding assets. It helps marketers and developers keep brand visuals consistent everywhere.
- [Brevo](https://composio.dev/toolkits/brevo) - Brevo is an all-in-one email and SMS marketing platform for transactional messaging, automation, and CRM. It helps businesses engage customers and streamline communications through powerful campaign tools.
- [Campayn](https://composio.dev/toolkits/campayn) - Campayn is an email marketing platform for creating, sending, and managing campaigns. It helps businesses engage contacts and grow audiences with easy-to-use tools.
- [Cardly](https://composio.dev/toolkits/cardly) - Cardly is a platform for creating and sending personalized direct mail to customers. It helps businesses break through the digital clutter by getting real engagement via physical mailboxes.
- [ClickSend](https://composio.dev/toolkits/clicksend) - ClickSend is a cloud-based SMS and email marketing platform for businesses. It streamlines communication by enabling quick message delivery and contact management.
- [Crustdata](https://composio.dev/toolkits/crustdata) - CrustData is an AI-powered data intelligence platform for real-time company and people data. It helps B2B sales teams, AI SDRs, and investors react to live business signals.
- [Curated](https://composio.dev/toolkits/curated) - Curated is a platform for collecting, curating, and publishing newsletters. It streamlines content aggregation and distribution for creators and teams.
- [Customerio](https://composio.dev/toolkits/customerio) - Customer.io is a customer engagement platform for targeted messaging across email, SMS, and push. Easily automate, segment, and track communications with your audience.
- [Cutt ly](https://composio.dev/toolkits/cutt_ly) - Cutt.ly is a URL shortening service for managing and analyzing links. Streamline your workflows with quick, trackable, and branded short URLs.
- [Demio](https://composio.dev/toolkits/demio) - Demio is webinar software built for marketers, offering both live and automated sessions with interactive features. It helps teams engage audiences and optimize lead generation through detailed analytics.
- [Doppler marketing automation](https://composio.dev/toolkits/doppler_marketing_automation) - Doppler marketing automation is a platform for creating, sending, and tracking email campaigns. It helps you automate marketing workflows and manage subscriber lists for better engagement.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and ActiveTrail MCP?

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

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

Yes, you can. Hermes 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 ActiveTrail tools.

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

Yes, absolutely. You can configure which ActiveTrail 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 ActiveTrail data and credentials are handled as safely as possible.

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