BICScan MCP Server
Servidor MCP de BICScan
Un servidor MCP API de puntuación de riesgo de direcciones de blockchain potente y eficiente, que aprovecha la API BICScan para proporcionar evaluaciones de riesgo integrales e información de activos para direcciones de blockchain, dominios y aplicaciones descentralizadas (dApps).
🎉 Estamos listados en https://github.com/modelcontextprotocol/servers para integración oficial 🎉
https://github.com/user-attachments/assets/f9425429-1cb1-4508-b962-81351075258b
Características principales
Puntuación de riesgo : obtenga puntuaciones de riesgo para varias entidades blockchain, incluidas direcciones de criptomonedas, nombres de dominio y URL de aplicaciones descentralizadas, con puntuaciones que van de 0 a 100, donde 100 indica un alto riesgo.
Información de activos : recupere tenencias de activos detalladas para direcciones criptográficas específicas, incluidas criptomonedas y tokens, con soporte para múltiples redes blockchain.
Escaneo en tiempo real : utilice la API de BICScan para realizar escaneos en tiempo real y recibir información actualizada sobre riesgos potenciales y tenencias de activos.
Seguro y confiable : construido con manejo y registro de errores robustos para garantizar operaciones seguras y confiables.
Related MCP server: unphurl-mcp
Ejemplo de salida
Modo de empleo.
Puede utilizar Python con uv o docker según su preferencia.
Dependiendo de su entorno, puede elegir utilizar uv , docker o uvx .
1. Corriendo con uv
1-1. Requisitos
Python 3.10 o superior
ultravioleta 0.6.x
git
1.2. Clonar el repositorio
git clone https://github.com/ahnlabio/bicscan-mcp1.3. Configuración claude_desktop_config.json
Agregue lo siguiente a claude_desktop_config.json .
Asegúrese de reemplazar:
YOUR_BICSCAN_REPO_DIR_HERE: a algo comoC:\\Users\\ABC\\repo\\bicscan-mcpo/home/abc/repo/bicscan-mcpde manera similar.YOUR_BICSCAN_API_KEY_HERE: puede obtener una clave API gratuita en https://bicscan.io (detalles a continuación)
{
"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. Ejecución con Docker
2.1. Requisitos
Entorno Docker
2.2. Clonar el repositorio
git clone https://github.com/ahnlabio/bicscan-mcp2.3. Construir imagen de Docker.
Simplemente ejecute make en el directorio del repositorio para crear una imagen de Docker.
2.4. Configuración
Agregue lo siguiente a claude_desktop_config.json
Asegúrese de reemplazar:
YOUR_BICSCAN_API_KEY_HEREa la clave API obtenida de https://bicscan.io (detalles a continuación)
{
"mcpServers": {
... some other mcp servers ...,
"bicscan": {
"command": "docker",
"args": [
"run",
"--rm",
"--interactive",
"--env", "BICSCAN_API_KEY=YOUR_BICSCAN_API_KEY_HERE",
"bicscan-mcp"
]
}
}
}3. Correr con uvx
3.1. Requisitos
Python 3.10 o superior
ultravioleta 0.6.x
git
3.2. Configuración claude_desktop_config.json
Agregue lo siguiente a claude_desktop_config.json .
Asegúrese de reemplazar:
YOUR_BICSCAN_API_KEY_HERE: puede obtener una clave API gratuita en https://bicscan.io (detalles a continuación)
{
"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"
}
}
}
}¿Cómo obtener una clave API de BICScan gratuita?
Visita
https://bicscan.ioy regístrate.Vaya al perfil y cree "Crear aplicación"
Ingrese el nombre y la descripción de su elección.
Reemplace la parte
YOUR_BICSCAN_API_KEY_HEREde la configuración anterior por la clave recién obtenida.reinicie el escritorio 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