AgentGuard
NPM · @AGENTGUARD-RUN/MCP · SCANNED SEP 26
Local spend caps, kill-switch blocking and Ed25519-signed receipts for AI agent tool calls.
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 100 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (SEE LICENSE IN LICENSE) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 4 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability63
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 1021 tokens (~170/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage94
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 83% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 6 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
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the AgentGuard MCP server?
AgentGuard runs locally as an npm package, launched with npx -y @agentguard-run/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @agentguard-run/mcp
claude mcp add merchantguard-agentguard -- npx -y @agentguard-run/mcp
{
"mcpServers": {
"merchantguard-agentguard": {
"command": "npx",
"args": [
"-y",
"@agentguard-run/mcp"
]
}
}
} {
"servers": {
"merchantguard-agentguard": {
"command": "npx",
"args": [
"-y",
"@agentguard-run/mcp"
]
}
}
} codex mcp add merchantguard-agentguard -- npx -y @agentguard-run/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"merchantguard-agentguard": {
"type": "local",
"command": [
"npx",
"-y",
"@agentguard-run/mcp"
],
"enabled": true
}
}
} openclaw mcp add merchantguard-agentguard --command npx --arg -y --arg @agentguard-run/mcp
mcp_servers:
merchantguard-agentguard:
command: "npx"
args: ["-y", "@agentguard-run/mcp"] {
"McpServers": {
"merchantguard-agentguard": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@agentguard-run/mcp"
]
}
}
} assistant mcp add merchantguard-agentguard -t stdio -c npx -a -y @agentguard-run/mcp
{
"mcpServers": {
"merchantguard-agentguard": {
"command": "npx",
"args": [
"-y",
"@agentguard-run/mcp"
]
}
}
} 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.
- 25 Sept 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 21 Sept 26 65
First indexed and scored.
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 26 Sept 2026 · Analysed npm/@agentguard-run/mcp@0.3.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 100 packages
| Packages resolved | 100 |
|---|---|
| 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 →
export_receipts ~140
Export the tenant decision ledger, including earlier process runs, as a hash-chained array of signed receipts with a chain verification result. Memory mode exports this process only. Optional agent_id, task_id and workflow_id accept identifiers only; spend_decide binds them into the signed actor. Read-only and cost-configuration tools accept these fields without recording a spend decision.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | – | Optional agent identifier; signed as actor.agentId on spend_decide |
| task_id | – | – | Optional task identifier; signed as actor.taskId on spend_decide |
| workflow_id | – | – | Optional workflow identifier; signed as actor.workflowId on spend_decide |
No output schema declared.
No examples provided.
provenance_preview ~154
Preview the provenance AgentGuard would attest for a model and endpoint WITHOUT spending: model identity, weights origin country (China-origin families flagged), hosting jurisdiction, retention posture. Optional agent_id, task_id and workflow_id accept identifiers only; spend_decide binds them into the signed actor. Read-only and cost-configuration tools accept these fields without recording a spend decision.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | – | Optional agent identifier; signed as actor.agentId on spend_decide |
| endpoint_url | string | – | – |
| model | string | yes | – |
| task_id | – | – | Optional task identifier; signed as actor.taskId on spend_decide |
| workflow_id | – | – | Optional workflow identifier; signed as actor.workflowId on spend_decide |
No output schema declared.
No examples provided.
set_model_cost ~176
Register a cost for a model with no built-in pricing (required for self-hosted models: AgentGuard fails closed on unknown costs). Cents per 1,000 tokens. Optional agent_id, task_id and workflow_id accept identifiers only; spend_decide binds them into the signed actor. Read-only and cost-configuration tools accept these fields without recording a spend decision.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | – | Optional agent identifier; signed as actor.agentId on spend_decide |
| input_cents_per_ktok | number | yes | – |
| model | string | yes | – |
| output_cents_per_ktok | number | yes | – |
| task_id | – | – | Optional task identifier; signed as actor.taskId on spend_decide |
| workflow_id | – | – | Optional workflow identifier; signed as actor.workflowId on spend_decide |
No output schema declared.
No examples provided.
spend_decide ~251
Gate a model call BEFORE it runs. Pass metadata only (model, token counts, endpoint URL), never prompt content. Returns allow/block plus an Ed25519-signed, content-free receipt with model and hosting provenance (weights origin, jurisdiction, retention). Unknown self-hosted models need set_model_cost first (fail-closed). Optional agent_id, task_id and workflow_id accept identifiers only; spend_decide binds them into the signed actor. Read-only and cost-configuration tools accept these fields without recording a spend decision.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | – | Optional agent identifier; signed as actor.agentId on spend_decide |
| endpoint_url | string | – | Endpoint URL. Unrecognized endpoints route as self-hosted (zero retention, your jurisdiction). |
| input_tokens | integer | yes | Projected input tokens |
| model | string | yes | Model name, e.g. llama-3.1-8b-instruct or gpt-5-mini |
| output_tokens | integer | yes | Projected output tokens |
| task_id | – | – | Optional task identifier; signed as actor.taskId on spend_decide |
| workflow_id | – | – | Optional workflow identifier; signed as actor.workflowId on spend_decide |
No output schema declared.
No examples provided.
spend_status ~129
Show the active policy: caps, tenant, enforcement mode, decisions so far this session, and the signer identity. Optional agent_id, task_id and workflow_id accept identifiers only; spend_decide binds them into the signed actor. Read-only and cost-configuration tools accept these fields without recording a spend decision.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | – | Optional agent identifier; signed as actor.agentId on spend_decide |
| task_id | – | – | Optional task identifier; signed as actor.taskId on spend_decide |
| workflow_id | – | – | Optional workflow identifier; signed as actor.workflowId on spend_decide |
No output schema declared.
No examples provided.
verify_receipt ~171
Independently verify an AgentGuard signed receipt. Returns valid true/false. Tampering with any signed field makes verification fail. Optional agent_id, task_id and workflow_id accept identifiers only; spend_decide binds them into the signed actor. Read-only and cost-configuration tools accept these fields without recording a spend decision.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | – | Optional agent identifier; signed as actor.agentId on spend_decide |
| public_key_hex | string | – | Signer public key (64 hex characters). Defaults to this server signer. |
| receipt_json | string | yes | The signed receipt entry as a JSON string |
| task_id | – | – | Optional task identifier; signed as actor.taskId on spend_decide |
| workflow_id | – | – | Optional workflow identifier; signed as actor.workflowId on spend_decide |
No output schema declared.
No examples provided.
What is the AgentGuard MCP server?
AgentGuard is an MCP server listed in the public MCP registry as io.github.MerchantGuard/agentguard. Local spend caps, kill-switch blocking and Ed25519-signed receipts for AI agent tool calls. This page covers its npm package (@agentguard-run/mcp).
Is the AgentGuard MCP server safe to use?
AgentGuard scores 65 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. 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 AgentGuard MCP server expose?
AgentGuard exposes 6 tools: spend_decide, verify_receipt, export_receipts, set_model_cost, provenance_preview, spend_status. Their descriptions and schemas cost roughly 1,021 tokens of context every time the server is loaded.
Is the AgentGuard MCP server still maintained?
AgentGuard is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.