ahnlabio/bicscan-mcp
BICScan MCP Server
Platform-specific configuration:
{
"mcpServers": {
"bicscan-mcp": {
"command": "npx",
"args": [
"-y",
"bicscan-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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": "YOULoading reviews...