anchain-data-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@anchain-data-mcpScreen this address for sanctions: 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AnChain.ai Data API & MCP
Model Context Protocol (MCP) server for the AnChain.AI Data API - a comprehensive blockchain intelligence platform powered by AI/ML that enables developers, investigators, and compliance officers to manage risk and ensure regulatory compliance in Web3 applications.
Features
Intelligence APIs
Core risk assessment and entity identification for blockchain addresses and transactions, delivering real-time risk scores, category labels, and suspicious activity detection.
Analytics APIs
Advanced behavioral analysis and transaction flow tracking, including statistical insights, attribution analysis, transaction graphs, automated tracing, and smart contract analysis.
Sanctions APIs
Comprehensive screening against global watchlists, including OFAC and international sanctions databases from multiple jurisdictions (US, EU, UK, Canada, Australia, Switzerland, Israel, Japan, UN, South Africa, and Zambia).
Insights APIs
Curated threat intelligence and industry news aggregation from specialized blockchain and cryptocurrency sources.
Related MCP server: web3-mcp
Requirements
Python 3.12 or higher
uvpackage manager
Installation
Install
uvif you haven't already:
pip install uvClone this repository:
git clone <repository-url>
cd anchain-data-mcpInitialize the project and install dependencies:
uv init
uv syncThis will set up the virtual environment and install all required packages from your project configuration.
Configuration
Get Your API Key
Sign up and obtain your AnChain API key at: https://data.anchainai.com
Full API documentation is also available at the same URL.
Configure Claude Desktop
Add the following configuration to your Claude Desktop config file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"anchain-data": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/anchain-data-mcp",
"mcp_server.py",
"--ANCHAIN_APIKEY",
"your_api_key_here"
]
}
}
}Replace /path/to/anchain-data-mcp with the actual path to your project folder and your_api_key_here with your AnChain API key.
Configure Cursor
Add the following to your Cursor MCP settings file mcp.json:
{
"mcpServers": {
"anchain-data": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/anchain-data-mcp",
"mcp_server.py",
"--ANCHAIN_APIKEY",
"your_api_key_here"
]
}
}
}Configure Other MCP-Compatible Platforms
For other AI platforms that support the Model Context Protocol (such as Zed, Sourcegraph Cody, or custom integrations), add a similar configuration to their MCP settings file:
{
"mcpServers": {
"anchain-data": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/anchain-data-mcp",
"mcp_server.py",
"--ANCHAIN_APIKEY",
"your_api_key_here"
]
}
}
}Consult your platform's documentation for the exact location of the MCP configuration file.
Usage
Once configured, the AnChain Data MCP server will be available in Claude Desktop. You can ask Claude to:
Assess blockchain address risks
Screen addresses against sanctions lists
Analyze transaction patterns
Investigate smart contracts
Access blockchain intelligence and news
The MCP server exposes all AnChain.AI Data API capabilities as tools that Claude can use automatically based on your requests.
Documentation
For detailed API documentation and capabilities, visit: https://data.anchainai.com
License
This project is licensed under the GPL License.
Support
For issues, questions, or feature requests, please refer to the AnChain.AI documentation or contact support through https://data.anchainai.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/AnChainAI/anchain-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server