Security & Testing
blockchainanalysis.io
Provides blockchain security tools for checking wallet blacklist status, token honeypots, and active approvals.
ENDPOINT 1
https://blockchainanalysis.io/api/mcp
MCP server metadata
- Name
- blockchainanalysis
- Version
- 1.0.0
Known tools 11
check_stablecoin_freezeCheck whether Tether (USDT) or Circle (USDC) have blacklisted a wallet address on-chain.
Inferred read-onlyget_freeze_eventsQuery 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 effectscheck_token_securitySimulate 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 effectscheck_token_approvalsList 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-onlyscreen_agent_walletBoolean 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-onlylist_supported_chainsList the BlockchainAnalysis MCP tools, the chains each supports, and pricing.
Inferred read-onlyscreen_addressScreen 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-onlykyt_riskAssess 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-onlykyt_txTransaction 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 effectsoracle_verdictConsumer-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-onlyscreen_agent_wallet_attestedScreen 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-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.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.
blockchainanalysis.io is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.