Loading...

BICScan MCP server provides blockchain address risk scoring and asset information via the BICScan API, enabling users to assess the risk associated with crypto addresses, domains, and dApps.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
BICScan MCP server provides blockchain address risk scoring and asset information via the BICScan API, enabling users to assess the risk associated with crypto addresses, domains, and dApps.
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.
Performance depends on the BICScan API's response times and network latency. Optimize API calls to minimize delays.
Cost is primarily determined by BICScan API usage. Monitor API call volume to avoid unexpected charges.
{
"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"
}
}
}
}BICSCAN_API_KEYget_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.
API Key
cloud
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.
The server primarily supports read-only operations, limiting the risk of unintended modifications. Sandboxing is inherent due to the API-driven nature.
Production Tip
Monitor API usage and error rates to ensure the BICScan API is performing reliably and within rate limits.
The server accesses blockchain address, domain, and dApp URL data to retrieve risk scores and asset information via the BICScan API.
The BICSCAN_API_KEY should be stored securely as an environment variable and access to it should be restricted.
The server will be unable to retrieve risk scores and asset information, and error messages will be generated.
The data is intended to be up-to-date, but there may be delays depending on the BICScan API's update frequency.
The free API key may have rate limits or restrictions on the amount of data that can be accessed.
No, this server is designed for read-only operations such as retrieving risk scores and asset information.
Implement logging to track API requests, responses, and errors. Monitor API usage to ensure it stays within rate limits.