# How to integrate Coda MCP with Hermes

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

## 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 Coda 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 Coda with

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

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

The Coda MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Coda account. It provides structured and secure access to your workspaces and docs, so your agent can automate Coda document creation, manage permissions, export content, and streamline your team’s productivity tools—all on your behalf.
- Automated document and page creation: Instruct your agent to create new Coda documents or pages, duplicate existing docs, and organize content structure with just a prompt.
- Flexible permission and sharing management: Have your agent add or modify user, workspace, or global permissions, so you’re always in control of who can view or edit your docs.
- Seamless content export and status tracking: Let your agent initiate exports of Coda pages and check the progress, making it easy to share or archive important information.
- Custom domain and publishing management: Direct your agent to add custom domains to published docs or manage categories and makers for Coda packs, keeping your workspace organized and discoverable.
- Pack release and workspace enhancements: Ask your agent to create new pack releases or manage integrations, helping teams extend Coda’s power without repetitive manual steps.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `CODA_ADD_A_CATEGORY_FOR_PACK` | Add a category for pack | Add a publishing category for a given pack. |
| `CODA_ADD_A_MAKER_FOR_PACK` | Add a maker for pack | Set a maker for a given pack. used to display makers for a pack in the corresponding packs page. |
| `CODA_ADD_A_PERMISSION_FOR_PACK` | Add a permission for pack | Create or modify user, workspace, or global permissions for a given pack. |
| `CODA_ADD_CUSTOM_DOMAIN` | Add custom domain | Add a custom domain to a published doc. |
| `CODA_ADD_PERMISSION` | Add permission | Adds a new permission to the doc. |
| `CODA_BEGIN_CONTENT_EXPORT` | Begin content export | Initiate an export of content for the given page. |
| `CODA_CONTENT_EXPORT_STATUS` | Content export status | Check the status of a page content export |
| `CODA_COPY_DOC` | Copy Document | Creates a copy of an existing coda document. this action allows you to duplicate a document while optionally specifying a new title and location for the copied document. |
| `CODA_CREATE_A_NEW_PACK_RELEASE` | Create a new pack release | Creates a new pack release based on an existing pack version. |
| `CODA_CREATE_A_PAGE` | Create a page | Create a new page in a doc. note that creating a page requires you to be a doc maker in the applicable workspace. |
| `CODA_CREATE_DOC` | Create doc | Creates a new coda doc, optionally copying an existing doc. note that creating a doc requires you to be a doc maker in the applicable workspace (or be auto-promoted to one). |
| `CODA_CREATE_PACK` | Create pack | Creates a new pack, essentially registering a new pack id. the contents of the pack will be uploaded separately. |
| `CODA_DELETE_A_CATEGORY_FOR_PACK` | Delete a category for pack | Delete a publishing category for a given pack. |
| `CODA_DELETE_A_MAKER_FOR_PACK` | Delete a maker for pack | Delete a maker for a given pack, who will not be displayed in the corresponding packs page. |
| `CODA_DELETE_A_PAGE` | Delete a page | Deletes the specified page. |
| `CODA_DELETE_A_PERMISSION_FOR_PACK` | Delete a permission for pack | Delete user, workspace, or global permissions for a given pack. |
| `CODA_DELETE_DOC` | Delete doc | Deletes a doc. |
| `CODA_DELETE_MULTIPLE_ROWS` | Delete multiple rows | Deletes the specified rows from the table or view. this endpoint will always return a 202. row deletions are generally processed within several seconds. |
| `CODA_DELETE_PACK` | Delete pack | Delete a given pack. |
| `CODA_DELETE_PERMISSION` | Delete permission | Deletes an existing permission. |
| `CODA_DELETE_ROW` | Delete row | Deletes the specified row from the table or view. this endpoint will always return a 202, so long as the row exists and is accessible (and the update is structurally valid). row deletions are generally processed within several seconds. when deleting using a name as opposed to an id, an arbitrary row will be removed. |
| `CODA_DELETES_A_CUSTOM_DOMAIN` | Deletes a custom domain | Deletes a custom domain from a published doc. |
| `CODA_FETCH_GROUPED_LOGS_BY_PACK_ORG_ROOT_INGESTION_ID` | Fetch grouped logs by pack org root ingestion id | Retrieve the grouped logs of a pack for debugging purpose. |
| `CODA_FETCH_INGESTION_EXECUTIONS_FOR_PACK` | Fetch ingestion executions for pack | Retrieve the ingestion execution ids of a root ingestion for debugging purpose. |
| `CODA_GET_ACL_SETTINGS` | Get acl settings | Returns settings associated with acls for this coda doc. |
| `CODA_GET_A_COLUMN` | Get a column | Returns details about a column in a table. |
| `CODA_GET_A_CONTROL` | Get a control | Returns info on a control. |
| `CODA_GET_A_FORMULA` | Get a formula | Returns info on a formula. |
| `CODA_GET_ANALYTICS_LAST_UPDATED_DAY` | Get analytics last updated day | Returns days based on pacific standard time when analytics were last updated. |
| `CODA_GET_A_PAGE` | Get a page | Returns details about a page. |
| `CODA_GET_A_ROW` | Get a row | Returns details about a row in a table. |
| `CODA_GET_A_SINGLE_PACK` | Get a single pack | Returns a single pack. |
| `CODA_GET_A_TABLE` | Get a table | Returns details about a specific table or view. |
| `CODA_GET_DETAILED_LISTING_INFORMATION_FOR_A_PACK` | Get detailed listing information for a pack | Get detailed listing information for a pack. |
| `CODA_GET_DOC_ANALYTICS_SUMMARY` | Get doc analytics summary | Returns summarized analytics data for available docs. |
| `CODA_GET_DOC_CATEGORIES` | Get doc categories | Gets all available doc categories. |
| `CODA_GET_INFO_ABOUT_A_DOC` | Get info about a doc | Returns metadata for the specified doc. |
| `CODA_GET_MUTATION_STATUS` | Get mutation status | Get the status for an asynchronous mutation to know whether or not it has been completed. each api endpoint that mutates a document will return a request id that you can pass to this endpoint to check the completion status. status information is not guaranteed to be available for more than one day after the mutation was completed. it is intended to be used shortly after the request was made. |
| `CODA_GET_PACK_ANALYTICS_SUMMARY` | Get pack analytics summary | Returns summarized analytics data for packs the user can edit. |
| `CODA_GETS_CUSTOM_DOC_DOMAINS_PROVIDERS` | Gets custom doc domains providers | Gets the provider (ie. godaddy) of a custom domain. |
| `CODA_GET_SHARING_METADATA` | Get sharing metadata | Returns metadata associated with sharing for this coda doc. |
| `CODA_GETS_THE_JSON_SCHEMA_FOR_PACK_CONFIGURATION` | Gets the json schema for pack configuration | Returns a json schema applicable for customizing the pack using pack configurations. |
| `CODA_GET_THE_DIFFERENCE_BETWEEN_TWO_PACK_VERSIONS` | Get the difference between two pack versions | Gets information about the difference between the specified previous version and next version of a pack. |
| `CODA_GET_THE_NEXT_VALID_VERSION_FOR_A_PACK` | Get the next valid version for a pack | Get the next valid version based on the proposed metadata. |
| `CODA_GET_THE_SOURCE_CODE_FOR_A_PACK_VERSION` | Get the source code for a pack version | Get temporary links used to download the source code for the given packid and version |
| `CODA_GET_USER_INFO` | Get user info | Returns basic info about the current user. |
| `CODA_LIST_AVAILABLE_DOCS` | List available docs | Returns a list of coda docs accessible by the user, and which they have opened at least once. these are returned in the same order as on the docs page: reverse chronological by the latest event relevant to the user (last viewed, edited, or shared). |
| `CODA_LIST_CATEGORIES_FOR_PACK` | List categories for pack | List publishing categories for a given pack. |
| `CODA_LIST_COLUMNS` | List columns | Returns a list of columns in a table. |
| `CODA_LIST_CONTROLS` | List controls | Returns a list of controls in a coda doc. |
| `CODA_LIST_CUSTOM_DOC_DOMAINS` | List custom doc domains | List all custom domains for a published doc. |
| `CODA_LIST_DOC_ANALYTICS` | List doc analytics | Returns analytics data for available docs per day. |
| `CODA_LIST_FEATURED_DOCS_FOR_A_PACK` | List featured docs for a pack | Returns a list of featured doc ids for a pack. |
| `CODA_LIST_FORMULAS` | List formulas | Returns a list of named formulas in a coda doc. |
| `CODA_LIST_MAKERS_FOR_PACK` | List makers for pack | List makers for a given pack. |
| `CODA_LIST_PACK_ANALYTICS` | List pack analytics | Returns analytics data for packs the user can edit. |
| `CODA_LIST_PACK_FORMULA_ANALYTICS` | List pack formula analytics | Returns analytics data for pack formulas. |
| `CODA_LIST_PACKS` | List packs | Get the list of accessible packs. |
| `CODA_LIST_PAGE_ANALYTICS` | List page analytics | Returns analytics data for a given doc within the day. this method will return a 401 if the given doc is not in an enterprise workspace. |
| `CODA_LIST_PAGES` | List pages | Returns a list of pages in a coda doc. |
| `CODA_LIST_PERMISSIONS` | List permissions | Returns a list of permissions for this coda doc. |
| `CODA_LIST_PERMISSIONS_FOR_A_PACK` | List permissions for a pack | Get user, workspace, and/or global permissions for a given pack. |
| `CODA_LIST_TABLE_ROWS` | List table rows | Retrieves rows from a specific table within a coda document. this endpoint allows you to fetch data from your coda tables programmatically, enabling integration with other systems or data analysis tools. use this when you need to access the content of a table in your coda document, such as for reporting, data synchronization, or building custom views of your data outside of coda. the endpoint supports pagination for large tables and allows you to control the number of rows returned per request. it's important to note that this endpoint only retrieves data and doesn't modify the table contents. |
| `CODA_LIST_TABLES` | List tables | Returns a list of tables in a coda doc. |
| `CODA_LIST_THE_PACK_LISTINGS_ACCESSIBLE_TO_A_USER` | List the pack listings accessible to a user | Get listings of public packs and packs created by you. |
| `CODA_LIST_THE_RELEASES_FOR_A_PACK` | List the releases for a pack | Get the list of releases of a pack. |
| `CODA_LIST_THE_VERSIONS_FOR_A_PACK` | List the versions for a pack | Get the list of versions of a pack. |
| `CODA_LIST_WORKSPACE_ROLES` | List workspace roles | Returns a list of the counts of users over time by role for the workspace. |
| `CODA_LIST_WORKSPACE_USERS` | List workspace users | Returns a list of members in the given workspace. this list will be ordered with the requesting user first and then ordered by role. |
| `CODA_PACK_ASSET_UPLOAD_COMPLETE` | Pack asset upload complete | Note the completion of the upload of a pack asset. |
| `CODA_PACK_SOURCE_CODE_UPLOAD_COMPLETE` | Pack source code upload complete | Note the completion of the upload of a pack source code. |
| `CODA_PACK_VERSION_UPLOAD_COMPLETE` | Pack version upload complete | Note the completion of the upload of a pack version bundle in order to create that pack version. |
| `CODA_PATCH_THE_SYSTEM_CONNECTION_CREDENTIALS_OF_THE_PACK` | Patch the system connection credentials of the pack | Patch the system connection credentials of the pack. |
| `CODA_PUBLISH_DOC` | Publish doc | Update publish settings for a doc. |
| `CODA_PUSH_A_BUTTON` | Push a button | Pushes a button on a row in a table. authorization note: this action is available to api tokens that are authorized to write to the table. however, the underlying button can perform any action on the document, including writing to other tables and performing pack actions. |
| `CODA_REGISTER_PACK_VERSION` | Register pack version | Registers a new pack version. this simply returns a signed url to use for uploading the pack version definition. following the completion of the upload, post to /apis/v1/packs/{packid}/versions/{packversion} trigger the rest of the creation process. |
| `CODA_RESOLVE_BROWSER_LINK` | Resolve browser link | Given a browser link to a coda object, attempts to find it and return metadata that can be used to get more info on it. returns a 400 if the url does not appear to be a coda url or a 404 if the resource cannot be located with the current credentials. |
| `CODA_RETRIEVE_THE_GROUPED_LOGS_OF_A_PACK` | Retrieve the grouped logs of a pack | Retrieve the grouped logs of a pack for debugging purpose. |
| `CODA_RETRIEVE_THE_INFORMATION_FOR_A_SPECIFIC_LOG` | Retrieve the information for a specific log | Retrieve the ingestion execution ids of a root ingestion for debugging purpose. |
| `CODA_RETRIEVE_THE_LOGS_OF_A_INGESTION` | Retrieve the logs of a ingestion | Retrieve the logs of a ingestion for debugging purpose. |
| `CODA_RETRIEVE_THE_LOGS_OF_A_PACK` | Retrieve the logs of a pack | Retrieve the logs of a pack for debugging purpose. |
| `CODA_RETRIEVE_THE_OAUTH_CONFIGURATION_OF_THE_PACK` | Retrieve the oauth configuration of the pack | Retrieve the oauth configuration of the pack for display purpose. secrets will be returned with masks. |
| `CODA_RETRIEVE_THE_SYSTEM_CONNECTION_METADATA_OF_THE_PACK` | Retrieve the system connection metadata of the pack | Retrieve the system connection metadata of the pack. |
| `CODA_SEARCH_DOCS` | Search Coda Documents | This tool allows users to search for coda documents based on a query term. it searches within document titles and metadata, providing results with document id, name, type, owner details, timestamps, workspace info, and folder path if available. it supports pagination through the 'pagetoken' parameter and accepts a 'limit' parameter to control the number of returned results. |
| `CODA_SEARCH_PRINCIPALS` | Search principals | Searches for user and group principals matching the query that this doc can be shared with. at most 20 results will be returned for both users and groups. if no query is given then no results are returned. |
| `CODA_SEARCH_ROW` | Search Table Rows | Action to search for rows in a coda table based on specific criteria. |
| `CODA_SET_THE_OAUTH_CONFIGURATIONS_OF_THE_PACK` | Set the oauth configurations of the pack | Set the oauth configurations of the pack, including client id and secret. |
| `CODA_SET_THE_SYSTEM_CONNECTION_CREDENTIALS_OF_THE_PACK` | Set the system connection credentials of the pack | Set the system connection credentials of the pack. |
| `CODA_TRIGGER_AUTOMATION` | Trigger automation | Triggers webhook-invoked automation |
| `CODA_UNPUBLISH_DOC` | Unpublish doc | Unpublishes a doc. |
| `CODA_UPDATE_ACL_SETTINGS` | Update acl settings | Update settings associated with acls for this coda doc. |
| `CODA_UPDATE_AN_EXISTING_PACK_RELEASE` | Update an existing pack release | Update details of a pack release. |
| `CODA_UPDATE_A_PAGE` | Update a page | Update properties for a page. note that updating a page title or icon requires you to be a doc maker in the applicable workspace. |
| `CODA_UPDATE_DOC` | Update doc | Updates metadata for a doc. note that updating a doc title requires you to be a doc maker in the applicable workspace. |
| `CODA_UPDATE_FEATURED_DOCS_FOR_A_PACK` | Update featured docs for a pack | Create or replace the featured docs for a pack. |
| `CODA_UPDATE_PACK` | Update pack | Update an existing pack for non-versioned fields. |
| `CODA_UPDATES_A_CUSTOM_DOMAIN` | Updates a custom domain | Updates properties of a document's custom domain. |
| `CODA_UPDATES_USER_ROLE` | Updates user role | Updates the workspace user role of a user that matches the parameters. only succeeds if the requesting user has admin permissions in the workspace. |
| `CODA_UPLOAD_A_PACK_ASSET` | Upload a pack asset | Request a signed s3 url to upload your pack asset. |
| `CODA_UPLOAD_PACK_SOURCE_CODE` | Upload pack source code | Request a signed s3 url to upload your pack source code. |
| `CODA_UPSERT_ROWS` | Insert/Update Rows in Coda Table | This tool allows you to insert new rows into a coda table or update existing ones based on specified key columns. this is particularly useful for synchronizing data or ensuring records are up-to-date without creating duplicates. |

