Loading...
{
"mcpServers": {
... some other mcp servers ...,
"bicscan": {
"command": "uv",
"args": [
"--directory",
"YOUR_BICSCAN_REPO_DIR_HERE",
"run",
"bicscan-mcp"
],
"env": {
"BICSCAN_API_KEY": "YOUR_BICSCAN_API_KEY_HERE"
}
}
}
}get_risk_scoreRetrieves a risk score for a given blockchain address, domain, or dApp URL.
Read-only operation; no modification of data.
get_asset_informationRetrieves detailed asset holdings for a specified crypto address.
Read-only operation; no modification of data.
The BICScan MCP server is relatively safe for read-only operations. However, securing the API key is crucial. Exercise caution when handling API responses to prevent information disclosure. It is risky if the API key is exposed or the BICScan API has vulnerabilities.