# How to integrate Benchmark email MCP with Hermes

```json
{
  "title": "How to integrate Benchmark email MCP with Hermes",
  "toolkit": "Benchmark email",
  "toolkit_slug": "benchmark_email",
  "framework": "Hermes",
  "framework_slug": "hermes-agent",
  "url": "https://composio.dev/toolkits/benchmark_email/framework/hermes-agent",
  "markdown_url": "https://composio.dev/toolkits/benchmark_email/framework/hermes-agent.md",
  "updated_at": "2026-05-06T08:02:28.247Z"
}
```

## 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 Benchmark email 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 Benchmark email with

- [OpenAI Agents SDK](https://composio.dev/toolkits/benchmark_email/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/benchmark_email/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/benchmark_email/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/benchmark_email/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/benchmark_email/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/benchmark_email/framework/openclaw)
- [CLI](https://composio.dev/toolkits/benchmark_email/framework/cli)
- [Google ADK](https://composio.dev/toolkits/benchmark_email/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/benchmark_email/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/benchmark_email/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/benchmark_email/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/benchmark_email/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/benchmark_email/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 Benchmark email to Hermes

### Integrating Benchmark email 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 Benchmark email MCP server, and what's possible with it?

The Benchmark email MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Benchmark Email account. It provides structured and secure access to your email marketing data, so your agent can retrieve account info, manage contacts, handle lists, and automate campaign administration on your behalf.
- Automated contact and list management: Effortlessly add, update, or delete contacts and lists, keeping your subscriber base organized and up to date.
- Campaign cleanup and maintenance: Direct your agent to delete obsolete email campaigns or remove unneeded webhooks to keep your workspace tidy.
- Account insights and configuration retrieval: Have the agent fetch client details, plan information, and account settings—perfect for reporting or reviewing your workspace setup.
- Confirmed email address retrieval: Quickly pull all verified sender email addresses for compliance and seamless campaign sending.
- Agency account and webhook control: Manage linked agency accounts and webhooks by deleting or updating them when no longer needed for more secure integrations.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `BENCHMARK_EMAIL_DELETE_CONTACT_FROM_LIST` | Delete Contact From List | Tool to delete a contact from a specific list by contactid. use when you have list and contact ids. example: "delete contact 2040826674 from list 15257899" |
| `BENCHMARK_EMAIL_DELETE_CONTACT_LIST` | Delete Contact List | Tool to delete a contact list. use after confirming that the list is no longer in use. |
| `BENCHMARK_EMAIL_DELETE_EMAIL` | Delete Email Campaign | Tool to delete an email campaign. use when removing a campaign by its id. use after confirming the campaign id is correct. |
| `BENCHMARK_EMAIL_DELETE_LINK_ACCOUNT` | Delete Linked Agency Account | Tool to delete a linked agency account. use when revoking a linked agency account by its id. use after confirming the account id is correct. |
| `BENCHMARK_EMAIL_DELETE_WEBHOOK` | Delete Webhook | Tool to delete a webhook from a contact list by its id. use when removing obsolete or invalid webhooks after confirming list and webhook details. |
| `BENCHMARK_EMAIL_GET_ALL_CONFIRMED_EMAILS` | Get All Confirmed Emails | Tool to retrieve all confirmed email addresses for the client account. use after user completes email confirmation flows to fetch final list. |
| `BENCHMARK_EMAIL_GET_CLIENT_ACCOUNT_SETTINGS` | Get Client Account Settings | Tool to get client account settings such as company, language, timezone, and sender info. use when you need to fetch account configuration before sending campaigns. |
| `BENCHMARK_EMAIL_GET_CLIENT_DETAILS` | Get client details | Tool to get client details including profile data, contact count, and plan information. use when verifying account profile and limits. |
| `BENCHMARK_EMAIL_GET_CLIENT_PLAN_INFORMATION` | Get Client Plan Information | Tool to get client's plan information including addons, email plan, and total contacts. use when you need the current plan details before managing upgrades or billing. |
| `BENCHMARK_EMAIL_GET_CLIENT_PROFILE_DETAILS` | Get client profile details | Tool to get client's profile details like business city, country, phone, and company. use after confirming authentication to fetch client profile info. |
| `BENCHMARK_EMAIL_GET_CONTACT_LIST_DETAILS` | Get Contact List Details | Tool to fetch detailed information for a contact list. use after confirming the list id to retrieve all metadata. |
| `BENCHMARK_EMAIL_GET_CONTACT_LISTS` | Get Contact Lists | Tool to retrieve all contact lists. use when you need to list or select a contact list. |
| `BENCHMARK_EMAIL_GET_CONTACTS_IN_LIST` | Get Filtered Contacts in List | Tool to fetch filtered and paginated contacts from a list by listid. use when narrowing a list via search, filters, and paging. |
| `BENCHMARK_EMAIL_GET_EMAIL_REPORT_FORWARDS` | Get Email Report Forwards | Tool to get forwards report for an email campaign. use after campaign send to export its forwards. |
| `BENCHMARK_EMAIL_GET_EMAIL_REPORT_UNOPENS` | Get Unopens Report | Tool to get unopens report for an email campaign by id. use when you need to export or review recipients who did not open a specific email campaign. |
| `BENCHMARK_EMAIL_GET_LINK_ACCOUNT_DETAILS` | Get Linked Agency Account Details | Tool to get details of a linked agency account. use when retrieving info for a specific linked account by id after confirming the account exists. |
| `BENCHMARK_EMAIL_GET_LIST_LINK_ACCOUNTS` | Get Linked Agency Accounts | Tool to get list of linked agency accounts. use after linking agency accounts to retrieve all associated accounts. |
| `BENCHMARK_EMAIL_GET_SUB_ACCOUNT_DETAILS` | Get sub-account details | Tool to get details for a specific sub-account by id. use when needing profile and plan info of a child account. |
| `BENCHMARK_EMAIL_GET_SUB_ACCOUNT_HISTORY` | Get Sub-Account History | Tool to get sub-account history. use after listing sub-accounts to retrieve each account's billing history. |
| `BENCHMARK_EMAIL_GET_SUB_ACCOUNTS` | Get Sub-Accounts | Tool to retrieve all sub-accounts for the client. use when you need to view or manage sub-accounts. |
| `BENCHMARK_EMAIL_GET_SUB_ACCOUNTS_PLAN_LIST` | Get Sub-Accounts Plan List | Tool to retrieve available plans for a sub-account. use when you need to determine list and email limits for a specific sub-account client id. |
| `BENCHMARK_EMAIL_PATCH_CHANGE_PASSWORD` | Change Password | Tool to change the password for the client account. use when updating account credentials after validating new and confirm passwords match. |
| `BENCHMARK_EMAIL_PATCH_SAVE_SECURITY_PIN` | Save Security PIN | Tool to save a new security pin for the client account. use when you need to update the account pin after confirming both entries match. |
| `BENCHMARK_EMAIL_PATCH_SEND_RESET_EMAIL` | Send Reset Email | Tool to send a reset email link to change the primary email address. use when initiating an email-based reset of the account’s primary email after user request. |
| `BENCHMARK_EMAIL_PATCH_UPDATE_CLIENT_SETTINGS` | Patch Update Client Settings | Tool to update client account settings. use after fetching current settings. updates company info, timezone, language, sender defaults, and signature details. |
| `BENCHMARK_EMAIL_PATCH_UPDATE_CONTACT_LIST` | Update Contact List | Tool to update an existing contact list. use after confirming list id and desired modifications to name, description, labels, or custom fields. |
| `BENCHMARK_EMAIL_PATCH_UPDATE_EDIT_PROFILE` | Update/Edit Profile | Tool to update or edit profile information such as first name, last name, and phone number. use after retrieving profile details to apply changes. |
| `BENCHMARK_EMAIL_PATCH_UPDATE_WEBHOOK` | Update Webhook | Tool to update a webhook for a contact list by webhook id. use after retrieving or creating a webhook to modify its event settings such as cleaned-address, email-change, profile-update, subscribe, and unsubscribe callbacks. |
| `BENCHMARK_EMAIL_POST_ADD_CONTACT_TO_LIST` | Add Contact to List | Tool to add a new contact to a specific list. use after verifying the list id exists. |
| `BENCHMARK_EMAIL_POST_CHANGE_SECURITY_PIN` | Change Security PIN | Tool to change security pin for the client account. use after confirming your current pin to rotate your pin. |
| `BENCHMARK_EMAIL_POST_CREATE_CONTACT_LIST` | Create Contact List | Tool to create a new contact list. use after planning list name and optional description. |
| `BENCHMARK_EMAIL_POST_CREATE_WEBHOOK` | Create Webhook | Tool to create a new webhook for a contact list. use when you need to get callbacks for list events after list creation. |
| `BENCHMARK_EMAIL_POST_DISABLE_SECURITY_PIN` | Disable Security PIN | Tool to disable security pin for the client account. use when revoking the current pin to remove pin protection. |
| `BENCHMARK_EMAIL_POST_SAVE_WEBSITE_DOMAIN` | Save Website Domain | Tool to save a website domain for your benchmark email account. use after account setup to register your domain for link tracking. |
| `BENCHMARK_EMAIL_POST_SEND_CONFIRM_EMAIL_VERIFICATION` | Send Confirm Email Verification | Tool to send confirm email verification. use when unverified addresses must receive verification emails after signup. |
| `BENCHMARK_EMAIL_POST_SEND_PIN_EMAIL` | Send PIN via Email | Tool to send pin via email. use when you forgot your security pin and need it emailed to you. |

## Supported Triggers

None listed.

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

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

## Complete Code

None listed.

## Conclusion

### Way Forward
With Benchmark email 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 Benchmark email MCP Agent with another framework

- [OpenAI Agents SDK](https://composio.dev/toolkits/benchmark_email/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/benchmark_email/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/benchmark_email/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/benchmark_email/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/benchmark_email/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/benchmark_email/framework/openclaw)
- [CLI](https://composio.dev/toolkits/benchmark_email/framework/cli)
- [Google ADK](https://composio.dev/toolkits/benchmark_email/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/benchmark_email/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/benchmark_email/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/benchmark_email/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/benchmark_email/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/benchmark_email/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.
- [ActiveTrail](https://composio.dev/toolkits/active_trail) - ActiveTrail is a user-friendly email marketing and automation platform. It helps you reach subscribers and automate campaigns with ease.
- [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.
- [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 Benchmark email MCP?

With a standalone Benchmark email MCP server, the agents and LLMs can only access a fixed set of Benchmark email tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Benchmark email 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 Benchmark email tools.

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

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

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