Skip to main content
Glama
PUBLISHED.mdβ€’5.56 kB
# πŸŽ‰ Successfully Published to npm! ## Publication Details **Package Name:** zetrix-mcp-server **Version:** 1.0.0 **Published:** November 29, 2025 **Maintainer:** armmarov **License:** MIT --- ## πŸ“¦ npm Package **URL:** https://www.npmjs.com/package/zetrix-mcp-server **Installation:** ```bash npm install -g zetrix-mcp-server ``` **Package Stats:** - **Size:** 33.5 kB (tarball) - **Unpacked:** 202.6 kB - **Files:** 40 - **Dependencies:** 6 --- ## πŸ”— Links - **npm Package:** https://www.npmjs.com/package/zetrix-mcp-server - **GitHub Repository:** https://github.com/Zetrix-Chain/zetrix-mcp-server - **GitHub Release:** https://github.com/Zetrix-Chain/zetrix-mcp-server/releases/tag/v1.0.0 --- ## πŸ“Š Package Contents ### What's Included: βœ… **Compiled JavaScript** (dist/) - Main MCP server with 42 tools - HTTP RPC client - WebSocket client - SDK wrapper - Encryption/crypto wrapper - Smart contract documentation βœ… **Configuration Files** (configs/) - 9 platform-specific configs (Windows/macOS/Linux) - Mainnet, Testnet, and Both network options - Configuration README βœ… **Documentation** - README.md with complete API reference - LICENSE (MIT) --- ## πŸš€ Features Published ### 42 MCP Tools Across 5 Categories: **1. HTTP RPC (13 tools)** - Health check, account info, balance, assets, metadata - Block info, latest block, ledger info - Transaction details, history, cache - Smart contract calls **2. WebSocket (10 tools)** - Real-time blockchain monitoring - Transaction subscriptions - Live address monitoring - Connection management **3. SDK Operations (6 tools)** - Account creation with keypairs - Balance queries - Account activation checks - Contract calling and invocation - Nonce retrieval **4. Cryptography (8 tools)** - Ed25519 keypair generation - Public key/address derivation - Key validation - Message signing and verification - Private key encryption/decryption **5. Smart Contract Development (5 tools)** - Chain object functions documentation - Utils object functions documentation - Contract structure guide - Token standards (ZTP20/ZTP721/ZTP1155) - Testing framework guide --- ## πŸ’» Usage ### Install Globally: ```bash npm install -g zetrix-mcp-server ``` ### Use with Claude Desktop: ```json { "mcpServers": { "zetrix": { "command": "npx", "args": ["-y", "zetrix-mcp-server"], "env": { "ZETRIX_NETWORK": "mainnet" } } } } ``` ### Use with Any MCP Client: ```bash npx -y zetrix-mcp-server ``` --- ## 🌐 Platform Support βœ… **Windows** - Full support with Windows-specific configs βœ… **macOS** - Full support with macOS-specific configs βœ… **Linux** - Full support with Linux-specific configs **Node.js Requirement:** >= 18.0.0 --- ## πŸ“š Documentation - **README.md** - Complete API reference - **docs/QUICKSTART.md** - 5-minute setup guide - **docs/EXAMPLES.md** - Usage examples - **docs/SMART_CONTRACT_DEVELOPMENT.md** - Smart contract guide - **configs/README.md** - Configuration help - **PUBLISHING.md** - Publishing guide for maintainers --- ## πŸ”„ Next Steps ### 1. Submit to MCP Registry ⏭️ To make your server discoverable in the official MCP Registry: ```bash # Download mcp-publisher # https://github.com/modelcontextprotocol/registry/releases # Submit to registry export GITHUB_TOKEN=your_token ./mcp-publisher publish server.json ``` ### 2. Add to Community Directories ⏭️ Submit to: - **awesome-mcp-servers**: https://github.com/wong2/awesome-mcp-servers - **mcp.so**: https://mcp.so/ - **PulseMCP**: (auto-indexed from MCP Registry) ### 3. Create GitHub Release βœ… Already done! Tag v1.0.0 created and pushed. Create the release on GitHub web interface: https://github.com/Zetrix-Chain/zetrix-mcp-server/releases/new?tag=v1.0.0 ### 4. Add GitHub Topics Add these topics to your repository: - `mcp-server` - `model-context-protocol` - `zetrix` - `blockchain` - `web3` - `claude` - `ai` - `smart-contracts` --- ## πŸ“ˆ Discoverability **Keywords:** mcp, mcp-server, model-context-protocol, zetrix, blockchain, cryptocurrency, web3, smart-contracts, websocket, rpc, sdk, encryption, claude, ai **Categories:** - Blockchain - Web3 - Cryptocurrency --- ## πŸ› οΈ Maintenance ### Update Process: ```bash # 1. Make changes # 2. Update version npm version patch # or minor, or major # 3. Build and publish npm run build npm publish --otp=<code> # 4. Tag and push git push origin vX.X.X # 5. Update MCP Registry ./mcp-publisher publish server.json ``` --- ## 🎯 Success Metrics βœ… Package published to npm βœ… Version 1.0.0 released βœ… Git tag v1.0.0 created βœ… 40 files packaged βœ… 202.6 kB unpacked size βœ… 6 dependencies included βœ… 42 tools available βœ… Full documentation included βœ… Platform configs for Windows/macOS/Linux --- ## πŸ™ Acknowledgments Built with: - **MCP SDK:** @modelcontextprotocol/sdk v1.23.0 - **Zetrix SDK:** zetrix-sdk-nodejs v1.0.2 - **Zetrix Encryption:** zetrix-encryption-nodejs v1.0.1 --- ## πŸ“ž Support - **Issues:** https://github.com/Zetrix-Chain/zetrix-mcp-server/issues - **Documentation:** https://github.com/Zetrix-Chain/zetrix-mcp-server#readme - **npm:** https://www.npmjs.com/package/zetrix-mcp-server --- ## 🎊 Congratulations! Your Zetrix MCP Server is now live and available to the community! Users can install it with: ```bash npm install -g zetrix-mcp-server ``` And start using 42 powerful blockchain tools with Claude and other MCP clients! **Package URL:** https://www.npmjs.com/package/zetrix-mcp-server

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zetrix-Chain/zetrix-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server