Risk score / asset holdings of EVM blockchain address (EOA, CA, ENS) and even domain names.
Harness the power of the BICScan API to provide your Language Model applications with comprehensive blockchain risk assessments and asset information, seamlessly integrated through the Model Context Protocol (MCP).
Choose your preferred deployment method: uv
, Docker
, or uvx
.
uv
uv
(version 0.6.x)git
git clone https://github.com/ahnlabio/bicscan-mcp
claude_desktop_config.json
Append the following configuration to your claude_desktop_config.json
file.
Important: Replace the placeholders:
YOUR_BICSCAN_REPO_DIR_HERE
: The absolute path to your cloned bicscan-mcp
repository (e.g., C:\\Users\\ABC\\repo\\bicscan-mcp
or /home/abc/repo/bicscan-mcp
).YOUR_BICSCAN_API_KEY_HERE
: Your BICScan API key (obtained from https://bicscan.io - see instructions below).{ "mcpServers": { // ... 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" } } } }
Docker
git clone https://github.com/ahnlabio/bicscan-mcp
Execute make
within the repository directory to build the Docker image.
claude_desktop_config.json
Append the following configuration to your claude_desktop_config.json
file.
Important: Replace YOUR_BICSCAN_API_KEY_HERE
with your BICScan API key (obtained from https://bicscan.io - see instructions below).
{ "mcpServers": { // ... other MCP servers ... "bicscan": { "command": "docker", "args": [ "run", "--rm", "--interactive", "--env", "BICSCAN_API_KEY=YOUR_BICSCAN_API_KEY_HERE", "bicscan-mcp" ] } } }
uvx
uv
(version 0.6.x)git
claude_desktop_config.json
Append the following configuration to your claude_desktop_config.json
file.
Important: Replace YOUR_BICSCAN_API_KEY_HERE
with your BICScan API key (obtained from https://bicscan.io - see instructions below).
{ "mcpServers": { // ... 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" } } } }
YOUR_BICSCAN_API_KEY_HERE
placeholder in your claude_desktop_config.json
with your newly obtained API key.Now your LLM applications can leverage the power of BICScan for enhanced blockchain risk assessment and asset intelligence!
๐ โ๏ธ Octagon AI Agents to integrate private and public market data
๐ โ๏ธ An MCP server for checking and revoking ERC-20 token allowances across multiple blockchains.
๐ โ๏ธ An MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.
๐ โ๏ธ An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.