Hermes Action Bridge
NPM · HERMES-ACTION-BRIDGE · SCANNED SEP 20
Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to TheBlueHouse75/hermes-action-bridge). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 25 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability69
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 749 tokens (~62/item across 12 items; 12 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Hermes Action Bridge MCP server?
Hermes Action Bridge runs locally as an npm package, launched with npx -y hermes-action-bridge. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · hermes-action-bridge
claude mcp add thebluehouse75-hermes-action-bridge -- npx -y hermes-action-bridge
{
"mcpServers": {
"thebluehouse75-hermes-action-bridge": {
"command": "npx",
"args": [
"-y",
"hermes-action-bridge"
]
}
}
} {
"servers": {
"thebluehouse75-hermes-action-bridge": {
"command": "npx",
"args": [
"-y",
"hermes-action-bridge"
]
}
}
} codex mcp add thebluehouse75-hermes-action-bridge -- npx -y hermes-action-bridge
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"thebluehouse75-hermes-action-bridge": {
"type": "local",
"command": [
"npx",
"-y",
"hermes-action-bridge"
],
"enabled": true
}
}
} openclaw mcp add thebluehouse75-hermes-action-bridge --command npx --arg -y --arg hermes-action-bridge
mcp_servers:
thebluehouse75-hermes-action-bridge:
command: "npx"
args: ["-y", "hermes-action-bridge"] {
"McpServers": {
"thebluehouse75-hermes-action-bridge": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"hermes-action-bridge"
]
}
}
} assistant mcp add thebluehouse75-hermes-action-bridge -t stdio -c npx -a -y hermes-action-bridge
{
"mcpServers": {
"thebluehouse75-hermes-action-bridge": {
"command": "npx",
"args": [
"-y",
"hermes-action-bridge"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 −3
- Stability: pass → 0.80 functional
- 17 Sept 26 0
- Stability: 0.97 → pass security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 −3
- Stability: pass → 0.80 functional
- 10 Sept 26 0
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/hermes-action-bridge@0.6.3
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| Source repo | TheBlueHouse75/hermes-action-bridge |
| Certificate issuer | https://token.actions.githubusercontent.com |
| Certificate SAN | https://github.com/TheBlueHouse75/hermes-action-bridge/.github/workflows/release.yml@refs/tags/v0.6.3 |
| Rekor log index | 2592114192 |
| Predicate type | https://slsa.dev/provenance/v1 |
| Subject digest | sha512:bc28c2a8158540f9d6c0c1668aa814d2602e55f273ff94819b9aa1b206df06dda31eaf0b80abcc0f2c5fb628ddfc93e69446e7f1a9adf62de98261c48 |
Background: How many MCP packages publish verified provenance →
Dependencies 97 packages
| Packages resolved | 97 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
hermes_approve Approve and submit a prepared Hermes action ~50
Ask the MCP client for interactive human confirmation, then consume a prepared approval ID exactly once and submit the unchanged request for execution. This can cause external side effects.
| Name | Type | Req | Description |
|---|---|---|---|
| approvalId | string | yes | – |
No output schema declared.
No examples provided.
hermes_cancel Cancel a Hermes job ~29
Idempotently cancel a queued or running asynchronous Hermes job.
| Name | Type | Req | Description |
|---|---|---|---|
| jobId | string | yes | – |
No output schema declared.
No examples provided.
hermes_capabilities Discover configured Hermes capabilities ~37
Inspect bridge status, configured presets, skills, toolsets, providers, models, and policy before deciding whether Hermes owns the requested capability.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
hermes_job_status Check a Hermes job ~31
Read lifecycle metadata for an asynchronous Hermes job without returning its output.
| Name | Type | Req | Description |
|---|---|---|---|
| jobId | string | yes | – |
No output schema declared.
No examples provided.
hermes_plan Ask Hermes for a plan ~61
Ask Hermes to inspect its configured capabilities in plan mode. Hermes may access open-world tools, so review the response before taking or approving an external action.
| Name | Type | Req | Description |
|---|---|---|---|
| contextFiles | array | – | – |
| preset | string | – | – |
| prompt | string | yes | – |
No output schema declared.
No examples provided.
hermes_prepare Prepare an external action for approval ~96
Create a local, non-executing preview and short-lived one-shot approval ID without invoking Hermes or its tools. The caller must show preview.action to the human before approval.
| Name | Type | Req | Description |
|---|---|---|---|
| contextFiles | array | – | – |
| maxTurns | integer | – | – |
| model | string | – | – |
| preset | string | – | – |
| prompt | string | yes | – |
| provider | string | – | – |
| timeoutSeconds | integer | – | – |
No output schema declared.
No examples provided.
hermes_presets List Hermes delegation presets ~24
List configured bridge presets and their declarative Hermes skills and toolsets.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
hermes_reject Reject a prepared Hermes action ~29
Consume a prepared approval ID without executing the external action.
| Name | Type | Req | Description |
|---|---|---|---|
| approvalId | string | yes | – |
No output schema declared.
No examples provided.
hermes_result Read a Hermes job result ~31
Read the bounded stdout/stderr result of a completed asynchronous Hermes job.
| Name | Type | Req | Description |
|---|---|---|---|
| jobId | string | yes | – |
No output schema declared.
No examples provided.
hermes_run Delegate a request to Hermes ~123
Use Hermes-owned skills, connected services, browser workflows, messaging, schedules, or external automation through bridge policy. Effective execute requests require interactive client confirmation. Do not use for ordinary local code edits.
| Name | Type | Req | Description |
|---|---|---|---|
| contextFiles | array | – | – |
| dryRun | boolean | – | – |
| maxTurns | integer | – | – |
| mode | string | – | – |
| model | string | – | – |
| preset | string | – | – |
| prompt | string | yes | – |
| provider | string | – | – |
| timeoutSeconds | integer | – | – |
| yolo | boolean | – | – |
No output schema declared.
No examples provided.
hermes_status Check Hermes runtime status ~24
Check whether the configured Hermes CLI runtime is available without running a provider request.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
hermes_submit Submit a cancellable Hermes job ~106
Start a long Hermes plan, draft, or approval-preview job and return immediately. Direct execute requests are converted to request-approval; use hermes_prepare and hermes_approve for execution.
| Name | Type | Req | Description |
|---|---|---|---|
| contextFiles | array | – | – |
| maxTurns | integer | – | – |
| mode | string | – | – |
| model | string | – | – |
| preset | string | – | – |
| prompt | string | yes | – |
| provider | string | – | – |
| timeoutSeconds | integer | – | – |
No output schema declared.
No examples provided.
What is the Hermes Action Bridge MCP server?
Hermes Action Bridge is an MCP server listed in the public MCP registry as io.github.TheBlueHouse75/hermes-action-bridge. Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent. This page covers its npm package (hermes-action-bridge).
Is the Hermes Action Bridge MCP server safe to use?
Hermes Action Bridge scores 89 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Hermes Action Bridge MCP server expose?
Hermes Action Bridge exposes 12 tools: hermes_run, hermes_plan, hermes_capabilities, hermes_presets, hermes_status, and 7 more. Their descriptions and schemas cost roughly 641 tokens of context every time the server is loaded.
Is the Hermes Action Bridge MCP server still maintained?
Hermes Action Bridge is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Hermes Action Bridge MCP server under?
Hermes Action Bridge declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.