@metacomp/visionx-kyt-mcp
v1.0.1
Published
Web3 wallet & transaction security MCP server powered by MetaComp VisionX
Downloads
243
Maintainers
Readme
@metacomp/visionx-kyt-mcp
Web3 wallet & transaction security MCP server powered by MetaComp VisionX.
Tools
- get_wallet_security — Check the risk level of a Bitcoin, Ethereum, or Tron wallet address
- get_transaction_security — Check the security of one or more Web3 transactions
Usage
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"visionx-kyt": {
"command": "npx",
"args": ["-y", "--package", "@metacomp/visionx-kyt-mcp", "visionx-kyt-mcp", "--token", "YOUR_API_KEY"]
}
}
}Restart Claude Desktop. You can then ask Claude things like:
Check the security of wallet 0x... on Ethereum
Environment variable
{
"mcpServers": {
"visionx-kyt": {
"command": "npx",
"args": ["-y", "--package", "@metacomp/visionx-kyt-mcp", "visionx-kyt-mcp"],
"env": {
"METACOMP_TOKEN": "YOUR_API_KEY"
}
}
}
}Requirements
- Node.js >= 22
- A MetaComp API key — get one at metacomp.ai
