home / mcp / bicscan mcp server
BICScan MCP Server
Configuration
View docs{
"mcpServers": {
"ahnlabio-bicscan-mcp": {
"command": "uv",
"args": [
"--directory",
"YOUR_BICSCAN_REPO_DIR_HERE",
"run",
"bicscan-mcp"
],
"env": {
"BICSCAN_API_KEY": "YOUR_BICSCAN_API_KEY_HERE"
}
}
}
}You can deploy and run the BICScan MCP Server to obtain risk scores and asset information for blockchain addresses, domains, and dApps. It integrates with the BICScan API to deliver real-time risk assessments and asset holdings across multiple networks, while keeping operations secure and reliable.
Set up your MCP client to point at one or more available MCP endpoints exposed by the BICScan MCP Server. You can run the server locally via standard I/O processes or connect to a remote HTTP endpoint. The server provides three core capabilities: risk scoring for addresses/domains/dApps, asset information retrieval across supported networks, and real-time scans to keep risk data current. Provide your API key to enable secure access, and use the MCP client to request a risk score, asset holdings, or a real-time scan for a specific address or domain.
Query the risk score for a blockchain address, domain, or dApp URL, returning a value between 0 and 100 where higher indicates greater risk.
Retrieve detailed asset holdings for a specified address across supported blockchains, including cryptocurrencies and tokens.
Initiate a real-time scan to obtain up-to-date risk and asset information from the BICScan API.