## Supported Triggers

| Trigger slug | Name | Description |
|---|---|---|
| `CODA_DOCUMENT_DELETED` | Coda Document Deleted Trigger | Triggers when a Coda document is deleted. |
| `CODA_NEW_CODA_DOCUMENT` | New Coda Document Trigger | Triggers when a new Coda document is created. |
| `CODA_NEW_CODA_PAGE` | New Coda Page Trigger | Triggers when a new page is added to a Coda document. |
| `CODA_SPECIFIC_CODA_PAGE_UPDATED` | Specific Coda Page Updated Trigger | Triggers when a specific page within a Coda document is updated. |

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

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

## Complete Code

None listed.

## Conclusion

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

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

## Related Toolkits

- [Google Sheets](https://composio.dev/toolkits/googlesheets) - Google Sheets is a cloud-based spreadsheet tool for real-time collaboration and data analysis. It lets teams work together from anywhere, updating information instantly.
- [Notion](https://composio.dev/toolkits/notion) - Notion is a collaborative workspace for notes, docs, wikis, and tasks. It streamlines team knowledge, project tracking, and workflow customization in one place.
- [Airtable](https://composio.dev/toolkits/airtable) - Airtable combines the flexibility of spreadsheets with the power of a database for easy project and data management. Teams use Airtable to organize, track, and collaborate with custom views and automations.
- [Asana](https://composio.dev/toolkits/asana) - Asana is a collaborative work management platform for teams to organize and track projects. It streamlines teamwork, boosts productivity, and keeps everyone aligned on goals.
- [Google Tasks](https://composio.dev/toolkits/googletasks) - Google Tasks is a to-do list and task management tool integrated into Gmail and Google Calendar. It helps you organize, track, and complete tasks across your Google ecosystem.
- [Linear](https://composio.dev/toolkits/linear) - Linear is a modern issue tracking and project planning tool for fast-moving teams. It helps streamline workflows, organize projects, and boost productivity.
- [Jira](https://composio.dev/toolkits/jira) - Jira is Atlassian’s platform for bug tracking, issue tracking, and agile project management. It helps teams organize work, prioritize tasks, and deliver projects efficiently.
- [Clickup](https://composio.dev/toolkits/clickup) - ClickUp is an all-in-one productivity platform for managing tasks, docs, goals, and team collaboration. It streamlines project workflows so teams can work smarter and stay organized in one place.
- [Monday](https://composio.dev/toolkits/monday) - Monday.com is a customizable work management platform for project planning and collaboration. It helps teams organize tasks, automate workflows, and track progress in real time.
- [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.
- [Agiled](https://composio.dev/toolkits/agiled) - Agiled is an all-in-one business management platform for CRM, projects, and finance. It helps you streamline workflows, consolidate client data, and manage business processes in one place.
- [Ascora](https://composio.dev/toolkits/ascora) - Ascora is a cloud-based field service management platform for service businesses. It streamlines scheduling, invoicing, and customer operations in one place.
- [Basecamp](https://composio.dev/toolkits/basecamp) - Basecamp is a project management and team collaboration tool by 37signals. It helps teams organize tasks, share files, and communicate efficiently in one place.
- [Beeminder](https://composio.dev/toolkits/beeminder) - Beeminder is an online goal-tracking platform that uses monetary pledges to keep you motivated. Stay accountable and hit your targets with real financial incentives.
- [Boxhero](https://composio.dev/toolkits/boxhero) - Boxhero is a cloud-based inventory management platform for SMBs, offering real-time updates, barcode scanning, and team collaboration. It helps businesses streamline stock tracking and analytics for smarter inventory decisions.
- [Breathe HR](https://composio.dev/toolkits/breathehr) - Breathe HR is cloud-based HR software for SMEs to manage employee data, absences, and performance. It simplifies HR admin, making it easy to keep employee records accurate and up to date.
- [Breeze](https://composio.dev/toolkits/breeze) - Breeze is a project management platform designed to help teams plan, track, and collaborate on projects. It streamlines workflows and keeps everyone on the same page.
- [Bugherd](https://composio.dev/toolkits/bugherd) - Bugherd is a visual feedback and bug tracking tool for websites. It helps teams and clients report website issues directly on live sites for faster fixes.
- [Canny](https://composio.dev/toolkits/canny) - Canny is a platform for managing customer feedback and feature requests. It helps teams prioritize product decisions based on real user insights.
- [Chmeetings](https://composio.dev/toolkits/chmeetings) - Chmeetings is a church management platform for events, members, donations, and volunteers. It streamlines church operations and improves community engagement.

## Frequently Asked Questions

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

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

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

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

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