# ScanHood (remote · scanhood.xyz)

On-chain honeypot/rug scanner, market data, and launch tools for Robinhood Chain (EVM 4663).

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

## Components

- remote · `scanhood.xyz`: 67/100 (this document), [markdown](https://verifymcp.io/servers/xyz-scanhood-mcp/scanhood.md), [page](https://verifymcp.io/servers/xyz-scanhood-mcp/scanhood)

## Channel facts

- Endpoint: `https://scanhood.xyz/mcp`
- 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-03.

- **Endpoint Security**: 63/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 5 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 605 tokens (~121/item across 5 items; 5 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**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 81% 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 --transport http xyz-scanhood-mcp https://scanhood.xyz/mcp
```

### Codex

```toml
[mcp_servers.xyz-scanhood-mcp]
url = "https://scanhood.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-scanhood-mcp": {
      "type": "remote",
      "url": "https://scanhood.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xyz-scanhood-mcp --url https://scanhood.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  xyz-scanhood-mcp:
    url: "https://scanhood.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "xyz-scanhood-mcp": {
      "type": "http",
      "url": "https://scanhood.xyz/mcp"
    }
  }
}
```

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-03 (score 67, +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-01 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 65, +1)

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

### 2026-07-30 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, +1)

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

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (5)

### `scan_token` (~82 tokens)

Scan a token for safety

Composite on-chain safety verdict for any Robinhood-Chain (chain 4663) token: honeypot buy+sell simulation, LP-lock status, contract verification, deployer reputation, RWA-impostor detection. Returns PASS/CAUTION/DANGER.

Input parameters:

- `token` (string, required): ERC-20 token address, 0x + 40 hex chars

### `search_token` (~49 tokens)

Search for a token

Find any Robinhood-Chain token by symbol, name, or address across the whole chain (not just the top pairs).

Input parameters:

- `query` (string, required): symbol, name, or 0x address

### `get_ohlcv` (~53 tokens)

Get OHLCV candles

On-chain OHLCV candles for a pool, for charting/backtesting.

Input parameters:

- `pool` (string, required): pool/pair address, 0x + 40 hex chars
- `timeframe` (string)

### `get_swap_quote` (~82 tokens)

Get a swap quote

Read-only swap quote (no execution) for a token against the ScanHood swap contract — expected output for a given ETH-in (buy) or token-in (sell).

Input parameters:

- `amount` (string, required): ETH amount (buy) or token amount (sell), as a decimal string
- `side` (string, required)
- `token` (string, required): token address

### `build_launch_tx` (~339 tokens)

Build a no-rug token launch transaction

Build (but do not sign or send) a launchToken transaction against ScanHood's live no-rug launchpad on Robinhood Chain — either Uniswap V3 (anti-snipe protection, supports an atomic initial buy) or V4 (Uniswap's newest, no anti-snipe window). Returns raw unsigned tx fields (to, data, value, gas) for the caller's own wallet to sign and broadcast — ScanHood never holds funds or keys. On success the token's liquidity is locked (V3: locker-held position; V4: locker-held one-sided position) and cannot be pulled.

Input parameters:

- `description` (string)
- `feeWallet` (string): address that receives your share of trading fees (defaults to your own sending address if omitted)
- `from` (string): your wallet address — used only to predict the token address ahead of signing
- `initialBuyEth` (string): ETH amount to buy in the same tx, as a decimal string (default "0"). V3 only — V4 launches reject this.
- `initialTick` (number): V4 only: starting price tick (default -204200, matches the standard launch price used across ScanHood)
- `logo` (string): logo image URL
- `name` (string, required): token name
- `symbol` (string, required): token symbol/ticker
- `version` (string): which launchpad to use — "v3" (default, has anti-snipe protection + atomic initial buy) or "v4" (Uniswap V4, no anti-snipe window, no atomic initial buy)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/xyz-scanhood-mcp/scanhood#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 64
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://scanhood.xyz/mcp
- Repository: https://github.com/cassh100k/scanhood
- Changelog RSS feed: https://verifymcp.io/servers/xyz-scanhood-mcp/scanhood/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/xyz-scanhood-mcp/scanhood/changelog.json
- HTML version of this page: https://verifymcp.io/servers/xyz-scanhood-mcp/scanhood
