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.
Available components
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
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- 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. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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
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
claude mcp add --transport http hypeprinter007-stack-anchor-x402 https://api.anchor-x402.com/mcp
[mcp_servers.hypeprinter007-stack-anchor-x402] url = "https://api.anchor-x402.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"hypeprinter007-stack-anchor-x402": {
"type": "remote",
"url": "https://api.anchor-x402.com/mcp",
"enabled": true
}
}
} openclaw mcp add hypeprinter007-stack-anchor-x402 --url https://api.anchor-x402.com/mcp --transport streamable-http
mcp_servers:
hypeprinter007-stack-anchor-x402:
url: "https://api.anchor-x402.com/mcp" {
"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.
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.
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 |
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.
anchor_hash anchor ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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). |
No output schema declared.
No examples provided.
attest_decision attest ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| decision | string | yes | Free-form short label, e.g. "APPROVED", "REJECTED", "CONFIDENCE=0.93". |
| input_hash | string | yes | 64-char hex SHA-256 of the agent's input. |
| output_hash | string | yes | 64-char hex SHA-256 of the agent's output / decision payload. |
| scheme | string | yes | Signature scheme: "eip191" (EVM personal_sign) or "ed25519" (Solana). |
| signature | string | yes | 0x-prefixed hex (eip191) or base58 (ed25519). |
| signer_pubkey | — | — | Required for ed25519 (Solana base58 pubkey). Ignored for eip191 — address is recovered. |
No output schema declared.
No examples provided.
aura_read aura ~54
Read the aura of anything — color, tier (S/A/B/C/D/F), score 0-9999, description. $0.01 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| target | string | yes | Anything to read the aura of. |
No output schema declared.
No examples provided.
decode_calldata decode/calldata ~103
Decode raw EVM calldata into function name + typed parameters via openchain.xyz + eth_abi. EVM-only. $0.001 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| calldata_hex | string | yes | Raw EVM calldata (>=4-byte selector), with or without 0x prefix. |
| chain | string | yes | "ethereum" supported; "solana" returns 400. |
| contract_address | — | — | Optional. Reserved for future on-chain ABI lookups; currently unused. |
No output schema declared.
No examples provided.
decode_tx decode/tx ~54
Structured decode of any mainnet transaction by hash. Supports Base, Ethereum, Solana. Mined txs cached. $0.001 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | — |
| tx_hash | string | yes | — |
No output schema declared.
No examples provided.
grade_target grade ~37
Academic letter grade with red-pen marginalia for anything. $0.01 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| target | string | yes | Anything to grade. |
No output schema declared.
No examples provided.
intel_wallet 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.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | EVM 0x… address (40 hex) or Solana base58 pubkey. |
No output schema declared.
No examples provided.
investigate_wallet investigate ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | EVM 0x... or Solana base58 address to investigate. |
No output schema declared.
No examples provided.
ledger_report ledger/report ~187
Signed + dual-chain-anchored x402 expense report (markdown + CSV, async job). $0.35 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | EVM address (Base) whose x402 spend to reconstruct. |
No output schema declared.
No examples provided.
ledger_summary ledger/summary ~154
x402 spend accounting for any Base wallet — totals + per-service breakdown reconstructed from chain data. $0.01 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | EVM address (Base) whose x402 spend to reconstruct. |
No output schema declared.
No examples provided.
oracle_verdict oracle ~44
Yes/no oracle with dual-chain anchored verdict (Base + Solana). $0.05 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| question | string | yes | A yes/no question for the oracle. |
No output schema declared.
No examples provided.
parse_datetime parse/datetime ~83
Parse freeform datetime strings into ISO 8601 + components + relative time + confidence. $0.001 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| base_time | — | — | ISO 8601 reference; defaults to now UTC. |
| input | string | yes | Freeform datetime string in any format. |
| timezone | string | — | IANA tz name (e.g. 'America/New_York'). |
No output schema declared.
No examples provided.
resolve_name resolve/name ~83
Cross-chain name resolution: ENS (.eth) and Bonfida SNS (.sol). Returns resolved address(es). 1h cache. $0.001 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Human-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 roast ~52
Witty roast of any target — wallet, tweet, idea, code, anything. $0.05 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| target | string | yes | Anything to roast: wallet, tweet, idea, code, etc. |
No output schema declared.
No examples provided.
roll_random roll ~152
Verifiable RNG — cryptographically-random integer(s) signed by the treasury key. Drop-in VRF for game studios. $0.001 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Inclusive high bound. Must be >= low. |
| label | — | — | Optional caller-defined tag (e.g. 'treasure_drop_42'). Included verbatim in the signed payload. |
| low | integer | yes | Inclusive low bound of the integer range. |
No output schema declared.
No examples provided.
screen_wallet screen ~63
OFAC SDN sanctions + AML screening for any wallet address. Returns sanctions match, flagged programs, risk level. $0.001 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | EVM 0x… address (40 hex) or Solana base58 pubkey. |
No output schema declared.
No examples provided.
tldr_text tldr ~42
Summarize a URL or pasted text into 3-5 concise bullets. $0.01 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| text | — | — | — |
| url | — | — | — |
No output schema declared.
No examples provided.
token_price price/token ~109
USD spot price for any major token. By symbol or chain+contract. CoinGecko-backed, 60s cache. $0.001 USDC.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.