Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.hypeprinter007-stack/anchor-x402

REMOTE · API.ANCHOR-X402.COM · 2 COMPONENTS · SCANNED AUG 3

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

63 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1888 tokens (~104/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 87% of tool parameters carry a description.Partial
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.anchor-x402.com

# add to Claude Code
claude mcp add --transport http hypeprinter007-stack-anchor-x402 https://api.anchor-x402.com/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add hypeprinter007-stack-anchor-x402 --url https://api.anchor-x402.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  hypeprinter007-stack-anchor-x402:
    url: "https://api.anchor-x402.com/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +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.

  • 2 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 1 Aug 26 62

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.anchor-x402.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.anchor-x402.com CN=Amazon RSA 2048 M01,O=Amazon,C=US 9 May 2026 22 Nov 2026 RSA 2048 SHA256-RSA 706acf83ad77c2c504e06b5bdb54872
SANs: api.anchor-x402.com
CN=Amazon RSA 2048 M01,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 77312380b9d6688a33b1ed9bf9ccda68e0e0f
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6
DNSSEC insecure

Validation of api.anchor-x402.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
anchor-x402.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.anchor-x402.com/mcp Verified 200
http (plaintext) http://api.anchor-x402.com/mcp HTTPS enforced
MCP tools — 18 exposed · ~1,709 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
anchor_hash ~119

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.

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

No output schema declared.

No examples provided.

attest_decision ~207

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.

NameTypeReqDescription
decisionstringyesFree-form short label, e.g. "APPROVED", "REJECTED", "CONFIDENCE=0.93".
input_hashstringyes64-char hex SHA-256 of the agent's input.
output_hashstringyes64-char hex SHA-256 of the agent's output / decision payload.
schemestringyesSignature scheme: "eip191" (EVM personal_sign) or "ed25519" (Solana).
signaturestringyes0x-prefixed hex (eip191) or base58 (ed25519).
signer_pubkeyRequired for ed25519 (Solana base58 pubkey). Ignored for eip191 — address is recovered.

No output schema declared.

No examples provided.

aura_read ~54

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

NameTypeReqDescription
targetstringyesAnything to read the aura of.

No output schema declared.

No examples provided.

decode_calldata ~103

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

NameTypeReqDescription
calldata_hexstringyesRaw EVM calldata (>=4-byte selector), with or without 0x prefix.
chainstringyes"ethereum" supported; "solana" returns 400.
contract_addressOptional. Reserved for future on-chain ABI lookups; currently unused.

No output schema declared.

No examples provided.

decode_tx ~54

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

NameTypeReqDescription
chainstringyes
tx_hashstringyes

No output schema declared.

No examples provided.

grade_target ~37

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

NameTypeReqDescription
targetstringyesAnything to grade.

No output schema declared.

No examples provided.

intel_wallet ~78

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.

NameTypeReqDescription
walletstringyesEVM 0x… address (40 hex) or Solana base58 pubkey.

No output schema declared.

No examples provided.

investigate_wallet ~88

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.

NameTypeReqDescription
addressstringyesEVM 0x... or Solana base58 address to investigate.

No output schema declared.

No examples provided.

ledger_report ~187

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

NameTypeReqDescription
directionstringoutbound = spend, inbound = revenue.
formatstring
fromISO date or datetime, start of range. Default: 30 days before `to`.
group_bystring
include_unfilteredbooleanInclude non-x402 USDC transfers as category=other_transfer.
min_amountMinimum USDC per transfer, e.g. 0.001.
prepared_forOptional client name for the report header.
titleReport title; appears in the markdown header.
toISO date or datetime, end of range. Default: now.
walletstringyesEVM address (Base) whose x402 spend to reconstruct.

No output schema declared.

No examples provided.

ledger_summary ~154

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

NameTypeReqDescription
directionstringoutbound = spend, inbound = revenue.
fromISO date or datetime, start of range. Default: 30 days before `to`.
group_bystring
include_unfilteredbooleanInclude non-x402 USDC transfers as category=other_transfer.
min_amountMinimum USDC per transfer, e.g. 0.001.
toISO date or datetime, end of range. Default: now.
walletstringyesEVM address (Base) whose x402 spend to reconstruct.

No output schema declared.

No examples provided.

oracle_verdict ~44

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

NameTypeReqDescription
questionstringyesA yes/no question for the oracle.

No output schema declared.

No examples provided.

parse_datetime ~83

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

NameTypeReqDescription
base_timeISO 8601 reference; defaults to now UTC.
inputstringyesFreeform datetime string in any format.
timezonestringIANA tz name (e.g. 'America/New_York').

No output schema declared.

No examples provided.

resolve_name ~83

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

NameTypeReqDescription
namestringyesHuman-readable name, e.g. 'vitalik.eth' or 'bonfida.sol'. ENS (.eth) and Bonfida SNS (.sol) are supported.

No output schema declared.

No examples provided.

roast_target ~52

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

NameTypeReqDescription
targetstringyesAnything to roast: wallet, tweet, idea, code, etc.

No output schema declared.

No examples provided.

roll_random ~152

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

NameTypeReqDescription
commitmentOptional 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.
countintegerHow many integers to sample. 1-100.
highintegeryesInclusive high bound. Must be >= low.
labelOptional caller-defined tag (e.g. 'treasure_drop_42'). Included verbatim in the signed payload.
lowintegeryesInclusive low bound of the integer range.

No output schema declared.

No examples provided.

screen_wallet ~63

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

NameTypeReqDescription
walletstringyesEVM 0x… address (40 hex) or Solana base58 pubkey.

No output schema declared.

No examples provided.

tldr_text ~42

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

NameTypeReqDescription
text
url

No output schema declared.

No examples provided.

token_price ~109

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

NameTypeReqDescription
chainChain slug: base, ethereum, solana, polygon, arbitrum, optimism, bsc, avalanche. Use with contract.
contractToken contract address. Requires chain.
symbolToken symbol like 'ETH', 'BTC', 'SOL', 'USDC'. Mutually exclusive with chain+contract.

No output schema declared.

No examples provided.