MCP.so
Sign In

MistTrack MCP

@slowmist

About MistTrack MCP

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.

Basic information

Category

Other

Transports

stdio

Publisher

slowmist

Submitted by

Aroundight

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "misttrack": {
      "command": "npx",
      "args": [
        "-y",
        "misttrack@latest",
        "--key",
        "YOUR_MISTTRACK_API_KEY"
      ]
    }
  }
}

Tools

12

Detect blockchain and possible tokens based on address format features

Get the list of labels for the specified address

Get balance and statistics for the specified address

Get transaction action analysis results for the specified address

Get configuration profile for the specified address, including interacted platforms and related threat intelligence data

Get transaction counterparty analysis results for the specified address

Recursively analyze transaction relationships and build transaction graph

Check if the specified address contains malicious funds (e.g. tainted USDT)

Get risk score for the specified address or transaction hash

Generate MistTrack dashboard URL based on coin type and address

Generate URL for corresponding blockchain explorer based on coin type and address

Get comprehensive URL information for the specified address, including dashboard URL and blockchain explorer URL

Overview

What is MistTrack MCP?

MistTrack MCP is a Model Context Protocol server that connects Claude AI to the MistTrack blockchain analysis API, enabling direct access and analysis of blockchain data for asset tracking, risk assessment, and transaction analysis.

How to use MistTrack MCP?

Install globally via npm install -g misttrack, then configure Claude's desktop app with the JSON entry shown in the README, replacing YOUR_MISTTRACK_API_KEY with a valid MistTrack API key. Claude can then invoke the provided tools to analyze addresses and transactions.

Key features of MistTrack MCP

  • Detect blockchain and tokens for any address
  • Get address labels, balance, and statistics
  • Analyze transactions and counterparty relationships
  • Check for malicious funds (e.g., blacklisted USDT)
  • Retrieve risk scores for addresses or transactions
  • Recursively trace fund flows up to 3 layers

Use cases of MistTrack MCP

  • Blockchain asset tracking and fund flow investigation
  • Risk assessment and compliance checks on addresses
  • Multi-layer transaction graph building for forensic analysis
  • Generating dashboard and explorer URLs for addresses

FAQ from MistTrack MCP

What API key is required?

A MistTrack API key must be provided via the --key command-line option; no default is set.

Can I change the API base URL or rate limits?

Yes, the base URL (default https://openapi.misttrack.io), rate limit (default 1 request/sec), retry count, delay, and backoff multiplier are all configurable via command-line options.

What blockchain tools are available?

The server provides 13 tools covering address detection, labels, overview, action analysis, trace, counterparty, malicious fund check, risk score, dashboard URL, explorer URL, URL info, and recursive transaction analysis.

What is the maximum depth for recursive transaction analysis?

The analyze_transactions_recursive tool supports a maximum depth of 3 layers.

Does the server support any authentication besides API keys?

No, the README only specifies an API key passed via command line; no other authentication method is mentioned.

Comments

More Other MCP servers