home / mcp / bicscan mcp server

BICScan MCP Server

BICScan MCP Server

Installation
Add the following to your MCP client configuration file.

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.

How to use

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.

Usage patterns

  • Start the MCP client against a local stdio server for development and testing
  • Connect an MCP frontend to the HTTP endpoint for production deployments
  • Supply your BICSCAN API key in the environment to enable authorized requests
  • Query risk scores (0–100) for a given address, domain, or dApp URL
  • Retrieve asset holdings across supported chains for a given address
  • Perform real-time scans to ensure risks and assets are up to date

Available tools

riskScore

Query the risk score for a blockchain address, domain, or dApp URL, returning a value between 0 and 100 where higher indicates greater risk.

assetInfo

Retrieve detailed asset holdings for a specified address across supported blockchains, including cryptocurrencies and tokens.

realTimeScan

Initiate a real-time scan to obtain up-to-date risk and asset information from the BICScan API.

BICScan MCP Server - ahnlabio/bicscan-mcp