Developer Tools
anchor-x402.com
Provides blockchain utilities for anchoring hashes, verifying wallet signatures, reading aura metadata, and decoding EVM calldata and transactions.
ENDPOINT 1
https://api.anchor-x402.com/mcp
MCP server metadata
- Name
- anchor-x402
- Version
- 0.3.0
18 pay-per-call services for agents: on-chain anchoring and attestation, wallet sanctions screening, Web3 data (tx/calldata decode, ENS/SNS, token prices), x402 spend accounting, content analysis, and verifiable randomness. No API key and no account. Every tool is priced in its description ($0.001-$1.77) and settles per call in USDC on Base or Solana via x402. Calling a tool without payment is not an error you should give up on: the result comes back with isError=true and a structuredContent.accepts array — that is the x402 challenge. Sign one of those payment options and retry the identical tools/call with a PAYMENT-SIGNATURE header (x402 V2; the V1 X-PAYMENT spelling is also accepted). Read-only tools are marked with annotations.readOnlyHint.
Known tools 18
attest_decisionAttest a decision over (input_hash, output_hash, decision): sign it yourself, or omit the signature and the treasury signs for you — then dual-chain anchor.
Inferred read-onlyaura_readRead the aura of anything — color, tier (S/A/B/C/D/F), score 0-9999, description.
Inferred read-onlydecode_calldataDecode raw EVM calldata into function name + typed parameters via openchain.xyz + eth_abi.
Inferred read-onlyinvestigate_walletAgent-driven wallet due diligence — multi-step investigation, signed markdown report + JSON sidecar, dual-chain anchored.
Inferred read-onlyledger_reportSigned + dual-chain-anchored x402 expense report (markdown + CSV, async job).
Inferred read-onlyledger_summaryx402 spend accounting for any Base wallet — totals + per-service breakdown reconstructed from chain data.
Inferred read-onlyparse_datetimeParse freeform datetime strings into ISO 8601 + components + relative time + confidence.
Inferred read-onlyroll_randomVerifiable RNG — cryptographically-random integer(s) signed by the treasury key.
Inferred read-onlyscreen_walletWallet risk pre-flight for agent payments: OFAC SDN sanctions plus address-reputation (drainer, phishing, mixer, laundering) resolved to an allow/review/block recommendation with per-signal detail.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.anchor-x402]
url = "https://api.anchor-x402.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"anchor-x402": {
"type": "http",
"url": "https://api.anchor-x402.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: anchor-x402
Remote MCP URL: https://api.anchor-x402.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"anchor-x402": {
"url": "https://api.anchor-x402.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"anchor-x402": {
"type": "http",
"url": "https://api.anchor-x402.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "anchor-x402",
"transport": "streamable-http",
"url": "https://api.anchor-x402.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for anchor-x402.com was fetched 2026-08-03T14:34:00.763Z.
anchor-x402.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.