loading…
Search for a command to run...
loading…
Blockchain AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Blockchain AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Blockchain Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
wallet_analyzer |
Analyze an Ethereum wallet's transaction history, portfolio, and risk profile. |
transaction_tracer |
Trace a transaction's full execution path including internal calls |
smart_contract_auditor |
Audit Solidity smart contract source code for common vulnerabilities |
gas_estimator |
Estimate gas costs for common blockchain operations with priority-based |
token_metadata |
Analyze token metadata including supply distribution, holder concentration, |
pip install meok-blockchain-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"blockchain-ai-mcp": {
"command": "python",
"args": ["-m", "meok_blockchain_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"blockchain-ai-mcp": {
"command": "npx",
"args": []
}
}
}