# Ashfields MCP Server (npm · ashfields-mcp-server)

Burn $ASH to mint on-chain NFTs on Ethereum. No browser. Two agent tool calls.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `ashfields-mcp-server`
- Version: `1.0.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**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 125 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 356 tokens (~71/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.

**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

### Claude

```bash
claude mcp add smoke711711-ashfields-mcp-server -- npx -y ashfields-mcp-server
```

### Codex

```bash
codex mcp add smoke711711-ashfields-mcp-server -- npx -y ashfields-mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add smoke711711-ashfields-mcp-server --command npx --arg -y --arg ashfields-mcp-server
```

### Hermes

```yaml
mcp_servers:
  smoke711711-ashfields-mcp-server:
    command: "npx"
    args: ["-y", "ashfields-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "smoke711711-ashfields-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ashfields-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-02 (score 66, +61)

- [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: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: fail → unverified
- [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] Licence: MIT

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

- [functional regression] Tool coverage: 100 → unverified

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

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

### 2026-07-30 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

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

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

First indexed and scored.

## MCP tools (5)

### `get_mint_info` (~54 tokens)

Returns current Ashfields mint status: price per token, total minted so far, remaining supply, whether minting is currently active, and contract addresses. Call this first to confirm minting is open before attempting a mint.

### `check_wallet` (~51 tokens)

Returns the configured wallet address, its $ASH token balance, its current $ASH allowance for the Ashfields contract, and its ETH balance for gas. Also reports the maximum number of tokens it can mint right now.

### `approve_ash` (~77 tokens)

Approves the Ashfields contract to spend $ASH tokens from the configured wallet. Submits the approval transaction and waits for on-chain confirmation. Required before minting if the current allowance is insufficient.

Input parameters:

- `quantity` (number, required): Number of tokens to approve spend for (1–5). Approves quantity × 100,000 ASH.

### `mint_ashfield` (~91 tokens)

Mints one or more Ashfields NFTs. Automatically approves $ASH if the current allowance is insufficient, then submits the mint transaction and waits for confirmation. Returns the minted token IDs and OpenSea links. Burns 100,000 $ASH per token permanently (sent to 0xdead).

Input parameters:

- `quantity` (number, required): Number of tokens to mint. Must be between 1 and 5 per transaction.

### `trigger_distribute` (~83 tokens)

Calls distribute() on the RoyaltyDistributor contract. Permissionless — any wallet can trigger this at any time. Splits accumulated royalty ETH: 1% to creator, 1% to $ASH team, 8% buys $ASH on Uniswap and burns it to 0xdead. Requires at least 0.005 ETH in the distributor to execute.

## Diagnostics

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

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 5
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

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