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). - Risk Scoring: Obtain risk scores for various blockchain entities, including crypto addresses, domain names, and decentralized application URLs, with scores ran
Add this skill
npx mdskills install ahnlabio/bicscan-mcpWell-documented blockchain risk assessment MCP server with clear setup for multiple deployment methods
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).
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.
uvgit clone https://github.com/ahnlabio/bicscan-mcp
claude_desktop_config.jsonAppend following to claude_desktop_config.json.
Make sure to replace:
YOUR_BICSCAN_REPO_DIR_HERE: to something like C:\\Users\\ABC\\repo\\bicscan-mcp or /home/abc/repo/bicscan-mcp similarly.YOUR_BICSCAN_API_KEY_HERE: to free API key can be obtained from https://bicscan.io (details below){
"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"
}
}
}
}
Dockergit clone https://github.com/ahnlabio/bicscan-mcp
Just run make in the repository directory to build docker image.
Append following to claude_desktop_config.json
Make sure to replace:
YOUR_BICSCAN_API_KEY_HERE to API key obtained from https://bicscan.io (details below){
"mcpServers": {
... some other mcp servers ...,
"bicscan": {
"command": "docker",
"args": [
"run",
"--rm",
"--interactive",
"--env", "BICSCAN_API_KEY=YOUR_BICSCAN_API_KEY_HERE",
"bicscan-mcp"
]
}
}
}
uvxclaude_desktop_config.jsonAppend following to claude_desktop_config.json.
Make sure to replace:
YOUR_BICSCAN_API_KEY_HERE: to free API key can be obtained from https://bicscan.io (details below){
"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"
}
}
}
}
https://bicscan.io and register.YOUR_BICSCAN_API_KEY_HERE part from above config to your newly obtained key.Install via CLI
npx mdskills install ahnlabio/bicscan-mcpBICScan MCP Server is a free, open-source AI agent skill. 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). - Risk Scoring: Obtain risk scores for various blockchain entities, including crypto addresses, domain names, and decentralized application URLs, with scores ran
Install BICScan MCP Server with a single command:
npx mdskills install ahnlabio/bicscan-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
BICScan MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.