Create friendly, customizable greetings for any name or audience. Break the ice in demos, onboardi…
MCPpedia last refreshed this data
Zeta Chain CLI MCP Server is an MCP server that create friendly, customizable greetings for any name or audience. Break the ice in demos, onboardi…. Its tool list has not been published yet over stdio, requires no API key, and scores 76/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-smithery-zeta-chain-cli": {
"args": [
"-y",
"zetachain"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A command-line interface for building and interacting with ZetaChain universal applications. Seamlessly interact with EVM, Solana, Bitcoin, Sui, and TON, all from one CLI.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'zetachain' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked zetachain against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
OKX trading MCP server — connect AI agents to spot, swap, futures, options & grid bots via the Model Context Protocol.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Your AI agent, fluent in Australian tax. MCP server with cited answers from 34,500+ ATO documents, the income tax and GST Acts and 4,900+ rulings, plus deduction, depreciation, BAS and audit-risk tools that know your tax profile.
Deploy and manage blockchain nodes across 70+ protocols, search docs, request testnet funds.
MCP Security Weekly
Get CVE alerts and security updates for Zeta Chain Cli MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A command-line interface for building and interacting with ZetaChain universal applications. Seamlessly interact with EVM, Solana, Bitcoin, Sui, and TON, all from one CLI.
localnetRun without installing:
npx zetachain@next new
Or install globally:
npm install -g zetachain@latest
Use zetachain@next for bleeding-edge builds.
Create a new project:
zetachain new
Start localnet:
zetachain localnet start
Query cross-chain balances:
zetachain query balances
The ZetaChain CLI can be used as an MCP (Model Context Protocol) server, allowing AI assistants like Claude Code and Cursor to execute ZetaChain commands.
Install locally for full access to your filesystem, accounts, and localnet:
npm install -g zetachain
zetachain mcp install --client claude # for Claude Code
# or
zetachain mcp install --client cursor # for Cursor
Then restart your AI editor to activate the MCP server.
Check installation status:
zetachain mcp list
Remove:
zetachain mcp remove --client claude
For quick setup without local installation, visit Smithery and click "One-Click Install".
⚠️ Note: The cloud version runs on remote servers and cannot access your local files, accounts, or localnet.
For full command documentation:
zetachain docs
Or use --help with any command:
zetachain accounts --help
We welcome contributions! Please open issues or submit pull requests.