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.

io.github.shawnwollenberg/walletlens

NPM · @SHAWNWOLLENBERG/WALLETLENS-MCP · SCANNED AUG 7

EVM wallet reports and Robinhood Stock Token intelligence paid with USDC over x402.

62 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
  • Known CVEs were checked across the 112 of 116 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 112 of 116 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 315 tokens (~52/item across 6 items; 6 tools + 0 resources), lean.Pass
  • 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 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
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

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 · @shawnwollenberg/walletlens-mcp

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

  • 5 Aug 26 0
    • Security disclosure: unverified → fail functional
  • 4 Aug 26 62

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

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 112 packages
Packages resolved 112
Deprecated 111
Stale 29
Tree resolution Partial

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

MCP tools · 6 exposed · ~315 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
get_openapi_schema ~19

Fetch the public WalletLens OpenAPI schema.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_portfolio ~65

Fetch a paid WalletLens portfolio snapshot, including canonical Robinhood Stock Tokens when chains=robinhood. Requires WALLETLENS_X402_PRIVATE_KEY.

NameTypeReqDescription
addressstringyesEVM wallet address.
chainsstringComma-separated supported chain slugs.

No output schema declared.

No examples provided.

get_service_metadata ~23

Return live WalletLens service, pricing, discovery, and documentation metadata.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_supported_chains ~20

Return WalletLens supported EVM chain slugs.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_tx_history ~92

Fetch paid TxLens enriched transaction history via x402. Requires WALLETLENS_X402_PRIVATE_KEY in the MCP server environment.

NameTypeReqDescription
addressstringyesEVM wallet address.
categorystringTransfer category filter.
chainsstringComma-separated supported chain slugs.
daysintegerTransaction lookback window.
limitintegerMaximum rows to return.

No output schema declared.

No examples provided.

get_wallet_report ~96

Fetch a paid WalletLens report with portfolio balances, transaction history, and Robinhood Stock Token intelligence. Requires WALLETLENS_X402_PRIVATE_KEY.

NameTypeReqDescription
addressstringyesEVM wallet address.
categorystringTransfer category filter.
chainsstringComma-separated supported chain slugs.
daysintegerTransaction lookback window.
limitintegerMaximum rows to return.

No output schema declared.

No examples provided.