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
出力例
使い方。
好みに応じて、Python をuvまたはdockerで使用できます。
環境に応じて、 uv 、 docker 、 uvxのいずれかを選択できます。
1. uvで走る
1-1. 要件
Python 3.10以上
uv 0.6.x
ギット
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: 無料の API キーはhttps://bicscan.ioから取得できます (詳細は下記)
{
"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_HEREhttps://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
ギット
3.2. claude_desktop_config.jsonの設定
claude_desktop_config.jsonに以下を追加します。
必ず置き換えてください:
YOUR_BICSCAN_API_KEY_HERE: 無料の API キーはhttps://bicscan.ioから取得できます (詳細は下記)
{
"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