hscan-mcp-server

h-seo-n/hscan-mcp-server
★ 0 stars TypeScript Security Updated 1mo ago
healthhub의 HScan 챗봇 버전의 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": {
    "hscan-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "h-seo-n/hscan-mcp-server"
      ]
    }
  }
}