# io.toreador/mcp-server (npm · @toreador/mcp-server)

Generate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions.

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

## Components

- npm · `@toreador/mcp-server`: 78/100 (this document), [markdown](https://verifymcp.io/servers/io-toreador-mcp-server/toreador-mcp-server.md), [page](https://verifymcp.io/servers/io-toreador-mcp-server/toreador-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@toreador/mcp-server`
- Version: `0.2.6`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to Logitale/toreador-mcp-server).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 90 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 (excellent).
  - Context-footprint check failed: tool/resource definitions use about 246 tokens (~246/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 io-toreador-mcp-server -- npx -y @toreador/mcp-server
```

### Codex

```bash
codex mcp add io-toreador-mcp-server -- npx -y @toreador/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-toreador-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@toreador/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-toreador-mcp-server --command npx --arg -y --arg @toreador/mcp-server
```

### Hermes

```yaml
mcp_servers:
  io-toreador-mcp-server:
    command: "npx"
    args: ["-y", "@toreador/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "io-toreador-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@toreador/mcp-server"
      ]
    }
  }
}
```

## 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 78, +58)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security] The attested source repository moved: Logitale/toreador-mcp-server
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-02 (score 20, +15)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified

### 2026-08-01 (score 5, −15)

- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (score 20, +14)

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

### 2026-07-30 (score 6, −39)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (1)

### `toreador_generate_qr` (~246 tokens)

Generate a crypto QR code for a native token (BTC, ETH, SOL, POL) or a Solana SPL token (USDC on Solana). Returns the QR data URI (PNG base64) and the on-chain payment URI (BIP21, EIP-681, Solana Pay). FREE — no API key needed for these chains. For ERC-20 stablecoins on Ethereum/Polygon/Base (USDT, USDC, EURC), use toreador_create_session (Pro plan required).

Input parameters:

- `amount` (string, required): Amount as a decimal string in the token's natural unit (e.g. "0.001" for BTC, "50" for USDC). Use a string to preserve decimal precision.
- `chainId` (string, required): Chain identifier. One of: bitcoin, ethereum, polygon, base, solana.
- `recipientAddress` (string, required): Destination wallet address. Must match the chain (bech32 for BTC, EIP-55 for EVM, base58 for Solana).
- `token` (string, required): Token symbol. One of: BTC, ETH, SOL, POL, USDC (Solana only).

## Diagnostics

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

## Score history

- 2026-08-03: 78
- 2026-08-02: 20
- 2026-08-01: 5
- 2026-07-31: 20
- 2026-07-30: 6
- 2026-07-28: 45
- 2026-07-27: 45

## Links

- npm package: https://www.npmjs.com/package/@toreador/mcp-server
- Socket report: https://socket.dev/npm/package/@toreador/mcp-server
- Repository: https://github.com/Logitale/toreador-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/io-toreador-mcp-server/toreador-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-toreador-mcp-server/toreador-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-toreador-mcp-server/toreador-mcp-server
