How to integrate Botstar MCP with Hermes

Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Botstar logo
Hermes logo
divider

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 Botstar 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 Botstar with

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.

Integrating Botstar 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
Hermes authenticating with Composio

2. Authenticate

Once the CLI is installed, ask Hermes to authenticate with Composio.

3. Connect to Botstar

Ask your agent to connect to Botstar, or simply request any Botstar-related task. Hermes will prompt you to authenticate and authorize access.

4. Done. You're all set with a new Botstar connection.


Using Composio Connect MCP

1. Get your MCP URL and API Key

Go to dashboard.composio.dev and copy your Connect MCP URL and API key.

Copy MCP URL and API key from Composio dashboard

2. Open the Hermes config file

bash
nano ~/.hermes/config.yaml

3. Add the Composio Connect MCP server

bash
mcp_servers:
  composio:
    url: "https://connect.composio.dev/mcp"
    headers:
      x-consumer-api-key: "YOUR_COMPOSIO_API_KEY"
    connect_timeout: 60
    timeout: 180

Save with Ctrl + O, Enter, then exit with Ctrl + X.

4. Restart your Hermes agent

Once restarted, ask your agent to connect to Botstar or request any Botstar-related task. It will prompt you to authenticate and authorize access.

5. Done!

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

The Botstar MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Botstar account. It provides structured and secure access to your chatbot operations, so your agent can perform actions like managing live chat sessions, updating user details, retrieving app parameters, and sending data between webviews and your bot—all on your behalf.

  • Live chat session control: Programmatically open, close, or reinitialize the Botstar live chat widget to manage user interactions in real time.
  • Automated user profile updates: Let your agent update user details and profile attributes during an active chatbot conversation for a more personalized experience.
  • Webview data exchange: Seamlessly send responses from webviews back to the chatbot or retrieve parameters passed from the bot to your webview for dynamic content handling.
  • Custom callback registration: Set up onOpen and onClose event handlers so your agent can trigger actions whenever users interact with the chat window.
  • Application ID and configuration retrieval: Fetch essential Botstar application IDs and parameters for smooth widget initialization and advanced bot customization.

Supported Tools & Triggers

Tools
Create BotTool to create a new bot in BotStar.
Create Bot AttributeTool to create a new bot attribute in BotStar.
Create CMS EntityTool to create a CMS entity in BotStar with a name and optional fields.
Create Entity FieldsTool to create entity field(s) in BotStar CMS.
Create Entity ItemTool to create a new entity item in BotStar CMS.
Create User AttributesTool to create custom user attributes in BotStar.
Delete Bot AttributeTool to delete a bot attribute by ID.
Delete CMS EntityTool to delete a CMS entity by ID.
Delete Entity FieldsTool to delete entity field(s) from a CMS entity.
Delete Entity ItemTool to delete an entity item from a CMS entity.
Get BotTool to get your bot by bot ID.
Get BotStar Application IDsTool to retrieve the BotStar application ID (`appId`).
Get CMS EntityTool to get a specific CMS entity by ID.
Get Entity ItemTool to retrieve a specific item from a CMS entity with all field values.
List Bot AttributesTool to get all bot attributes from BotStar.
List BotsTool to get your list of bots.
List CMS EntitiesTool to retrieve all CMS entities for a bot.
List Entity ItemsTool to retrieve all entity items with pagination support.
Livechat bootTool to reinitialize the live chat widget with provided data.
Close BotStar Livechat WidgetTool to hide the live chat window.
BotStar LiveChat onClose CallbackTool to register a callback when the chat window is closed.
Livechat on openTool to register a callback when the chat window is opened.
Livechat openTool to show the live chat window.
Livechat updateTool to update user details on the current live chat session.
Publish Bot to LiveTool to publish a bot to live.
Update Bot AttributeTool to update a bot attribute in BotStar.
Update CMS EntityTool to update a CMS entity in BotStar.
Update Entity FieldsTool to update entity field(s) in BotStar CMS.
Update Entity ItemTool to update a CMS entity item in BotStar.
Get BotStar Webview ParameterTool to retrieve a parameter value passed from the BotStar chatbot to the webview.
Webview send responseTool to send data from the webview back to the BotStar chatbot.

Way Forward

With Botstar 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 or check out the Docs for deeper configuration options.

How to build Botstar MCP Agent with another framework

FAQ

What are the differences in Tool Router MCP and Botstar MCP?

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

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

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

Used by agents from

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

Never worry about agent reliability

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