home/skills/research/bicscan-mcp

BICScan Risk Scanner

MCP

Blockchain address risk scoring MCP. Risk scores 0-100 for addresses, domains, and dApps. Multi-chain support.

๐ŸŸข pass (100)skillResearchresearchgithubSource โ†’
securityriskblockchainscanningmcp
# BICScan Risk Scanner MCP

Blockchain address risk scoring via MCP. Returns risk scores 0โ€“100 for wallet addresses, domains, and dApps across multiple chains.

## Agent Usage

### Install
```json
{
  "mcpServers": {
    "bicscan": {
      "command": "npx",
      "args": ["-y", "bicscan-mcp"],
      "env": { "BICSCAN_API_KEY": "<your-key>" }
    }
  }
}
```

### Key Tools
- `check_address_risk` โ€” get a 0โ€“100 risk score for a wallet address (0 = safe, 100 = high risk)
- `check_domain_risk` โ€” scan a domain/dApp URL for phishing or scam indicators
- `get_risk_details` โ€” detailed breakdown of risk factors (sanctions, mixer usage, exploit history)

### Example Prompt
> "Check the risk score for address 0xabc...123 before I send funds."

### When to Use
- Before interacting with an unknown wallet or contract
- Screening dApp URLs for phishing
- Pre-trade checks in automated trading workflows

---
*Source: [ahnlabio/bicscan-mcp](https://github.com/ahnlabio/bicscan-mcp)*
๐Ÿงช Found this useful?
The $SKILL experiment is building the agent skill distribution layer. Every skill you discover through this directory is part of the experiment.