/
by ai.smithery
Create friendly, customizable greetings for any name or audience. Break the ice in demos, onboardi…
Server configuration and capabilities from the MCP manifest
Size: 20,319 bytes (5,080 tokens)
Tools Found: 48
Analysis ID: 9jhjqulo
A command-line interface for building and interacting with ZetaChain universal applications.
Stars
Registry ID: 2fe68c87-8503-444b-9b82-c45fdf12ccdf
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/19/2025
Last Release: 9/17/2025
Open Issues: 9
Historical performance and growth metrics over time
{ "name": "zetachain", "tags": [], "tools": [ { "name": "zetachain new", "description": "Create a new universal contract project.", "input_schema": { "type": "object", "required": [], "properties": { "output": { "type": "string" }, "project": { "type": "string" }, "verbose": { "type": "boolean" } } }, "output_schema": {} }, { "name": "zetachain accounts", "description": "Manage accounts.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain accounts create", "description": "Create a new account.", "input_schema": { "type": "object", "required": [], "properties": { "name": { "type": "string" }, "type": { "enum": [ "evm", "solana", "sui", "bitcoin", "ton" ], "type": "string" } } }, "output_schema": {} }, { "name": "zetachain accounts delete", "description": "Delete an existing account.", "input_schema": { "type": "object", "required": [], "properties": { "name": { "type": "string" }, "type": { "enum": [ "evm", "solana", "sui", "bitcoin", "ton" ], "type": "string" } } }, "output_schema": {} }, { "name": "zetachain accounts import", "description": "Import an existing account using either a private key or a mnemonic.", "input_schema": { "type": "object", "required": [], "properties": { "name": { "type": "string" }, "type": { "enum": [ "evm", "solana", "sui", "bitcoin", "ton" ], "type": "string" }, "mnemonic": { "type": "string" }, "private-key": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain accounts list", "description": "List all available accounts.", "input_schema": { "type": "object", "required": [], "properties": { "json": { "type": "boolean" } } }, "output_schema": {} }, { "name": "zetachain accounts show", "description": "Show details of an existing account.", "input_schema": { "type": "object", "required": [], "properties": { "name": { "type": "string" }, "type": { "enum": [ "evm", "solana", "sui", "bitcoin", "ton" ], "type": "string" } } }, "output_schema": {} }, { "name": "zetachain query", "description": "Query cross-chain data.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain query balances", "description": "Fetch native and ZETA token balances.", "input_schema": { "type": "object", "required": [], "properties": { "evm": { "type": "string" }, "sui": { "type": "string" }, "ton": { "type": "string" }, "json": { "type": "boolean" }, "name": { "type": "string" }, "solana": { "type": "string" }, "bitcoin": { "type": "string" }, "network": { "enum": [ "mainnet", "testnet" ], "type": "string" }, "show-zero": { "type": "boolean" } } }, "output_schema": {} }, { "name": "zetachain query cctx", "description": "Query cross-chain transaction data in real-time.", "input_schema": { "type": "object", "required": [], "properties": { "rpc": { "type": "string" }, "hash": { "type": "string" }, "delay": { "type": "number" }, "timeout": { "type": "number" } } }, "output_schema": {} }, { "name": "zetachain query fees", "description": "Fetch omnichain and cross-chain messaging fees.", "input_schema": { "type": "object", "required": [], "properties": { "api": { "type": "string" }, "rpc": { "type": "string" }, "json": { "type": "boolean" }, "gas-limit": { "type": "number" } } }, "output_schema": {} }, { "name": "zetachain query tokens", "description": "ZRC-20 token commands.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain query tokens list", "description": "List all ZRC-20 tokens.", "input_schema": { "type": "object", "required": [], "properties": { "api": { "type": "string" }, "json": { "type": "boolean" }, "columns": { "type": "array", "items": { "type": "string" } } } }, "output_schema": {} }, { "name": "zetachain query tokens show", "description": "Show detailed information for a specific ZRC-20 token.", "input_schema": { "type": "object", "required": [], "properties": { "api": { "type": "string" }, "json": { "type": "boolean" }, "field": { "type": "string" }, "symbol": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain query chains", "description": "Supported chains commands.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain query chains list", "description": "List all supported chains.", "input_schema": { "type": "object", "required": [], "properties": { "api": { "type": "string" }, "json": { "type": "boolean" } } }, "output_schema": {} }, { "name": "zetachain query chains show", "description": "Show detailed information for a specific chain.", "input_schema": { "type": "object", "required": [], "properties": { "json": { "type": "boolean" }, "field": { "type": "string" }, "chain-id": { "type": "string" }, "chain-name": { "type": "string" }, "api-mainnet": { "type": "string" }, "api-testnet": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain faucet", "description": "Request testnet ZETA tokens from the faucet.", "input_schema": { "type": "object", "required": [], "properties": { "name": { "type": "string" }, "address": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain zetachain", "description": "Interact with ZetaChain contracts.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain zetachain call", "description": "Call a contract on a connected chain from ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "rpc": { "type": "string" }, "yes": { "type": "boolean" }, "data": { "type": "string" }, "name": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "zrc20": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } }, "gateway": { "type": "string" }, "chain-id": { "type": "string" }, "function": { "type": "string" }, "receiver": { "type": "string" }, "private-key": { "type": "string" }, "abort-address": { "type": "string" }, "call-on-revert": { "type": "boolean" }, "revert-address": { "type": "string" }, "revert-message": { "type": "string" }, "on-revert-gas-limit": { "type": "number" }, "tx-options-gas-limit": { "type": "number" }, "tx-options-gas-price": { "type": "number" }, "call-options-gas-limit": { "type": "number" }, "call-options-is-arbitrary-call": { "type": "boolean" } } }, "output_schema": {} }, { "name": "zetachain zetachain withdraw", "description": "Withdraw tokens from ZetaChain to a connected chain.", "input_schema": { "type": "object", "required": [], "properties": { "rpc": { "type": "string" }, "name": { "type": "string" }, "zrc20": { "type": "string" }, "amount": { "type": "string" }, "gateway": { "type": "string" }, "chain-id": { "type": "string" }, "receiver": { "type": "string" }, "private-key": { "type": "string" }, "abort-address": { "type": "string" }, "call-on-revert": { "type": "boolean" }, "revert-address": { "type": "string" }, "revert-message": { "type": "string" }, "on-revert-gas-limit": { "type": "number" }, "tx-options-gas-limit": { "type": "number" }, "tx-options-gas-price": { "type": "number" } } }, "output_schema": {} }, { "name": "zetachain zetachain withdraw-and-call", "description": "Withdraw tokens from ZetaChain and call a contract on a connected chain.", "input_schema": { "type": "object", "required": [], "properties": { "rpc": { "type": "string" }, "data": { "type": "string" }, "name": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "zrc20": { "type": "string" }, "amount": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } }, "gateway": { "type": "string" }, "chain-id": { "type": "string" }, "function": { "type": "string" }, "receiver": { "type": "string" }, "private-key": { "type": "string" }, "abort-address": { "type": "string" }, "call-on-revert": { "type": "boolean" }, "revert-address": { "type": "string" }, "revert-message": { "type": "string" }, "on-revert-gas-limit": { "type": "number" }, "tx-options-gas-limit": { "type": "number" }, "tx-options-gas-price": { "type": "number" } } }, "output_schema": {} }, { "name": "zetachain evm", "description": "Interact with EVM-compatible chains.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain evm call", "description": "Call a contract on ZetaChain from an EVM-compatible chain.", "input_schema": { "type": "object", "required": [], "properties": { "rpc": { "type": "string" }, "yes": { "type": "boolean" }, "name": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "values": { "type": "array", "items": { "type": "string" } }, "gateway": { "type": "string" }, "chain-id": { "type": "string" }, "receiver": { "type": "string" }, "gas-limit": { "type": "number" }, "gas-price": { "type": "number" }, "private-key": { "type": "string" }, "abort-address": { "type": "string" }, "call-on-revert": { "type": "boolean" }, "revert-address": { "type": "string" }, "revert-message": { "type": "string" }, "on-revert-gas-limit": { "type": "number" } } }, "output_schema": {} }, { "name": "zetachain evm deposit-and-call", "description": "Deposit tokens and call a contract on ZetaChain from an EVM-compatible chain.", "input_schema": { "type": "object", "required": [], "properties": { "rpc": { "type": "string" }, "name": { "type": "string" }, "erc20": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "amount": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } }, "gateway": { "type": "string" }, "chain-id": { "type": "string" }, "receiver": { "type": "string" }, "gas-limit": { "type": "number" }, "gas-price": { "type": "number" }, "private-key": { "type": "string" }, "abort-address": { "type": "string" }, "call-on-revert": { "type": "boolean" }, "revert-address": { "type": "string" }, "revert-message": { "type": "string" }, "on-revert-gas-limit": { "type": "number" } } }, "output_schema": {} }, { "name": "zetachain evm deposit", "description": "Deposit tokens to ZetaChain from an EVM-compatible chain.", "input_schema": { "type": "object", "required": [], "properties": { "rpc": { "type": "string" }, "name": { "type": "string" }, "erc20": { "type": "string" }, "amount": { "type": "string" }, "gateway": { "type": "string" }, "chain-id": { "type": "string" }, "receiver": { "type": "string" }, "gas-limit": { "type": "number" }, "gas-price": { "type": "number" }, "private-key": { "type": "string" }, "abort-address": { "type": "string" }, "call-on-revert": { "type": "boolean" }, "revert-address": { "type": "string" }, "revert-message": { "type": "string" }, "on-revert-gas-limit": { "type": "number" } } }, "output_schema": {} }, { "name": "zetachain solana", "description": "Interact with Solana.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain solana call", "description": "Call a universal contract on ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "name": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "values": { "type": "array", "items": { "type": "string" } }, "chain-id": { "type": "string" }, "mnemonic": { "type": "string" }, "recipient": { "type": "string" }, "private-key": { "type": "string" }, "abort-address": { "type": "string" }, "call-on-revert": { "type": "boolean" }, "revert-address": { "type": "string" }, "revert-message": { "type": "string" }, "on-revert-gas-limit": { "type": "number" } } }, "output_schema": {} }, { "name": "zetachain solana deposit-and-call", "description": "Deposit tokens from Solana and call a universal contract on ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "mint": { "type": "string" }, "name": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "amount": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } }, "chain-id": { "type": "string" }, "mnemonic": { "type": "string" }, "recipient": { "type": "string" }, "private-key": { "type": "string" }, "abort-address": { "type": "string" }, "token-program": { "type": "string" }, "call-on-revert": { "type": "boolean" }, "revert-address": { "type": "string" }, "revert-message": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain solana deposit", "description": "Deposit tokens from Solana.", "input_schema": { "type": "object", "required": [], "properties": { "mint": { "type": "string" }, "name": { "type": "string" }, "amount": { "type": "string" }, "chain-id": { "type": "string" }, "mnemonic": { "type": "string" }, "recipient": { "type": "string" }, "private-key": { "type": "string" }, "abort-address": { "type": "string" }, "token-program": { "type": "string" }, "call-on-revert": { "type": "boolean" }, "revert-address": { "type": "string" }, "revert-message": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain sui", "description": "Interact with Sui.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain sui deposit-and-call", "description": "Deposit tokens from Sui and call a contract on ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "name": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "amount": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } }, "chain-id": { "type": "string" }, "decimals": { "type": "number" }, "mnemonic": { "type": "string" }, "receiver": { "type": "string" }, "coin-type": { "type": "string" }, "gas-budget": { "type": "number" }, "private-key": { "type": "string" }, "gateway-object": { "type": "string" }, "gateway-package": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain sui deposit", "description": "Deposit tokens from Sui.", "input_schema": { "type": "object", "required": [], "properties": { "name": { "type": "string" }, "amount": { "type": "string" }, "chain-id": { "type": "string" }, "decimals": { "type": "number" }, "mnemonic": { "type": "string" }, "receiver": { "type": "string" }, "coin-type": { "type": "string" }, "gas-budget": { "type": "number" }, "private-key": { "type": "string" }, "gateway-object": { "type": "string" }, "gateway-package": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain sui encode", "description": "Encode payload data for SUI.", "input_schema": { "type": "object", "required": [], "properties": { "data": { "type": "string" }, "objects": { "type": "array", "items": { "type": "string" } }, "type-arguments": { "type": "array", "items": { "type": "string" } } } }, "output_schema": {} }, { "name": "zetachain ton", "description": "Interact with TON.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain ton deposit-and-call", "description": "Deposit TON and call a universal contract on ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "rpc": { "type": "string" }, "name": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "amount": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } }, "api-key": { "type": "string" }, "gateway": { "type": "string" }, "chain-id": { "type": "string" }, "mnemonic": { "type": "string" }, "receiver": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain ton deposit", "description": "Deposit TON to an EOA or a contract on ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "rpc": { "type": "string" }, "name": { "type": "string" }, "amount": { "type": "string" }, "api-key": { "type": "string" }, "gateway": { "type": "string" }, "chain-id": { "type": "string" }, "mnemonic": { "type": "string" }, "receiver": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain bitcoin", "description": "Bitcoin-related commands.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain bitcoin inscription", "description": "Make a transaction using inscriptions.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain bitcoin inscription call", "description": "Call a contract on ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "yes": { "type": "boolean" }, "data": { "type": "string" }, "name": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "format": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } }, "gateway": { "type": "string" }, "network": { "enum": [ "signet", "mainnet" ], "type": "string" }, "receiver": { "type": "string" }, "commit-fee": { "type": "number" }, "bitcoin-api": { "type": "string" }, "private-key": { "type": "string" }, "gas-price-api": { "type": "string" }, "revert-address": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain bitcoin inscription deposit-and-call", "description": "Deposit BTC and call a contract on ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "yes": { "type": "boolean" }, "data": { "type": "string" }, "name": { "type": "string" }, "amount": { "type": "string" }, "format": { "type": "string" }, "gateway": { "type": "string" }, "network": { "enum": [ "signet", "mainnet" ], "type": "string" }, "receiver": { "type": "string" }, "commit-fee": { "type": "number" }, "bitcoin-api": { "type": "string" }, "private-key": { "type": "string" }, "gas-price-api": { "type": "string" }, "revert-address": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain bitcoin inscription deposit", "description": "Deposit BTC to ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "yes": { "type": "boolean" }, "data": { "type": "string" }, "name": { "type": "string" }, "amount": { "type": "string" }, "format": { "type": "string" }, "gateway": { "type": "string" }, "network": { "enum": [ "signet", "mainnet" ], "type": "string" }, "receiver": { "type": "string" }, "commit-fee": { "type": "number" }, "bitcoin-api": { "type": "string" }, "private-key": { "type": "string" }, "gas-price-api": { "type": "string" }, "revert-address": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain bitcoin inscription encode", "description": "Encode data for Bitcoin transactions using ABI encoding.", "input_schema": { "type": "object", "required": [], "properties": { "types": { "type": "array", "items": { "type": "string" } }, "format": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } }, "op-code": { "type": "string" }, "receiver": { "type": "string" }, "revert-address": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain bitcoin memo", "description": "Make a transaction using a memo.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain bitcoin memo call", "description": "Call a contract on ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "yes": { "type": "boolean" }, "data": { "type": "string" }, "name": { "type": "string" }, "gateway": { "type": "string" }, "network": { "enum": [ "signet", "mainnet" ], "type": "string" }, "receiver": { "type": "string" }, "commit-fee": { "type": "number" }, "bitcoin-api": { "type": "string" }, "network-fee": { "type": "number" }, "private-key": { "type": "string" }, "gas-price-api": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain bitcoin memo deposit-and-call", "description": "Deposit BTC and call a contract on ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "yes": { "type": "boolean" }, "data": { "type": "string" }, "name": { "type": "string" }, "amount": { "type": "string" }, "gateway": { "type": "string" }, "network": { "enum": [ "signet", "mainnet" ], "type": "string" }, "receiver": { "type": "string" }, "commit-fee": { "type": "number" }, "network-fee": { "type": "number" }, "private-key": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain bitcoin memo deposit", "description": "Deposit BTC to ZetaChain.", "input_schema": { "type": "object", "required": [], "properties": { "yes": { "type": "boolean" }, "data": { "type": "string" }, "name": { "type": "string" }, "amount": { "type": "string" }, "gateway": { "type": "string" }, "network": { "enum": [ "signet", "mainnet" ], "type": "string" }, "receiver": { "type": "string" }, "commit-fee": { "type": "number" }, "network-fee": { "type": "number" }, "private-key": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain localnet", "description": "Local development environment.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain localnet start", "description": "Start localnet.", "input_schema": { "type": "object", "required": [], "properties": { "port": { "type": "number" }, "anvil": { "type": "string" }, "chains": { "type": "array", "items": { "type": "string" } }, "verbosity": { "enum": [ "emerg", "alert", "crit", "error", "warning", "notice", "info", "debug" ], "type": "string" }, "force-kill": { "type": "boolean" }, "exit-on-error": { "type": "boolean" }, "stop-after-init": { "type": "boolean" } } }, "output_schema": {} }, { "name": "zetachain localnet stop", "description": "Stop localnet.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain localnet check", "description": "Check if localnet is running.", "input_schema": { "type": "object", "required": [], "properties": { "delay": { "type": "number" } } }, "output_schema": {} }, { "name": "zetachain localnet ton", "description": "TON commands.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} }, { "name": "zetachain localnet ton balance", "description": "Show balance by address.", "input_schema": { "type": "object", "required": [], "properties": { "address": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain localnet ton faucet", "description": "Request TON from faucet.", "input_schema": { "type": "object", "required": [], "properties": { "amount": { "type": "string" }, "address": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain localnet ton wallet", "description": "Create & fund a wallet.", "input_schema": { "type": "object", "required": [], "properties": { "amount": { "type": "string" } } }, "output_schema": {} }, { "name": "zetachain localnet ton withdraw", "description": "Withdraw TON from gateway.", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": {} } ], "version": "0.0.0-set-on-publish", "categories": [], "description": "CLI tool for creating universal smart contracts on ZetaChain" }
Forks
Watchers
Contributors
Last Push: 9/19/2025
Last Release: 9/17/2025
Open Issues: 9