
TON Blockchain MCP Server
The TON Blockchain MCP Server enables natural language interaction with the TON blockchain for AI assistants. It supports real-time analysis, scam detection, tr...
Integrate real-time blockchain risk scoring and crypto asset analysis into your FlowHunt AI flows with BICScan MCP Server for enhanced security and research capabilities.
BICScan MCP Server serves as a bridge between AI assistants and the BICScan API, enabling AI-driven applications to access blockchain risk scoring and asset information in real time. By exposing tools through the Model Context Protocol (MCP), BICScan MCP empowers developers to integrate comprehensive risk assessment features into their workflows. The server can evaluate the risk of blockchain addresses, domains, and decentralized applications (dApps), providing scores that help identify potential fraud or high-risk activities. It also supports retrieval of detailed asset holdings for crypto addresses across multiple blockchain networks. This integration enables AI models and assistants to perform secure, up-to-date blockchain research, risk monitoring, and asset inspection, enhancing development and security analysis workflows.
No explicit prompt templates are documented in the repository or README.
No explicit MCP resources are documented in the repository or README.
No direct server.py or tool listing is available in the README or main file tree. However, based on the feature description:
Note: Tool names and details are inferred from the README’s feature list, as no explicit tool schema is provided.
Blockchain Address Risk Assessment
Instantly analyze wallet addresses or domains for risk, helping developers and security teams identify suspicious actors or compromised assets.
Asset Portfolio Analysis
Retrieve detailed token and coin holdings for a given address, supporting due diligence, auditing, and portfolio management use cases.
Real-time Security Monitoring
Integrate real-time scanning into automated systems to monitor changes in address risk status and asset composition.
dApp and Domain Reputation Checks
Evaluate the risk of interacting with specific decentralized applications or domains before engaging in transactions or partnerships.
Fraud Detection Automation
Enhance fraud detection systems by embedding BICScan’s risk scoring into AI-driven workflows for proactive threat identification.
No Windsurf-specific setup documentation is provided.
uv
0.6.x.git clone https://github.com/ahnlabio/bicscan-mcp
claude_desktop_config.json
:bicscan
MCP server entry, replacing paths and keys as needed.{
"mcpServers": {
"bicscan": {
"command": "uv",
"args": [
"--directory",
"YOUR_BICSCAN_REPO_DIR_HERE",
"run",
"bicscan-mcp"
],
"env": {
"BICSCAN_API_KEY": "YOUR_BICSCAN_API_KEY_HERE"
}
}
}
}
No Cursor-specific setup documentation is provided.
No Cline-specific setup documentation is provided.
git clone https://github.com/ahnlabio/bicscan-mcp
make
claude_desktop_config.json
):{
"mcpServers": {
"bicscan": {
"command": "docker",
"args": [
"run",
"--rm",
"--interactive",
"--env", "BICSCAN_API_KEY=YOUR_BICSCAN_API_KEY_HERE",
"bicscan-mcp"
]
}
}
}
Use environment variables to securely provide API keys, as shown in the configuration examples above:
"env": {
"BICSCAN_API_KEY": "YOUR_BICSCAN_API_KEY_HERE"
}
Replace "YOUR_BICSCAN_API_KEY_HERE"
with your actual BICScan API key, which you can obtain from https://bicscan.io.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"bicscan": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “bicscan” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | README provides a clear overview |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No resources documented |
List of Tools | ✅ | Inferred from features; not directly listed |
Securing API Keys | ✅ | Documented in setup section |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation and repository structure, the BICScan MCP server provides valuable tools for blockchain risk analysis but lacks documentation on prompt templates, resources, and advanced MCP features like sampling or roots. The setup process is well documented for some platforms, especially Claude and Docker.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 8 |
Number of Stars | 3 |
Rating:
Based on the two tables, I would rate this MCP a 5 out of 10. It is functional and secure, with solid setup instructions and clear tools, but lacks depth in documentation regarding MCP-specific resources, prompts, and advanced features.
BICScan MCP Server is a middleware that connects AI assistants to the BICScan API, enabling real-time blockchain risk scoring and asset analysis for addresses, domains, and dApps.
It offers a Risk Scoring Tool for addresses/domains/dApps, an Asset Information Tool for crypto holdings, and Real-time Scanning for up-to-date blockchain data.
Always provide your API key as an environment variable in your configuration, never hardcode it. See setup examples for proper usage.
Use cases include blockchain address risk assessment, asset portfolio analysis, real-time security monitoring, dApp/domain reputation checks, and fraud detection automation.
Add the MCP component to your flow, open its configuration, and insert your BICScan MCP server details. Use the JSON format shown in the documentation and update the server URL and name as needed.
Integrate BICScan MCP Server into your FlowHunt workflows for seamless, real-time blockchain risk analysis and asset inspection.
The TON Blockchain MCP Server enables natural language interaction with the TON blockchain for AI assistants. It supports real-time analysis, scam detection, tr...
The BNBChain MCP Server is a plug-and-play Model Context Protocol (MCP) server for integrating Binance Smart Chain blockchain operations into AI agents, develop...
The Bankless Onchain MCP Server enables structured, programmatic access to blockchain data via the Bankless API, supporting AI assistants and developer tools wi...