Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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

65 Trust /100
Trust breakdown (7 categories)

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
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.

Install

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

# add to Claude Code
claude mcp add merchantguard-agentguard -- npx -y @agentguard-run/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "merchantguard-agentguard": {
      "command": "npx",
      "args": [
        "-y",
        "@agentguard-run/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "merchantguard-agentguard": {
      "command": "npx",
      "args": [
        "-y",
        "@agentguard-run/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add merchantguard-agentguard -- npx -y @agentguard-run/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "merchantguard-agentguard": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@agentguard-run/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add merchantguard-agentguard --command npx --arg -y --arg @agentguard-run/mcp
# ~/.hermes/config.yaml
mcp_servers:
  merchantguard-agentguard:
    command: "npx"
    args: ["-y", "@agentguard-run/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "merchantguard-agentguard": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@agentguard-run/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add merchantguard-agentguard -t stdio -c npx -a -y @agentguard-run/mcp
// mcp.json
{
  "mcpServers": {
    "merchantguard-agentguard": {
      "command": "npx",
      "args": [
        "-y",
        "@agentguard-run/mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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 →

MCP tools · 6 exposed · ~1,021 tokens

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 →

Tool Tokens
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.

NameTypeReqDescription
agent_idstring–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.

NameTypeReqDescription
agent_idstring–Optional agent identifier; signed as actor.agentId on spend_decide
endpoint_urlstring––
modelstringyes–
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.

NameTypeReqDescription
agent_idstring–Optional agent identifier; signed as actor.agentId on spend_decide
input_cents_per_ktoknumberyes–
modelstringyes–
output_cents_per_ktoknumberyes–
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.

NameTypeReqDescription
agent_idstring–Optional agent identifier; signed as actor.agentId on spend_decide
endpoint_urlstring–Endpoint URL. Unrecognized endpoints route as self-hosted (zero retention, your jurisdiction).
input_tokensintegeryesProjected input tokens
modelstringyesModel name, e.g. llama-3.1-8b-instruct or gpt-5-mini
output_tokensintegeryesProjected 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.

NameTypeReqDescription
agent_idstring–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.

NameTypeReqDescription
agent_idstring–Optional agent identifier; signed as actor.agentId on spend_decide
public_key_hexstring–Signer public key (64 hex characters). Defaults to this server signer.
receipt_jsonstringyesThe 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.

Common questions

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.