# io.github.0xthaner/reputa (npm · reputa-mcp)

Reputa: wallet risk & security plus DeFi cover (insurance) analyses, paid via x402.

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

## Components

- npm · `reputa-mcp`: 64/100 (this document), [markdown](https://verifymcp.io/servers/0xthaner-reputa/reputa-mcp.md), [page](https://verifymcp.io/servers/0xthaner-reputa/reputa-mcp)

## Channel facts

- Registry: `npm`
- Package: `reputa-mcp`
- Version: `1.4.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-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (109 of 113), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (109 of 113), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 9 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1592 tokens (~144/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add 0xthaner-reputa -- npx -y reputa-mcp
```

### Codex

```bash
codex mcp add 0xthaner-reputa -- npx -y reputa-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "0xthaner-reputa": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "reputa-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add 0xthaner-reputa --command npx --arg -y --arg reputa-mcp
```

### Hermes

```yaml
mcp_servers:
  0xthaner-reputa:
    command: "npx"
    args: ["-y", "reputa-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "0xthaner-reputa": {
      "command": "npx",
      "args": [
        "-y",
        "reputa-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-03 (score 64, +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.

### 2026-08-02 (score 63, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 19, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 14, −25)

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

### 2026-07-27 (score 39)

First indexed and scored.

## MCP tools (11)

### `reputa_analyze_wallet` (~119 tokens)

Analyze an Ethereum wallet with Reputa. Returns crisis behaviour across 6 real crises (Terra, Celsius, Voyager, FTX, Multichain, Humanity), an overall risk verdict (risk_avoider | risk_manager | risk_seeker), an activity classification, and a security snapshot: unlimited token approvals, contact with flagged addresses (mixer/scam/OFAC), protocol usage, and portfolio concentration. Free, Ethereum mainnet only.

Input parameters:

- `wallet` (string, required): EVM wallet address (0x + 40 hex).

### `reputa_deep_approval_scan` (~110 tokens)

Full ERC-20 approval history for a wallet (deeper than the free scan's recent window). Paid per-use via x402 (USDC on Polygon). If REPUTA_PAYER_PRIVATE_KEY is set, the server signs and pays autonomously (EIP-3009) and returns the full result; otherwise it returns the x402 payment requirements so the caller can pay and retry.

Input parameters:

- `wallet` (string, required): EVM wallet address (0x + 40 hex).

### `reputa_wallet_scores` (~131 tokens)

Full Reputa scoring for a wallet: Security, Risk and Reputation scores with reason codes, plus profile traits (e.g. HODLer, DeFi-native, governance, staker, Safe/smart-account - or an entity type like CEX/DEX/bridge/DAO) and a staking & governance breakdown. Paid per-use via x402 (USDC on Polygon); auto-pays if REPUTA_PAYER_PRIVATE_KEY is set, otherwise returns the x402 payment requirements. Ethereum mainnet.

Input parameters:

- `wallet` (string, required): EVM wallet address (0x + 40 hex).

### `reputa_safe_check` (~102 tokens)

Security check of a Gnosis Safe smart-account wallet: reads on-chain the Safe version, whether a transaction guard is set, and which modules are enabled (named, or flagged as unknown). Paid per-use via x402 (USDC on Polygon); auto-pays if REPUTA_PAYER_PRIVATE_KEY is set. Only meaningful for addresses that are actually a Safe.

Input parameters:

- `wallet` (string, required): EVM wallet address (0x + 40 hex).

### `reputa_safe_owner` (~131 tokens)

Reverse lookup: which Safes this address co-controls (is an owner/signer of). Without `details` it returns a FREE Ethereum-only count (teaser). With `details:true` it returns the full breakdown across all supported chains including the Safe addresses - paid per-use via x402 (USDC on Polygon); auto-pays if REPUTA_PAYER_PRIVATE_KEY is set.

Input parameters:

- `details` (boolean): false (default) = free Ethereum-only count. true = paid full breakdown across all chains.
- `wallet` (string, required): EVM wallet address (0x + 40 hex).

### `reputa_chain_history` (~135 tokens)

Historical chain distribution of a wallet's ETH/WETH across networks, as it was `months` ago. The CURRENT distribution comes free with reputa_analyze_wallet; every historical look-back (3, 6, 12, 24 months) is paid per-use via x402 (USDC on Polygon); auto-pays if REPUTA_PAYER_PRIVATE_KEY is set.

Input parameters:

- `months` (number, required): Look-back window in months (3, 6, 12 or 24) - all historical windows are paid.
- `wallet` (string, required): EVM wallet address (0x + 40 hex).

### `reputa_full_report` (~137 tokens)

One-shot FULL Reputa report for a wallet in a SINGLE paid call: wallet scores (Security/Risk/Reputation + traits + staking/governance), Safe config (version/guard/modules), which Safes the address co-controls (all chains), deep ERC-20 approval history, and the 2-year chain distribution. Bundled price via x402 (USDC on Polygon) - cheaper than buying each capability separately; auto-pays if REPUTA_PAYER_PRIVATE_KEY is set, otherwise returns the payment requirements. Ethereum mainnet.

Input parameters:

- `wallet` (string, required): EVM wallet address (0x + 40 hex).

### `reputa_cover_list` (~105 tokens)

List every DeFi cover analysis Reputa has scored (Nexus Mutual products and more). FREE catalog: per cover it returns the Assecura score (0-100) and band, the covered protocol, coverage-gap counts (covered / partial / excluded), the red-flag count, the cheapest annual premium snapshot, and the analysis date (asOf). Use it to discover which covers exist and their headline verdict, then call reputa_cover_analysis for the full report.

### `reputa_cover_analysis` (~179 tokens)

Full structured Reputa analysis of ONE DeFi cover: the Assecura score across 7 categories with notes, the real-risk-fit and coverage gap map (clause by clause: what pays, what is excluded), the claims process and payout history, capital adequacy, red flags, open questions and sources. Responses are signed by the Reputa signer (attestation field, offline verifiable). Paid per-use via x402 (USDC); auto-pays if REPUTA_PAYER_PRIVATE_KEY is set, otherwise returns the payment requirements plus a free teaser. Get valid provider/product slugs from reputa_cover_list.

Input parameters:

- `product` (string, required): Product slug, e.g. "uniswap-v3" (from reputa_cover_list).
- `provider` (string, required): Provider slug, e.g. "nexus-mutual".

### `reputa_cover_check` (~173 tokens)

Micro decision check for ONE DeFi cover, priced for high-frequency agent use (default $0.49 vs $9.99 for the full analysis): answers "does this cover actually pay for my risk?" with the clause-by-clause coverage gap map (covered / conditional / excluded, with notes) plus all red-flag texts. Signed by the Reputa signer (attestation field). Paid via x402 (USDC); auto-pays if REPUTA_PAYER_PRIVATE_KEY is set. Slugs from reputa_cover_list; response shape at /api/cover/v1/schema.

Input parameters:

- `product` (string, required): Product slug, e.g. "uniswap-v3" (from reputa_cover_list).
- `provider` (string, required): Provider slug, e.g. "nexus-mutual".

### `reputa_cover_buy_quote` (~270 tokens)

FREE: ready-to-sign purchase transaction for ONE DeFi cover. Returns buyCoverParams + poolAllocationRequests for the Nexus Mutual CoverBroker contract on Ethereum mainnet, a transparently disclosed Reputa commission (identical on every product, no influence on scores) and mandatory compliance notices (cover wording, restricted countries, membership required for claims) that MUST be shown to your principal before buying. This tool does NOT execute the purchase: sign and submit the transaction from the buyer wallet yourself (ETH payment = send maxPremiumInAsset as msg.value; ERC20 payment = approve CoverBroker first). Reputa never takes custody.

Input parameters:

- `amount` (string, required): Cover amount in smallest units of the cover asset (e.g. wei for ETH).
- `coverAsset` (number): 0=ETH, 1=DAI, 6=USDC, 7=cbBTC. Default 0.
- `owner` (string, required): Buyer wallet address (receives the cover NFT and pays the premium).
- `period` (number, required): Cover period in days (28-365).
- `product` (string, required): Product slug, e.g. "uniswap-v3" (from reputa_cover_list).
- `provider` (string, required): Provider slug, e.g. "nexus-mutual".

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/0xthaner-reputa/reputa-mcp#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 19
- 2026-07-31: 14
- 2026-07-30: 39
- 2026-07-28: 39
- 2026-07-27: 39

## Links

- npm package: https://www.npmjs.com/package/reputa-mcp
- Socket report: https://socket.dev/npm/package/reputa-mcp
- Changelog RSS feed: https://verifymcp.io/servers/0xthaner-reputa/reputa-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/0xthaner-reputa/reputa-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/0xthaner-reputa/reputa-mcp
