# π 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