# Zetrix MCP Server Documentation
Complete documentation for the Zetrix Model Context Protocol server.
## 📚 Documentation Index
### Getting Started
- **[QUICKSTART.md](QUICKSTART.md)** - 5-minute setup guide
- **[SETUP_COMPLETE.md](SETUP_COMPLETE.md)** - Complete setup overview
- **[EXAMPLES.md](EXAMPLES.md)** - 20+ usage examples with Claude
### Integration Guides
- **[SDK_INTEGRATION_COMPLETE.md](SDK_INTEGRATION_COMPLETE.md)** - Official SDK integration
- **[ENCRYPTION_INTEGRATION_COMPLETE.md](ENCRYPTION_INTEGRATION_COMPLETE.md)** - Cryptography integration
- **[CONTRACT_DEVELOPMENT_INTEGRATION.md](CONTRACT_DEVELOPMENT_INTEGRATION.md)** - Smart contract development
### Reference Documentation
- **[SMART_CONTRACT_DEVELOPMENT.md](SMART_CONTRACT_DEVELOPMENT.md)** - Complete contract development guide
- **[WEBSOCKET_URLS.md](WEBSOCKET_URLS.md)** - WebSocket configuration reference
### Release Notes
- **[WEBSOCKET_UPDATE_COMPLETE.txt](WEBSOCKET_UPDATE_COMPLETE.txt)** - WebSocket URL updates
- **[INSTALLATION_SUMMARY.txt](INSTALLATION_SUMMARY.txt)** - Installation summary
## 🎯 Quick Links
### For New Users
1. Start with [QUICKSTART.md](QUICKSTART.md)
2. Read [EXAMPLES.md](EXAMPLES.md) to learn usage patterns
3. Check [SETUP_COMPLETE.md](SETUP_COMPLETE.md) for complete overview
### For SDK Users
- [SDK_INTEGRATION_COMPLETE.md](SDK_INTEGRATION_COMPLETE.md) - How to use zetrix-sdk-nodejs
### For Cryptography
- [ENCRYPTION_INTEGRATION_COMPLETE.md](ENCRYPTION_INTEGRATION_COMPLETE.md) - Key management and signing
### For Smart Contract Developers
- [SMART_CONTRACT_DEVELOPMENT.md](SMART_CONTRACT_DEVELOPMENT.md) - Built-in functions, patterns, testing
- [CONTRACT_DEVELOPMENT_INTEGRATION.md](CONTRACT_DEVELOPMENT_INTEGRATION.md) - Integration summary
### For WebSocket Users
- [WEBSOCKET_URLS.md](WEBSOCKET_URLS.md) - Configuration and usage
## 🔧 Tool Categories
The Zetrix MCP server provides **42 tools** across these categories:
### HTTP API (18 tools)
- Account operations (6 tools)
- Block & ledger operations (3 tools)
- Transaction operations (6 tools)
- Contract operations (1 tool)
- Utility operations (2 tools)
### Real-time (5 tools)
- WebSocket operations
### Official SDK (6 tools)
- Account creation and management
- Contract invocation with signing
### Cryptography (8 tools)
- Key generation and management
- Digital signatures
- Encryption/decryption
### Smart Contract Development (5 tools)
- Built-in function references
- Contract structure guides
- Token standard specs
- Testing framework
## 📖 Documentation by Topic
### Blockchain Interaction
- Query accounts, blocks, transactions
- Submit transactions
- Call smart contracts
- See: [EXAMPLES.md](EXAMPLES.md)
### Real-time Updates
- WebSocket connections
- Transaction subscriptions
- Ledger notifications
- See: [WEBSOCKET_URLS.md](WEBSOCKET_URLS.md)
### Account & Key Management
- Create accounts (SDK)
- Generate key pairs (Crypto)
- Sign messages
- Encrypt private keys
- See: [SDK_INTEGRATION_COMPLETE.md](SDK_INTEGRATION_COMPLETE.md), [ENCRYPTION_INTEGRATION_COMPLETE.md](ENCRYPTION_INTEGRATION_COMPLETE.md)
### Smart Contract Development
- Built-in Chain functions
- Built-in Utils functions
- ES5 contract patterns
- Token standards (ZTP20, ZTP721, ZTP1155)
- Testing framework
- See: [SMART_CONTRACT_DEVELOPMENT.md](SMART_CONTRACT_DEVELOPMENT.md)
## 🆘 Support
For issues or questions:
- Check relevant documentation above
- Visit [Zetrix Official Documentation](https://docs.zetrix.com/)
- Review example contracts at [Zetrix Contract Development Tool](https://github.com/armmarov/zetrix-contract-development-tool)
---
**Happy exploring the Zetrix blockchain!** 🚀