BICScan MCP Server
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
示例输出
如何使用。
您可以根据自己的喜好使用带有uv或docker Python。
根据您的环境,您可以选择使用uv 、 docker或uvx 。
1. 使用uv运行
1-1. 要求
Python 3.10 或更高版本
uv 0.6.x
git
1.2. 克隆存储库
git clone https://github.com/ahnlabio/bicscan-mcp1.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. 要求
Docker 环境
2.2. 克隆存储库
git clone https://github.com/ahnlabio/bicscan-mcp2.3. 构建 Docker 镜像。
只需在存储库目录中运行make即可构建 docker 镜像。
2.4. 配置
将以下内容附加到claude_desktop_config.json
确保替换:
YOUR_BICSCAN_API_KEY_HERE为从https://bicscan.io获取的 API 密钥(详情如下)
{
"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. 要求
Python 3.10 或更高版本
uv 0.6.x
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 密钥?
访问
https://bicscan.io并注册。进入个人资料并创建“创建应用程序”
输入您选择的名称和描述。
将上述配置中的
YOUR_BICSCAN_API_KEY_HERE部分替换为您新获得的密钥。重新启动 Claude 桌面。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceToken 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.1MIT
- AlicenseAqualityDmaintenanceURL 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.161601MIT

anchain-data-mcpofficial
AlicenseAqualityDmaintenanceEnables AI assistants to access AnChain.AI blockchain intelligence APIs for risk assessment, sanctions screening, and transaction analysis on blockchain addresses and transactions.206AGPL 3.0- FlicenseNot gradedqualityCmaintenanceProvides counterparty risk checks for any EVM address, returning malicious-history flags, tiered risk scoring, and plain-language summaries via x402 payment.
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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