# io.github.errick0x/hyde-mcp (npm · hyde-mcp)

Discover and trade tokenize-anything coins on hyde.trade (Robinhood Chain). Non-custodial.

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

## Components

- npm · `hyde-mcp`: 72/100 (this document), [markdown](https://verifymcp.io/servers/errick0x-hyde-mcp/hyde-mcp.md), [page](https://verifymcp.io/servers/errick0x-hyde-mcp/hyde-mcp)

## Channel facts

- Registry: `npm`
- Package: `hyde-mcp`
- Version: `1.0.1`
- 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-16.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **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 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 491 tokens (~98/item across 5 items; 5 tools + 0 resources), lean.
  - 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**: 96/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 87% 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 errick0x-hyde-mcp -- npx -y hyde-mcp
```

### Codex

```bash
codex mcp add errick0x-hyde-mcp -- npx -y hyde-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add errick0x-hyde-mcp --command npx --arg -y --arg hyde-mcp
```

### Hermes

```yaml
mcp_servers:
  errick0x-hyde-mcp:
    command: "npx"
    args: ["-y", "hyde-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "errick0x-hyde-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hyde-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-16 (score 72, +4)

- [functional improvement] Stability: unverified → 0.27

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

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

### 2026-08-08 (score 67)

First indexed and scored.

## MCP tools (5)

### `discover_coins` (~117 tokens)

List hyde.trade coins (Robinhood Chain) with price, market cap, category, age, and the tokenized stock each reflection coin pays. Use this to find what to trade. Newest first.

Input parameters:

- `category` (string): filter to one category, e.g. pet, car, food, tech
- `limit` (number): max coins to return
- `minMcapUsd` (number): skip coins below this market cap in USD
- `reflection` (boolean): only coins that pay a tokenized stock

### `get_coin` (~49 tokens)

Get one hyde coin's full record by address: price, market cap, reflection stock + fee, category, spec sheet, and links.

Input parameters:

- `address` (string, required): 0x coin address

### `get_signal` (~65 tokens)

Get the early-buy signal for one coin: distinct wallets in its first swaps. >=3 distinct wallets in the first 5 swaps is the validated momentum tell (~3.1x lift). Use before buying a fresh coin.

Input parameters:

- `address` (string, required): 0x coin address

### `quote_trade` (~111 tokens)

Read-only price for trading a hyde coin. buy: amountIn is ETH, output is coins. sell: amountIn is coins, output is ETH. Returns expected out and a slippage-adjusted minimum.

Input parameters:

- `amountIn` (string, required): decimal amount in (ETH for buy, coins for sell)
- `side` (string, required)
- `slippageBps` (number): slippage tolerance in basis points, default 100 (1%)
- `token` (string, required): 0x coin address

### `build_trade` (~149 tokens)

Build a signable transaction to trade a hyde coin through its ReflectionHook pool. Returns { tx: {to, data, value, chainId}, minOut, approvals[] }. Send any approvals first (sells only), then sign and broadcast tx with your own wallet. hyde holds no keys or funds.

Input parameters:

- `amountIn` (string, required): decimal amount in (ETH for buy, coins for sell)
- `deadlineSec` (number): seconds until the tx deadline, default 900
- `side` (string, required)
- `slippageBps` (number): slippage tolerance in basis points, default 100 (1%)
- `token` (string, required): 0x coin address

## Diagnostics

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

## Score history

- 2026-08-16: 72
- 2026-08-15: 68
- 2026-08-14: 68
- 2026-08-13: 68
- 2026-08-12: 68
- 2026-08-11: 68
- 2026-08-10: 67
- 2026-08-09: 67
- 2026-08-08: 67

## Links

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