MCP.so
Sign In

BICScan MCP Server

@ahnlabio

About BICScan MCP Server

BICScan MCP Server

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

ahnlabio

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "bicscan": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/ahnlabio/bicscan-mcp",
        "bicscan-mcp"
      ],
      "env": {
        "BICSCAN_API_KEY": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is BICScan MCP Server?

BICScan MCP Server is a blockchain address risk scoring API MCP server that leverages the BICScan API to provide risk assessments and asset information for blockchain addresses, domains, and decentralized applications (dApps). It is designed for developers and security analysts who need real-time risk intelligence and asset holdings data within the Claude ecosystem.

How to use BICScan MCP Server?

Install and run the server using uv (with Python 3.10+ and uv 0.6.x), docker, or uvx. Clone the repository, obtain a free API key from https://bicscan.io, and configure claude_desktop_config.json with the appropriate command, arguments, and BICSCAN_API_KEY environment variable. The server then exposes tools for risk scoring and asset retrieval.

Key features of BICScan MCP Server

  • Risk scoring from 0 to 100 for crypto addresses, domains, and dApps
  • Detailed asset holdings by blockchain network and token type
  • Real-time scanning via the BICScan API
  • Robust error handling and logging for secure operations

Use cases of BICScan MCP Server

  • Assess the risk of a cryptocurrency address before transacting
  • Check the risk score of a domain name linked to blockchain activity
  • Investigate the risk of a decentralized application (dApp) URL
  • Retrieve and display asset holdings for a given blockchain address
  • Integrate on-chain risk analysis into Claude workflows

FAQ from BICScan MCP Server

How do I get a free BICScan API key?

Register at https://bicscan.io, go to your profile, create an app, and copy the generated key.

What are the runtime requirements for BICScan MCP Server?

For uv or uvx methods: Python 3.10 or higher, uv 0.6.x, and git. For Docker: a Docker environment.

What data does BICScan MCP Server provide?

It provides risk scores (0–100) for blockchain entities and detailed asset holdings for cryptocurrency addresses, including cryptocurrencies and tokens.

Which authentication method does BICScan MCP Server use?

Authentication is done via an API key passed as the BICSCAN_API_KEY environment variable. No other auth methods are documented.

Comments

More Other MCP servers