# Hash Digest Tool (remote · apished.com)

Computes MD5, SHA1, SHA256, SHA512, and CRC32 digests from text, base64, or hex input.

- Trust score: 67/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `apished.com`: 67/100 (this document), [markdown](https://verifymcp.io/servers/com-apished-hash-digest-tool/mcp-v1-hash.md), [page](https://verifymcp.io/servers/com-apished-hash-digest-tool/mcp-v1-hash)

## Channel facts

- Endpoint: `https://apished.com/mcp/v1/hash`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 60/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 1 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 86/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 110 tokens (~110/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-apished-hash-digest-tool https://apished.com/mcp/v1/hash
```

### Codex

```toml
[mcp_servers.com-apished-hash-digest-tool]
url = "https://apished.com/mcp/v1/hash"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-apished-hash-digest-tool": {
      "type": "remote",
      "url": "https://apished.com/mcp/v1/hash",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-apished-hash-digest-tool --url https://apished.com/mcp/v1/hash --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-apished-hash-digest-tool:
    url: "https://apished.com/mcp/v1/hash"
```

### Other

```json
{
  "mcpServers": {
    "com-apished-hash-digest-tool": {
      "type": "http",
      "url": "https://apished.com/mcp/v1/hash"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-19 (score 67, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-18 (score 66)

First indexed and scored.

## MCP tools (1)

### `hash_digest` (~110 tokens)

Computes a hash digest of input (decoded per encoding: "text" default, "base64", or "hex") using algo: md5, sha1, sha256, sha512, or crc32. Returns the digest as lowercase hex.

Input parameters:

- `algo` (string, required): md5, sha1, sha256, sha512, or crc32
- `encoding` (string): text (default), base64, or hex
- `input` (string, required): data to hash, encoded per encoding

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-apished-hash-digest-tool/mcp-v1-hash#diagnostics

## Score history

- 2026-08-20: 67
- 2026-08-19: 67
- 2026-08-18: 66

## Links

- Remote endpoint: https://apished.com/mcp/v1/hash
- Website: https://apished.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-apished-hash-digest-tool/mcp-v1-hash.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-apished-hash-digest-tool/mcp-v1-hash.json
- HTML version of this page: https://verifymcp.io/servers/com-apished-hash-digest-tool/mcp-v1-hash
