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

io.github.bch1212/agenttrust

NPM · AGENTTRUST-MCP · SCANNED AUG 3

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

Available components

+29 this week 71 Trust /100
Trust breakdown (6 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 →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to bch1212/agenttrust-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 81 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 668 tokens (~55/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 Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · agenttrust-mcp

# add to Claude Code
claude mcp add bch1212-agenttrust -- npx -y agenttrust-mcp
# add to Codex CLI
codex mcp add bch1212-agenttrust -- npx -y agenttrust-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bch1212-agenttrust": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agenttrust-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add bch1212-agenttrust --command npx --arg -y --arg agenttrust-mcp
# ~/.hermes/config.yaml
mcp_servers:
  bch1212-agenttrust:
    command: "npx"
    args: ["-y", "agenttrust-mcp"]
// mcp.json
{
  "mcpServers": {
    "bch1212-agenttrust": {
      "command": "npx",
      "args": [
        "-y",
        "agenttrust-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.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +65
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • The attested source repository moved: bch1212/agenttrust-mcp security
    • Schema quality: unverified → fair functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 42

    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 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
bch1212/agenttrust-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/bch1212/agenttrust-mcp/.github/workflows/publish-mcp.yml@refs/heads/main
Rekor log index:
1524482382
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:7b3625660eb80c5494e112511e10ee2c32a99c12be1737f82456d53cff98e93fa8be72bef8556d77a6977cf947691aae14d00a30de0d412bfa6609084
Discovery method:
attestation_endpoint
Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 12 exposed · ~668 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.

Tool Tokens
dispute_transaction ~58

File a dispute on a transaction. Reporter must be a counterparty (from_agent or to_agent).

NameTypeReqDescription
evidencestring
reasonstringyes
reporter_idstringyes
tx_idstringyes

No output schema declared.

No examples provided.

endorse_agent ~70

Endorse another agent in one of four categories: quality, reliability, speed, domain. Each endorsement adds 10 points (cap 200).

NameTypeReqDescription
endorsed_idstringyes
endorsement_typestringyes
endorser_idstringyes
notesstring

No output schema declared.

No examples provided.

get_agent_profile ~38

Public read. Returns full profile + recomputed trust score, tier, and stats for the named agent.

NameTypeReqDescription
agent_idstringyes

No output schema declared.

No examples provided.

get_leaderboard ~40

Public read. Top-N agents by trust score, optionally filtered by capability category.

NameTypeReqDescription
categorystring
limitinteger

No output schema declared.

No examples provided.

get_transaction_history ~46

Public read. Paginated transaction list for an agent, most recent first.

NameTypeReqDescription
agent_idstringyes
limitinteger
offsetinteger

No output schema declared.

No examples provided.

get_trust_score ~52

Public read. Returns trust score (0–1000), tier (PLATINUM/GOLD/SILVER/BRONZE/NEW), and category breakdown.

NameTypeReqDescription
agent_idstringyes

No output schema declared.

No examples provided.

record_transaction ~81

Record an A2A transaction (success or failure). Recomputes both sides' trust scores. Both parties must already be registered.

NameTypeReqDescription
amount_usdnumberyes
descriptionstring
from_agentstringyes
metadataobject
successbooleanyes
to_agentstringyes

No output schema declared.

No examples provided.

register_agent ~69

Register a new agent with a UUID, name, and capability declaration. Returns an agent_token. Required for write tools.

NameTypeReqDescription
agent_idstringyes
capabilitiesarray
descriptionstring
namestringyes
operator_urlstring

No output schema declared.

No examples provided.

report_agent ~53

File an out-of-band abuse report (separate from a transaction dispute).

NameTypeReqDescription
evidencestring
reasonstringyes
reported_idstringyes
reporter_idstringyes

No output schema declared.

No examples provided.

resolve_dispute ~50

Admin-only. Resolve an open dispute. Outcome ∈ {reporter, respondent, invalid}.

NameTypeReqDescription
dispute_idstringyes
notesstring
outcomestringyes

No output schema declared.

No examples provided.

search_agents ~62

Public read. Search agents by capability filter, minimum trust score, or verified flag. Ranked by score desc.

NameTypeReqDescription
capabilitiesarray
limitinteger
min_trust_scoreinteger
verified_onlyboolean

No output schema declared.

No examples provided.

verify_agent ~49

Admin-only. Operator-verifies an agent (DNS, KYC, or platform check). +100 bonus to trust score.

NameTypeReqDescription
agent_idstringyes
verification_typestringyes

No output schema declared.

No examples provided.