Skip to main content
Glama
ahnlabio

BICScan MCP Server

by ahnlabio

BICScan MCP 服务器

强大高效的区块链地址风险评分 API MCP 服务器,利用 BICScan API 为区块链地址、域名和去中心化应用程序 (dApps) 提供全面的风险评估和资产信息。

🎉 我们在https://github.com/modelcontextprotocol/servers上列出,用于官方集成 🎉

https://github.com/user-attachments/assets/f9425429-1cb1-4508-b962-81351075258b

主要特点

  • 风险评分:获取各种区块链实体的风险评分,包括加密地址、域名和去中心化应用程序 URL,评分范围从 0 到 100,其中 100 表示高风险。

  • 资产信息:检索指定加密地址的详细资产持有情况,包括加密货币和代币,支持多个区块链网络。

  • 实时扫描:利用 BICScan API 执行实时扫描并接收有关潜在风险和资产持有的最新信息。

  • 安全可靠:具有强大的错误处理和日志记录功能,可确保操作安全可靠。

Related MCP server: unphurl-mcp

示例输出

如何使用。

您可以根据自己的喜好使用带有uvdocker Python。

根据您的环境,您可以选择使用uvdockeruvx

1. 使用uv运行

1-1. 要求

  1. Python 3.10 或更高版本

  2. uv 0.6.x

  3. git

1.2. 克隆存储库

git clone https://github.com/ahnlabio/bicscan-mcp

1.3. 配置claude_desktop_config.json

将以下内容附加到claude_desktop_config.json

确保替换:

  • YOUR_BICSCAN_REPO_DIR_HERE :类似于C:\\Users\\ABC\\repo\\bicscan-mcp/home/abc/repo/bicscan-mcp

  • YOUR_BICSCAN_API_KEY_HERE :可从https://bicscan.io获取免费 API 密钥(详情如下)

{
  "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. 使用Docker运行

2.1. 要求

  1. Docker 环境

2.2. 克隆存储库

git clone https://github.com/ahnlabio/bicscan-mcp

2.3. 构建 Docker 镜像。

只需在存储库目录中运行make即可构建 docker 镜像。

2.4. 配置

将以下内容附加到claude_desktop_config.json

确保替换:

{
  "mcpServers": {
    ... some other mcp servers ...,
    "bicscan": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "--interactive",
        "--env", "BICSCAN_API_KEY=YOUR_BICSCAN_API_KEY_HERE",
        "bicscan-mcp"
      ]
    }
  }
}

3. 使用uvx运行

3.1. 要求

  1. Python 3.10 或更高版本

  2. uv 0.6.x

  3. git

3.2. 配置claude_desktop_config.json

将以下内容附加到claude_desktop_config.json

确保替换:

  • YOUR_BICSCAN_API_KEY_HERE :可从https://bicscan.io获取免费 API 密钥(详情如下)

{
  "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"
      }
    }
  }
}

如何获取免费的 BICScan API 密钥?

  1. 访问https://bicscan.io并注册。

  2. 进入个人资料并创建“创建应用程序”

  3. 输入您选择的名称和描述。

  4. 将上述配置中的YOUR_BICSCAN_API_KEY_HERE部分替换为您新获得的密钥。

  5. 重新启动 Claude 桌面。

Install Server
A
license - permissive license
B
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Token safety oracle for AI agents. Honeypot detection, 17 scam pattern checks, LP lock verification across 6 EVM chains. Score 0-100 with risk flags. ERC Token Safety Score standard.
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    URL intelligence for AI agents. One URL in, structured security and data quality signals out across 7 dimensions. 13 tools, risk score 0-100 with 23 configurable weights.
    16
    160
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides counterparty risk checks for any EVM address, returning malicious-history flags, tiered risk scoring, and plain-language summaries via x402 payment.

View all related MCP servers

Related MCP Connectors

  • Check a Base contract, transaction or web page before you act. Free pricing, paid per call in USDC.

  • Credit score and risk analysis of a person or company. Platform-hosted, no credentials, pay per quer

  • HiveAddressScreen MCP — pre-settlement on-chain risk screen. 17-vector GoPlus rail

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahnlabio/bicscan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server