mcp-server

blockchainanalysis/mcp-server
★ 0 stars Unknown language AI/LLM Updated 15d ago
Crypto-compliance MCP server for AI agents — stablecoin-freeze, wallet screening, KYT & oracle verdicts. x402 pay-per-call (USDC on Base). Endpoint: https://blockchainanalysis.io/api/mcp
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "blockchainanalysis/mcp-server"
      ]
    }
  }
}