A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ahnlabio/bicscan-mcp below:

GitHub - ahnlabio/bicscan-mcp: BICScan MCP Server

A powerful and efficient Blockchain address risk scoring API MCP Server, leveraging the BICScan API to provide comprehensive risk assessments and asset information for blockchain addresses, domains, and decentralized applications (dApps).

🎉 We're listed on https://github.com/modelcontextprotocol/servers for official integration 🎉

bicscan-mcp.Demo.mp4

You con either use Python with uv or docker depending on your preference.

Depending on your environment, you can choose to use either uv, docker, or uvx.

  1. Python 3.10 or higher
  2. uv 0.6.x
  3. git
1.2. Clone the repository
git clone https://github.com/ahnlabio/bicscan-mcp
1.3. Config claude_desktop_config.json

Append following to claude_desktop_config.json.

Make sure to replace:

{
  "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"
      }
    }
  }
}
  1. Docker environment
2.2. Clone the repository
git clone https://github.com/ahnlabio/bicscan-mcp

Just run make in the repository directory to build docker image.

Append following to claude_desktop_config.json

Make sure to replace:

{
  "mcpServers": {
    ... some other mcp servers ...,
    "bicscan": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "--interactive",
        "--env", "BICSCAN_API_KEY=YOUR_BICSCAN_API_KEY_HERE",
        "bicscan-mcp"
      ]
    }
  }
}
  1. Python 3.10 or higher
  2. uv 0.6.x
  3. git
3.2. Config claude_desktop_config.json

Append following to claude_desktop_config.json.

Make sure to replace:

{
  "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"
      }
    }
  }
}
How to obtain Free BICScan API Key?
  1. Visit https://bicscan.io and register.
  2. Go to profile and create "Create App"
  3. Enter name and description on your choice.
  4. Replace YOUR_BICSCAN_API_KEY_HERE part from above config to your newly obtained key.
  5. restart the Claude Desktop.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4