# io.github.rudimentall1/agentic-wallet-guardian-v3 (pypi · agentic-wallet-guardian-mcp)

Explainable ALLOW/WARN/BLOCK risk decisions for AI agent actions before execution, signed as OAA.

- Trust score: 68/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- pypi · `agentic-wallet-guardian-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/rudimentall1-agentic-wallet-guardian-v3/agentic-wallet-guardian-mcp.md), [page](https://verifymcp.io/servers/rudimentall1-agentic-wallet-guardian-v3/agentic-wallet-guardian-mcp)

## Channel facts

- Registry: `pypi`
- Package: `agentic-wallet-guardian-mcp`
- Version: `3.1.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it.
  - 2 of 35 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (MIT License) isn't a recognized OSI-approved license.
  - Actively maintained (last published 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 332 tokens (~166/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add rudimentall1-agentic-wallet-guardian-v3 -- uvx agentic-wallet-guardian-mcp
```

### Codex

```bash
codex mcp add rudimentall1-agentic-wallet-guardian-v3 -- uvx agentic-wallet-guardian-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rudimentall1-agentic-wallet-guardian-v3": {
      "type": "local",
      "command": [
        "uvx",
        "agentic-wallet-guardian-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rudimentall1-agentic-wallet-guardian-v3 --command uvx --arg agentic-wallet-guardian-mcp
```

### Hermes

```yaml
mcp_servers:
  rudimentall1-agentic-wallet-guardian-v3:
    command: "uvx"
    args: ["agentic-wallet-guardian-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "rudimentall1-agentic-wallet-guardian-v3": {
      "command": "uvx",
      "args": [
        "agentic-wallet-guardian-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 68, +1)

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

### 2026-08-18 (score 67, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-13 (score 63, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-11 (score 63, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 61)

First indexed and scored.

## MCP tools (2)

### `evaluate_action` (~281 tokens)

Evaluate a proposed blockchain action before executing it.

Call this BEFORE submitting any transaction on behalf of a user or
agent. Returns a JSON object with a decision ("ALLOW", "WARN", or
"BLOCK"), a 0-100 risk score, and a human-readable explanation of
which signals drove the decision. Treat "BLOCK" as a hard stop and
"WARN" as something that needs explicit user confirmation before
proceeding.

Args:
    agent_id: Stable identifier for the calling agent (used for
        reputation history - reuse the same id across calls).
    wallet: The wallet address initiating the action.
    chain: Chain name, e.g. "ethereum", "base", "arbitrum", "polygon".
    action_type: One of "swap", "transfer", "approve",
        "contract_call", "bridge".
    target: Contract or recipient address, if applicable.
    from_token: Token symbol being sent/sold, if applicable.
    to_token: Token symbol being received/bought, if applicable.
    amount: Transaction amount in the relevant unit.

Input parameters:

- `action_type` (string, required)
- `agent_id` (string, required)
- `amount`
- `chain` (string, required)
- `from_token`
- `target`
- `to_token`
- `wallet` (string, required)

Output parameters:

- `result` (string)

### `get_agent_history` (~51 tokens)

Return this agent's past decisions and current reputation score.

Useful before evaluate_action if you want to check standing first, or
after a WARN/BLOCK to review why.

Input parameters:

- `agent_id` (string, required)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/rudimentall1-agentic-wallet-guardian-v3/agentic-wallet-guardian-mcp#diagnostics

## Score history

- 2026-08-20: 68
- 2026-08-19: 67
- 2026-08-18: 67
- 2026-08-17: 63
- 2026-08-16: 63
- 2026-08-15: 63
- 2026-08-14: 63
- 2026-08-13: 63
- 2026-08-12: 63
- 2026-08-11: 63
- 2026-08-10: 61

## Links

- PyPI project: https://pypi.org/project/agentic-wallet-guardian-mcp/
- Socket report: https://socket.dev/pypi/package/agentic-wallet-guardian-mcp
- Repository: https://github.com/rudimentall1/agentic-wallet-guardian-v3
- Changelog RSS feed: https://verifymcp.io/servers/rudimentall1-agentic-wallet-guardian-v3/agentic-wallet-guardian-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/rudimentall1-agentic-wallet-guardian-v3/agentic-wallet-guardian-mcp.json
- HTML version of this page: https://verifymcp.io/servers/rudimentall1-agentic-wallet-guardian-v3/agentic-wallet-guardian-mcp
