MCP.so
登录

BICScan MCP Server

@ahnlabio

关于 BICScan MCP Server

BICScan MCP Server

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

ahnlabio

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器