← Registry

Security & Testing

blockchainanalysis.io

Provides blockchain security tools for checking wallet blacklist status, token honeypots, and active approvals.

x402 supported1 endpoint11 known toolsFirst detected July 18, 2026Last detected August 29, 2026

ENDPOINT 1

https://blockchainanalysis.io/api/mcp

No auth detected

MCP server metadata

Name
blockchainanalysis
Version
1.0.0
Capabilities
tools.listChanged

Known tools 11

check_stablecoin_freeze

Check whether Tether (USDT) or Circle (USDC) have blacklisted a wallet address on-chain.

Inferred read-only
get_freeze_events

Query the canonical stablecoin freeze ledger — the HISTORY of freeze / unfreeze / destroy events by Tether (USDT), Circle (USDC/EURC), Paxos (USDP) and First Digital (FDUSD), sourced from the issuers' own on-chain blacklist events across Ethereum, Polygon, Optimism, TRON and more.

Potential side effects
check_token_security

Simulate a buy-and-sell of an ERC-20 token on its main DEXes to surface honeypots (tokens you can buy but not sell), extreme transfer taxes, name/symbol impersonation, and active mint authority — cross-referenced against BA's 1B+ entity labels.

Potential side effects
check_token_approvals

List a wallet's active ERC-20 token approvals on Ethereum and who can move its funds — risk-scored against BA's 1B+ entity labels (scam / phishing / exploit / sanctioned spenders), flagging unlimited allowances and stale grants.

Inferred read-only
screen_agent_wallet

Boolean compliance verdict for an agent wallet or counterparty: clear / flagged / unknown, plus the top risk category, screened against BA's 1B+ entity labels (sanctions, scam, phishing, exploit, mixer) and live stablecoin freeze state.

Inferred read-only
list_supported_chains

List the BlockchainAnalysis MCP tools, the chains each supports, and pricing.

Inferred read-only
screen_address

Screen a wallet against BlockchainAnalysis's 1B+ entity-label dataset: sanctions (OFAC / EU / UN / UK HMT / Swiss SECO), scam, phishing, exploit, mixer, exchange, and more — each label carries a threat level (SAFE→CRITICAL), source, and confidence.

Inferred read-only
kyt_risk

Assess a wallet's KYT (Know-Your-Transaction) risk: sanctions + entity classification + VASP/jurisdiction score + cluster context → one risk verdict (critical / high / medium / low / unknown) with flags.

Inferred read-only
kyt_tx

Transaction KYT: screens BOTH counterparties of a transfer (from → to) against sanctions + entity + VASP + cluster, returning a combined risk level, a block/review/allow recommendation, and directional FROM:/TO: flags.

Potential side effects
oracle_verdict

Consumer-protection verdict for a wallet or contract: a normalized verdict (safe / caution / high_risk) with a 0-100 score, confidence tier, and plain-language reasons.

Inferred read-only
screen_agent_wallet_attested

Screen an agent wallet and return a SIGNED, on-chain-anchored compliance attestation: the verdict (clear / flagged / unknown) plus an EIP-712 (secp256k1) signature over the result and a BA Stamp anchor, so a third party or a smart contract can verify it offline via ecrecover without trusting us live.

Inferred read-only

CONNECT 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.blockchainanalysis]
url = "https://blockchainanalysis.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "blockchainanalysis": {
      "type": "http",
      "url": "https://blockchainanalysis.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: blockchainanalysis
Remote MCP URL: https://blockchainanalysis.io/api/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": {
    "blockchainanalysis": {
      "url": "https://blockchainanalysis.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "blockchainanalysis": {
      "type": "http",
      "url": "https://blockchainanalysis.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "blockchainanalysis",
  "transport": "streamable-http",
  "url": "https://blockchainanalysis.io/api/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 blockchainanalysis.io was fetched 2026-07-26T03:42:50.738Z and is being refreshed.

Trust status RestrictedContent

blockchainanalysis.io is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.