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.

tx402

NPM · TX402-MCP · SCANNED AUG 3

Explain Algorand transactions, groups, batches, and account activity with x402.

Available components

28 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 Security63
  • No malware found by supply-chain analysis.Pass
  • CVE data not yet available for this package.Unverified
  • No install/post-install scripts declared.Pass
  • Dependency-health data not yet available.Unverified
Provenance & Transparency45
Schema Quality & AI Usability0
  • Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.Unverified
Stability & Change Management0
  • Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.Unverified
Tool Coverage0
  • Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.Unverified
Capabilities0
  • Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.Unverified

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

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 · tx402-mcp

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

    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

MCP tools — 4 exposed · ~204 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
explain_algorand_atomic_group ~42

Explain every outer and inner transaction in the atomic group containing a transaction ID.

NameTypeReqDescription
networkstring
txidstringyes

No output schema declared.

No examples provided.

explain_algorand_transaction ~59

Explain one Algorand transaction in plain English using tx402. Returns payment requirements if the endpoint requires x402 payment and payments are not enabled in this MCP wrapper.

NameTypeReqDescription
networkstring
txidstringyes

No output schema declared.

No examples provided.

explain_algorand_transaction_batch ~47

Explain 1 to 10 Algorand transaction IDs in one request, with per-item results.

NameTypeReqDescription
networkstring
txidsarrayyes

No output schema declared.

No examples provided.

summarize_algorand_account_activity ~56

Summarize recent asset flows, fees, counterparties, and verified protocol interactions for an Algorand account.

NameTypeReqDescription
addressstringyes
limitinteger
networkstring

No output schema declared.

No examples provided.