Back to Home
Zetrix-Chain icon

zetrix-mcp-server

by Zetrix-Chain

Overview

The Zetrix MCP Server allows AI assistants, like Claude, to interact with the Zetrix blockchain using natural language, providing a suite of tools for account management, transaction processing, real-time monitoring, cryptography, and smart contract development and generation.

Installation

Run Command
npx -y zetrix-mcp-server

Environment Variables

  • ZETRIX_NETWORK
  • ZETRIX_RPC_URL
  • ZETRIX_WS_URL

Security Notes

The server's `zetrix_contract_init_dev_environment` tool utilizes `child_process.execSync` to run `npx -y create-zetrix-tool`. While the `contractName` input is sanitized, executing external CLI tools via `npx` introduces a supply chain risk. A compromised `create-zetrix-tool` package, even with valid input, could lead to arbitrary code execution on the user's system. Additionally, the `zetrix_contract_generate_advanced` tool writes LLM-generated code directly to the filesystem (`fs.writeFileSync`), which could pose a risk if malicious or vulnerable code is generated and later executed. The default WebSocket connections use `ws://` (unencrypted), which is less secure than `wss://` for sensitive data over untrusted networks.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens800
Stars0
Forks0
Last Update2025-11-29

Tags

blockchainweb3cryptocurrencysmart-contractsai-agent