7 months ago
The MistTrack MCP server allows Claude AI to directly access blockchain data provided by the MistTrack API, offering address analysis, risk assessment, transaction tracking, and fund flow visualization capabilities, with support for multi-layer recursive transaction analysis.
Tools
detect_address_chain
get_address_labels
get_address_overview
get_address_action
get_address_trace
get_address_counterparty
analyze_transactions_recursive
check_malicious_funds
get_risk_score
get_dashboard_url
get_chain_explorer_url
get_url_info
Server Config
{
"mcpServers": {
"misttrack": {
"command": "npx",
"args": [
"-y",
"misttrack@latest",
"--key",
"YOUR_MISTTRACK_API_KEY"
]
}
}
}