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.Gareth1953/agent-services-mcp

NPM · AGENT-SERVICES-MCP · SCANNED AUG 3

MCP server: x402-paid & free tools for AI agents — provenance, quality scoring, action audit.

Available components

+24 this week 67 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability63
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1595 tokens (~227/item across 7 items; 7 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 Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (57% of tools); any adoption earns full credit.Pass
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 · agent-services-mcp

# add to Claude Code
claude mcp add gareth1953-agent-services-mcp -- npx -y agent-services-mcp
# add to Codex CLI
codex mcp add gareth1953-agent-services-mcp -- npx -y agent-services-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gareth1953-agent-services-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agent-services-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gareth1953-agent-services-mcp --command npx --arg -y --arg agent-services-mcp
# ~/.hermes/config.yaml
mcp_servers:
  gareth1953-agent-services-mcp:
    command: "npx"
    args: ["-y", "agent-services-mcp"]
// mcp.json
{
  "mcpServers": {
    "gareth1953-agent-services-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-services-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 +61
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass 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
    • Licence: MIT functional
  • 1 Aug 26 −20
    • 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 43

    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 none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

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

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

MCP tools — 7 exposed · ~1,595 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
audit_action ~406

PAID (x402 micropayment in USDC on Base; exact amount is returned in the 402 challenge — pay via x_payment). Creates a tamper-evident AUDIT RECEIPT for an action an agent took: an Ed25519-signed receipt over a SHA-256 hash of the action, your caller-attested actor_metadata, a hash of optional context, and a timestamp. USE WHEN you need an accountability record proving exactly what an agent claimed it did, and when. Verify later for FREE with verify_audit. PROVES: the action RECORD is genuine (issued by the service's signing key) and unaltered since issue. DOES NOT PROVE: that the agent's claim is true. action/actor_metadata/context are CALLER-ATTESTED — proof you CLAIMED this exact record, not that the agent did it, nor that it was authorized or correct. An accountability/audit tool, NOT a lie-detector. Two-step: call once with no x_payment to get the 402 requirements, then resend with x_payment to pay.

NameTypeReqDescription
actionstringyesWhat the agent did (the action being audited). Non-empty.
actor_metadataobjectyesCaller-attested: who/what performed the action and the stated authority it acted under (e.g. { agent, operator, authority }). Recorded verbatim and covered by the signature; proves you claimed it, no…
contextobjectOptional caller-attested supporting detail. Hashed into the receipt; an absent context hashes the canonical empty object.
x_paymentstringOptional x402 payment token (the base64 X-PAYMENT value). Leave unset on the first call to receive the 402 payment requirements; then build the token with an x402 client + wallet and resend it here t…

No output schema declared.

No examples provided.

certify_provenance ~340

PAID (x402 micropayment in USDC on Base; exact amount is returned in the 402 challenge — pay via x_payment). Certifies the ORIGIN of content: returns an Ed25519-signed receipt over a SHA-256 hash of the content, your caller-attested generator_metadata, and a service timestamp. USE WHEN you need tamper-evident proof of exactly what content existed at a point in time. Verify it later for FREE with verify_provenance. PROVES: the content is unmodified (hash) and the receipt was issued by the holder of the service's signing key. DOES NOT PROVE: generator_metadata — the receipt proves you CLAIMED that metadata, not that a specific model produced the content. Proof-of-origin/tamper-evidence, NOT AI-detection and NOT a truth guarantee. Two-step: call once with no x_payment to get the 402 requirements, then resend with x_payment to pay.

NameTypeReqDescription
contentstringyesThe exact content to certify. Non-empty.
generator_metadataobjectOptional caller-attested metadata about what generated the content (e.g. { model, provider }). Recorded verbatim; the receipt proves you claimed it, not that a specific model ran.
x_paymentstringOptional x402 payment token (the base64 X-PAYMENT value). Leave unset on the first call to receive the 402 payment requirements; then build the token with an x402 client + wallet and resend it here t…

No output schema declared.

No examples provided.

get_quality_rubric ~56

FREE; takes no input. Fetch the published Quality Gate rubric (markdown) + its version that score_quality grades against. USE WHEN you want to understand exactly what a quality score means and does not mean before calling score_quality.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

score_quality ~355

PAID (x402 micropayment in USDC on Base; exact amount is returned in the 402 challenge — pay via x_payment). Scores content against quality-gate's PUBLISHED rubric (clarity, completeness, internal consistency, obvious-error freedom — 0–25 each, summing 0–100) and returns an Ed25519-signed score receipt. Read the exact rubric for FREE with get_quality_rubric. USE WHEN you need a reproducible, signed quality score for a piece of content. RETURNS: a signed score receipt; or, with target_score set, receipt:null + the failing breakdown ('no pass, no pay' — no receipt and no charge below target). WHAT IT IS NOT: a measure of absolute truth, an external/third-party standard, or a fact-check. Two-step: call once with no x_payment to get the 402 requirements, then resend with x_payment to pay.

NameTypeReqDescription
contentstringyesThe content to score. Non-empty.
rubric_versionstringOptional rubric version to score against; must match the service's current version (e.g. "v1") if provided.
target_scorenumberOptional 0–100 threshold. Enables 'no pass, no pay': below this, no receipt is issued and no charge is made.
x_paymentstringOptional x402 payment token (the base64 X-PAYMENT value). Leave unset on the first call to receive the 402 payment requirements; then build the token with an x402 client + wallet and resend it here t…
NameTypeReqDescription
breakdownobjectPer-dimension scores and flags.
receiptSigned score receipt, or null if below target_score (no pass, no pay).
scorenumberTotal score 0–100, when present.

No examples provided.

verify_audit ~184

FREE. Verifies an audit receipt against its record (re-hashes the submitted action + context, checks they and actor_metadata match the receipt, plus the Ed25519 signature). USE WHEN you have an audit receipt + the original action/metadata and need to confirm the record is genuine and unaltered. RETURNS: { valid, details }. valid is true only if action, context, AND actor_metadata all match the receipt AND the signature is valid. A 200 means verification ran — always read valid (false = record altered or receipt forged).

NameTypeReqDescription
actionstringyesThe action the receipt was issued for.
actor_metadataobjectyesThe actor_metadata the receipt was issued for.
contextobjectThe optional context the receipt was issued for (omit if none).
receiptobjectyesAn audit receipt as returned by audit_action.
NameTypeReqDescription
detailsobjectPer-check breakdown (e.g. hash match, signature valid).
validbooleanyesTrue only if the content/record matches the receipt AND the Ed25519 signature is valid.

No examples provided.

verify_provenance ~138

FREE. Verifies a provenance receipt against its content (re-hashes the content, checks the Ed25519 signature). USE WHEN you have a receipt + the original content and need to confirm it's genuine and unmodified. RETURNS: { valid, details }. valid is true only if the content hash matches the receipt AND the signature is valid under the service's public key. A 200 means verification ran — always read valid (false = content modified or receipt altered/forged).

NameTypeReqDescription
contentstringyesThe content to check against the receipt.
receiptobjectyesA provenance receipt as returned by certify_provenance.
NameTypeReqDescription
detailsobjectPer-check breakdown (e.g. hash match, signature valid).
validbooleanyesTrue only if the content/record matches the receipt AND the Ed25519 signature is valid.

No examples provided.

verify_quality ~116

FREE. Verifies a quality score receipt against its content (re-hashes the content, checks the Ed25519 signature, which covers the score itself — so a forged or altered score fails). USE WHEN you have a score receipt + the content and need to confirm the score is genuine. RETURNS: { valid, details }. A 200 means verification ran — always read valid.

NameTypeReqDescription
contentstringyesThe content the score receipt was issued for.
receiptobjectyesA quality score receipt as returned by score_quality.
NameTypeReqDescription
detailsobjectPer-check breakdown (e.g. hash match, signature valid).
validbooleanyesTrue only if the content/record matches the receipt AND the Ed25519 signature is valid.

No examples provided.