# io.github.hypeprinter007-stack/anchor-x402 (remote · api.anchor-x402.com)

x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.

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

## Components

- remote · `api.anchor-x402.com`: 63/100 (this document), [markdown](https://verifymcp.io/servers/hypeprinter007-stack-anchor-x402/api.md), [page](https://verifymcp.io/servers/hypeprinter007-stack-anchor-x402/api)
- npm · `anchor-x402-mcp`: 75/100, [markdown](https://verifymcp.io/servers/hypeprinter007-stack-anchor-x402/anchor-x402-mcp.md), [page](https://verifymcp.io/servers/hypeprinter007-stack-anchor-x402/anchor-x402-mcp)

## Channel facts

- Endpoint: `https://api.anchor-x402.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.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**: 57/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 18 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 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1888 tokens (~104/item across 18 items; 18 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**: 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 current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http hypeprinter007-stack-anchor-x402 https://api.anchor-x402.com/mcp
```

### Codex

```toml
[mcp_servers.hypeprinter007-stack-anchor-x402]
url = "https://api.anchor-x402.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hypeprinter007-stack-anchor-x402": {
      "type": "remote",
      "url": "https://api.anchor-x402.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hypeprinter007-stack-anchor-x402 --url https://api.anchor-x402.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  hypeprinter007-stack-anchor-x402:
    url: "https://api.anchor-x402.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "hypeprinter007-stack-anchor-x402": {
      "type": "http",
      "url": "https://api.anchor-x402.com/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 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-08-02 (score 62, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-01 (score 62)

First indexed and scored.

## MCP tools (18)

### `anchor_hash` (~119 tokens)

anchor

Anchor a 32-byte hash to Base + Solana mainnet in parallel. Returns both tx URLs as cryptographic proof of when the hash existed. $0.005 USDC.

Input parameters:

- `data`: Arbitrary JSON to be canonicalized + SHA-256'd by the server. Mutually exclusive with `hash`.
- `hash`: Pre-computed 32-byte hex hash (64 chars, no 0x prefix). Mutually exclusive with `data`.
- `note`: Optional 200-char note included in the response (not on-chain).

### `attest_decision` (~207 tokens)

attest

Verify a wallet signature over (input_hash, output_hash, decision), then dual-chain anchor the result. Returns verified signer + on-chain proof URLs. $0.010 USDC.

Input parameters:

- `decision` (string, required): Free-form short label, e.g. "APPROVED", "REJECTED", "CONFIDENCE=0.93".
- `input_hash` (string, required): 64-char hex SHA-256 of the agent's input.
- `output_hash` (string, required): 64-char hex SHA-256 of the agent's output / decision payload.
- `scheme` (string, required): Signature scheme: "eip191" (EVM personal_sign) or "ed25519" (Solana).
- `signature` (string, required): 0x-prefixed hex (eip191) or base58 (ed25519).
- `signer_pubkey`: Required for ed25519 (Solana base58 pubkey). Ignored for eip191 — address is recovered.

### `aura_read` (~54 tokens)

aura

Read the aura of anything — color, tier (S/A/B/C/D/F), score 0-9999, description. $0.01 USDC.

Input parameters:

- `target` (string, required): Anything to read the aura of.

### `decode_calldata` (~103 tokens)

decode/calldata

Decode raw EVM calldata into function name + typed parameters via openchain.xyz + eth_abi. EVM-only. $0.001 USDC.

Input parameters:

- `calldata_hex` (string, required): Raw EVM calldata (>=4-byte selector), with or without 0x prefix.
- `chain` (string, required): "ethereum" supported; "solana" returns 400.
- `contract_address`: Optional. Reserved for future on-chain ABI lookups; currently unused.

### `decode_tx` (~54 tokens)

decode/tx

Structured decode of any mainnet transaction by hash. Supports Base, Ethereum, Solana. Mined txs cached. $0.001 USDC.

Input parameters:

- `chain` (string, required)
- `tx_hash` (string, required)

### `grade_target` (~37 tokens)

grade

Academic letter grade with red-pen marginalia for anything. $0.01 USDC.

Input parameters:

- `target` (string, required): Anything to grade.

### `intel_wallet` (~78 tokens)

intel/wallet

Unified wallet intelligence bundle. ONE call: balances on Base + Ethereum + Solana, USDC, tx counts, ENS/SNS reverse, sanctions verdict. 8-10 parallel sources. $0.005 USDC.

Input parameters:

- `wallet` (string, required): EVM 0x… address (40 hex) or Solana base58 pubkey.

### `investigate_wallet` (~88 tokens)

investigate

Agent-driven wallet due diligence — multi-step investigation, signed markdown report + JSON sidecar, dual-chain anchored. Async — returns job_id; poll /v1/investigate/status/{job_id} for the deliverable. ETA 5-10 min. $1.77 USDC.

Input parameters:

- `address` (string, required): EVM 0x... or Solana base58 address to investigate.

### `ledger_report` (~187 tokens)

ledger/report

Signed + dual-chain-anchored x402 expense report (markdown + CSV, async job). $0.35 USDC.

Input parameters:

- `direction` (string): outbound = spend, inbound = revenue.
- `format` (string)
- `from`: ISO date or datetime, start of range. Default: 30 days before `to`.
- `group_by` (string)
- `include_unfiltered` (boolean): Include non-x402 USDC transfers as category=other_transfer.
- `min_amount`: Minimum USDC per transfer, e.g. 0.001.
- `prepared_for`: Optional client name for the report header.
- `title`: Report title; appears in the markdown header.
- `to`: ISO date or datetime, end of range. Default: now.
- `wallet` (string, required): EVM address (Base) whose x402 spend to reconstruct.

### `ledger_summary` (~154 tokens)

ledger/summary

x402 spend accounting for any Base wallet — totals + per-service breakdown reconstructed from chain data. $0.01 USDC.

Input parameters:

- `direction` (string): outbound = spend, inbound = revenue.
- `from`: ISO date or datetime, start of range. Default: 30 days before `to`.
- `group_by` (string)
- `include_unfiltered` (boolean): Include non-x402 USDC transfers as category=other_transfer.
- `min_amount`: Minimum USDC per transfer, e.g. 0.001.
- `to`: ISO date or datetime, end of range. Default: now.
- `wallet` (string, required): EVM address (Base) whose x402 spend to reconstruct.

### `oracle_verdict` (~44 tokens)

oracle

Yes/no oracle with dual-chain anchored verdict (Base + Solana). $0.05 USDC.

Input parameters:

- `question` (string, required): A yes/no question for the oracle.

### `parse_datetime` (~83 tokens)

parse/datetime

Parse freeform datetime strings into ISO 8601 + components + relative time + confidence. $0.001 USDC.

Input parameters:

- `base_time`: ISO 8601 reference; defaults to now UTC.
- `input` (string, required): Freeform datetime string in any format.
- `timezone` (string): IANA tz name (e.g. 'America/New_York').

### `resolve_name` (~83 tokens)

resolve/name

Cross-chain name resolution: ENS (.eth) and Bonfida SNS (.sol). Returns resolved address(es). 1h cache. $0.001 USDC.

Input parameters:

- `name` (string, required): Human-readable name, e.g. 'vitalik.eth' or 'bonfida.sol'. ENS (.eth) and Bonfida SNS (.sol) are supported.

### `roast_target` (~52 tokens)

roast

Witty roast of any target — wallet, tweet, idea, code, anything. $0.05 USDC.

Input parameters:

- `target` (string, required): Anything to roast: wallet, tweet, idea, code, etc.

### `roll_random` (~152 tokens)

roll

Verifiable RNG — cryptographically-random integer(s) signed by the treasury key. Drop-in VRF for game studios. $0.001 USDC.

Input parameters:

- `commitment`: Optional 32-byte hex pre-commitment from the caller. Included in the signed payload, so the server cannot have chosen the result after seeing the caller's downstream intent.
- `count` (integer): How many integers to sample. 1-100.
- `high` (integer, required): Inclusive high bound. Must be >= low.
- `label`: Optional caller-defined tag (e.g. 'treasure_drop_42'). Included verbatim in the signed payload.
- `low` (integer, required): Inclusive low bound of the integer range.

### `screen_wallet` (~63 tokens)

screen

OFAC SDN sanctions + AML screening for any wallet address. Returns sanctions match, flagged programs, risk level. $0.001 USDC.

Input parameters:

- `wallet` (string, required): EVM 0x… address (40 hex) or Solana base58 pubkey.

### `tldr_text` (~42 tokens)

tldr

Summarize a URL or pasted text into 3-5 concise bullets. $0.01 USDC.

Input parameters:

- `text`
- `url`

### `token_price` (~109 tokens)

price/token

USD spot price for any major token. By symbol or chain+contract. CoinGecko-backed, 60s cache. $0.001 USDC.

Input parameters:

- `chain`: Chain slug: base, ethereum, solana, polygon, arbitrum, optimism, bsc, avalanche. Use with contract.
- `contract`: Token contract address. Requires chain.
- `symbol`: Token symbol like 'ETH', 'BTC', 'SOL', 'USDC'. Mutually exclusive with chain+contract.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/hypeprinter007-stack-anchor-x402/api#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62

## Links

- Remote endpoint: https://api.anchor-x402.com/mcp
- Repository: https://github.com/hypeprinter007-stack/anchor-x402-mcp
- Website: https://anchor-x402.com/
- Changelog RSS feed: https://verifymcp.io/servers/hypeprinter007-stack-anchor-x402/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/hypeprinter007-stack-anchor-x402/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/hypeprinter007-stack-anchor-x402/api
