
BICScan
official
ai
Risk score / asset holdings of EVM blockchain address (EOA, CA, ENS) and even domain names.
BICScan MCP Server
A powerful and efficient Blockchain address risk scoring API MCP Server, leveraging the BICScan API to provide comprehensive risk assessments and asset information for blockchain addresses, domains, and decentralized applications (dApps).
š We're listed on https://github.com/modelcontextprotocol/servers for official integration š
Key Features
- Risk Scoring: Obtain risk scores for various blockchain entities, including crypto addresses, domain names, and decentralized application URLs, with scores ranging from 0 to 100, where 100 indicates high risk.
- Asset Information: Retrieve detailed asset holdings for specified crypto addresses, including cryptocurrencies and tokens, with support for multiple blockchain networks.
- Real-time Scanning: Utilize the BICScan API to perform real-time scans and receive up-to-date information on potential risks and asset holdings.
- Secure and Reliable: Built with robust error handling and logging to ensure secure and reliable operations.
Example Output
How to use.
You con either use Python with
uv
or docker
depending on your preference.Depending on your environment, you can choose to use either
uv
, docker
, or uvx
.1. Running with uv
uv
1-1. Requirements
- Python 3.10 or higher
- uv 0.6.x
- git
1.2. Clone the repository
git clone https://github.com/ahnlabio/bicscan-mcp
1.3. Config claude_desktop_config.json
claude_desktop_config.json
Append following to
claude_desktop_config.json
.Make sure to replace:
: to something likeYOUR_BICSCAN_REPO_DIR_HERE
orC:\\Users\\ABC\\repo\\bicscan-mcp
similarly./home/abc/repo/bicscan-mcp
: to free API key can be obtained from https://bicscan.io (details below)YOUR_BICSCAN_API_KEY_HERE
{ "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" } } } }
2. Running with Docker
Docker
2.1. Requirements
- Docker environment
2.2. Clone the repository
git clone https://github.com/ahnlabio/bicscan-mcp
2.3. Build Docker image.
Just run
make
in the repository directory to build docker image.2.4. Config
Append following to
claude_desktop_config.json
Make sure to replace:
to API key obtained from https://bicscan.io (details below)YOUR_BICSCAN_API_KEY_HERE
{ "mcpServers": { ... some other mcp servers ..., "bicscan": { "command": "docker", "args": [ "run", "--rm", "--interactive", "--env", "BICSCAN_API_KEY=YOUR_BICSCAN_API_KEY_HERE", "bicscan-mcp" ] } } }
3. Running with uvx
uvx
3.1. Requirements
- Python 3.10 or higher
- uv 0.6.x
- git
3.2. Config claude_desktop_config.json
claude_desktop_config.json
Append following to
claude_desktop_config.json
.Make sure to replace:
: to free API key can be obtained from https://bicscan.io (details below)YOUR_BICSCAN_API_KEY_HERE
{ "mcpServers": { ... some other mcp servers ..., "bicscan": { "command": "uvx", "args": [ "--from", "git+https://github.com/ahnlabio/bicscan-mcp", "bicscan-mcp" ], "env": { "BICSCAN_API_KEY": "YOUR_BICSCAN_API_KEY_HERE" } } } }
How to obtain Free BICScan API Key?
- Visit
and register.https://bicscan.io
- Go to profile and create "Create App"
- Enter name and description on your choice.
- Replace
part from above config to your newly obtained key.YOUR_BICSCAN_API_KEY_HERE
- restart the Claude Desktop.
Related Servers

AgentQL
official
Enable AI agents to get structured data from unstructured web with [AgentQL](https://www.agentql.com/).
View DetailsChronulus AI
official
Predict anything with Chronulus AI forecasting and prediction agents.
View Details
Dart
official
Interact with task, doc, and project data in [Dart](https://itsdart.com), an AI-native project management tool
View Details