How to connect CentralStationCRM to Hermes Agent
Connect CentralStationCRM to Hermes with ClawLink: paste your CentralStationCRM key once and 186 tools work from chat. No MCP server to run, nothing stored on your machine.


CentralStationCRM is an easy-to-use CRM software focusing on collaboration and long-term customer relationships.. Once connected, Hermes Agent can read and act on CentralStationCRM from chat — pairing, token refresh, and tool wiring handled for you.
Most guides for giving Hermes Agent CentralStationCRM access start with registering your own OAuth app or pasting API keys into env files, then leave the token refresh and tool wiring to you. ClawLink gives Hermes a more practical CentralStationCRM setup: pair once in the browser and your always-on Hermes agent can act on CentralStationCRM for you, reading and doing real work on your behalf with no auth, token refresh, or tool wiring to build yourself.
Copy this prompt into Hermes to install the plugin and pair your account.
Set up ClawLink for Hermes and tell me when it's ready.
1. Install the plugin:
hermes plugins install ClawLink-HQ/hermes-plugin --enable
2. Start pairing. It prints an approval link, so show me the link and stop, don't wait:
hermes clawlink begin
3. I'll approve it in my browser, then reply "approved".
4. When I say approved, finish setup:
hermes clawlink finish
5. Then run `hermes clawlink test` and tell me whether ClawLink is ready.Setup
It takes three steps to connect Hermes to CentralStationCRM.
1Install and pair
Install the ClawLink plugin, then pair Hermes with a one-time browser approval:
hermes plugins install ClawLink-HQ/hermes-plugin --enable- 2
Connect CentralStationCRM
Paste your API key in the dashboard.
- 3
Use it from chat
Ask Hermes Agent: "What can you do with CentralStationCRM?"
Install by command
The prompt above walks Hermes through this. By hand, it is four commands and a browser approval:
hermes plugins install ClawLink-HQ/hermes-plugin --enable
hermes clawlink begin # prints an approval link — open it and approve
hermes clawlink finish # after approving in the browser
hermes clawlink testThen connect CentralStationCRM in the ClawLink dashboard — paste your CentralStationCRM API key once.
Verify the connection by asking Hermes:
Use CentralStationCRM to check connection and walk me through the result in plain English.
Using a different agent?
The Hermes plugin is one client of ClawLink's MCP server. Claude Code, Cursor, Codex, or any agent that can run a shell command pairs with the same ClawLink account through the CLI:
npx -y @useclawlink/cli loginlogin opens the same browser approval and stores a credential locally. Once CentralStationCRM is connected in the dashboard, that agent calls the same 186 CentralStationCRM tools over MCP. Full setup for MCP clients and shell agents: connect apps to any AI agent.
CentralStationCRM MCP for Hermes
Looking for a CentralStationCRM MCP server for Hermes Agent? ClawLink connects CentralStationCRM to Hermes Agent and exposes 186 CentralStationCRM tools your agent can call over MCP, with hosted auth and nothing to run or maintain yourself. Using OpenClaw instead? The OpenClaw CentralStationCRM integration works the same way.
What the Hermes Agent CentralStationCRM integration can do
186 CentralStationCRM tools are ready for Hermes Agent once the account is connected. The 30 below are the ones people reach for most; your agent can call all 186.
30 of 186 CentralStationCRM tools for Hermes
| Tool | What it does |
|---|---|
Check connection centralstationcrm_check_connection | Verify the connection status of the CentralStationCRM API key |
Count activities centralstationcrm_count_activities | Retrieve activities count for a record, account, or user |
Count attachments centralstationcrm_count_attachments | Retrieve the total count and total file size of attachments |
Count avatars centralstationcrm_count_avatars | Retrieve the total count and total file size of avatars in the system |
Count companies external emails centralstationcrm_count_companies_external_emails | Retrieve the total amount of external emails for a specific company |
Count deals external emails centralstationcrm_count_deals_external_emails | Retrieve the total amount of external emails for a specific deal |
Count external emails centralstationcrm_count_external_emails | Retrieve the total amount of external emails |
Count people external emails centralstationcrm_count_people_external_emails | Retrieve the total amount of external emails for a specific person |
Create attachments centralstationcrm_create_attachments | Create a new attachment in CentralStationCRM |
Create cal event centralstationcrm_create_cal_event | Create a new calendar event in CentralStationCRM |
Create cal event attendee centralstationcrm_create_cal_event_attendee | Create a calendar event attendee |
Create comment centralstationcrm_create_comment | Create a new comment on an entity (task, event, protocol, etc.) |
Count people2 centralstationcrm_count_people2 | Retrieve the total count of people with optional filtering capabilities |
Count projects external emails centralstationcrm_count_projects_external_emails | Retrieve the total amount of external emails for a specific project |
Count protocols centralstationcrm_count_protocols | Retrieve the total number of protocols in the account |
Get activity centralstationcrm_get_activity | Retrieve details of a specific activity by its ID |
Get API user maildrop centralstationcrm_get_api_user_maildrop | Retrieve the current API user's maildrop for people and companies |
Get attachment centralstationcrm_get_attachment | Retrieve details of a specific attachment by its ID |
Get avatars centralstationcrm_get_avatars | Retrieve a specific avatar by its ID from CentralStationCRM |
Get cal event centralstationcrm_get_cal_event | Retrieve details of a specific calendar event by ID |
Get cal event attendee centralstationcrm_get_cal_event_attendee | Retrieve details of a specific calendar event attendee by ID |
Get comment centralstationcrm_get_comment | Retrieve details of a specific comment by its ID |
Get companies avatars centralstationcrm_get_companies_avatars | Retrieve a specific avatar of a company by avatar ID |
Get companies protocols attachment centralstationcrm_get_companies_protocols_attachment | Retrieve a specific attachment from a company protocol by its ID |
Get company centralstationcrm_get_company | Retrieve details of a specific company by ID from CentralStationCRM |
Get company address centralstationcrm_get_company_address | Retrieve a specific address of a company by address ID |
Get company contact detail centralstationcrm_get_company_contact_detail | Retrieve a specific contact detail by ID for a company |
Get custom fields type centralstationcrm_get_custom_fields_type | Retrieve a custom field type by its ID |
Get deal centralstationcrm_get_deal | Retrieve details of a specific deal by its ID |
Get deals maildrop centralstationcrm_get_deals_maildrop | Retrieve the maildrop email address for a specific deal |
Try it: find the CentralStationCRM tool you need
Browse the 30 CentralStationCRM tools
Click any tool to see exactly what Hermes can do and copy a ready-to-use prompt.
Example prompts
Use CentralStationCRM to check connection and walk me through the result in plain English.
Use CentralStationCRM to count activities and walk me through the result in plain English.
Use CentralStationCRM to count attachments and walk me through the result in plain English.
Use CentralStationCRM to count avatars and walk me through the result in plain English.
ClawLink vs. building it yourself
The alternative to ClawLink is usually manual API key setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want CentralStationCRM working from chat.
| Manual | ClawLink | |
|---|---|---|
| Credential handling | Collect, validate, store, and rotate the CentralStationCRM API key yourself, then make sure every tool call uses the right account. | Users complete the hosted ClawLink setup once and the connected CentralStationCRM account becomes available to the agent without you building credential management. |
| Ongoing maintenance | You own refresh logic, permission debugging, environment config, and every provider-specific edge case for CentralStationCRM. | ClawLink handles the repetitive integration plumbing so your team can focus on the workflow instead of the infrastructure. |
| Agent usability | You still need to expose the right CentralStationCRM actions to the runtime in a format your agent can reliably use. | 186 tools for CentralStationCRM are already exposed through ClawLink, so the agent can read and act from chat immediately. |
ClawLink vs. Composio
Composio also exposes CentralStationCRM to AI agents. It is developer infrastructure: Python and TypeScript SDKs, an MCP server, and a catalog past 1,000 apps, aimed at teams shipping agent products. ClawLink is built for Hermes Agent users instead. You install the plugin once, connect CentralStationCRM in the browser, and the 186 tools above work from chat. There is no SDK and no config file, and the CentralStationCRM key you paste at setup is stored server-side rather than kept in your environment. Choosing between them? Read the full Composio alternatives comparison.
Troubleshooting
Hermes paired but still can't use CentralStationCRM
Pairing is a two-step handshake: run hermes clawlink begin, approve the link in your browser, then run hermes clawlink finish. If you ran finish before approving, or the approval link expired, run hermes clawlink begin again to get a fresh link. Confirm the plugin was installed with --enable, then verify with hermes clawlink test.
Connection succeeds but no tools appear
Reconnect CentralStationCRM from the dashboard, then start a fresh chat if the runtime still has the old tool catalog loaded.
"Tool schema not loaded yet" error when calling CentralStationCRM tools
CentralStationCRM tool schemas load on demand the first time a tool runs and are cached after that, so this error usually clears on its own: wait a few seconds and retry the same request. If every CentralStationCRM call keeps failing with it in a fresh chat, reconnect from the dashboard, and contact support if it still persists — that pattern points to a configuration problem on our side, not something you can fix by reconnecting again.
CentralStationCRM returns 403 or "permission denied" on one action while others work
Two usual causes. The connected account may not have access to the specific workspace, inbox, store, or project in the request — check that first. If access looks right, the agent may have sent a placeholder value (like "YOUR_ID" or an example id from documentation) instead of a real one: ask it to run a list or search tool first, then retry the action with a real id from those results. Most failures at this stage are one of these two, not ClawLink bugs.
API key setup works but results look incomplete
Double-check that the API key for CentralStationCRM has the right scopes or account access. A valid key can still be too limited for some reads or writes.
FAQ
Is there a Hermes Agent CentralStationCRM integration?
Yes. ClawLink is the fastest way to connect Hermes to CentralStationCRM: link your CentralStationCRM account once in the browser and Hermes Agent can call the CentralStationCRM API through 186 ready-made tools — no custom code or token handling.
How do I connect CentralStationCRM to Hermes with ClawLink?
Install the plugin with hermes plugins install ClawLink-HQ/hermes-plugin --enable, then pair once: run hermes clawlink begin, approve the link in your browser, and run hermes clawlink finish. Connect CentralStationCRM in the dashboard and Hermes can use it from the next message — no config files, and the CentralStationCRM key you paste is stored server-side instead of in your environment.
How long does it take to connect CentralStationCRM to Hermes Agent?
About two minutes. Sign in, click Connect next to CentralStationCRM in the dashboard, authenticate, and Hermes Agent can use it from the next chat message.
Why use ClawLink instead of wiring CentralStationCRM up myself?
The alternative to ClawLink is usually manual API key setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want CentralStationCRM working from chat.
Hermes paired but still can't use CentralStationCRM
Pairing is a two-step handshake: run hermes clawlink begin, approve the link in your browser, then run hermes clawlink finish. If you ran finish before approving, or the approval link expired, run hermes clawlink begin again to get a fresh link. Confirm the plugin was installed with --enable, then verify with hermes clawlink test.