Integrations
Enables configuration through environment variables for private keys, API port, and network settings
Supports API interaction through curl commands for creating NFT collections and generating mint websites
Supports repository cloning as part of the tool installation process
Monad NFT Launch Tool
Model Context Protocol (MCP) kullanılarak geliştirilmiş, NFT koleksiyonları oluşturan, akıllı kontratlar deploy eden ve mint web sayfaları oluşturan bir araç.
Özellikler
- 🖼️ NFT koleksiyonları oluşturma
- 🚀 Monad zincirine kontrat deploy etme
- 💾 IPFS veya yerel depolama entegrasyonu
- 🌐 Otomatik mint web sayfası oluşturma
- 🤖 Claude AI entegrasyonu
Kurulum
- Repository'yi klonlayın:
- Bağımlılıkları yükleyin:
.env
dosyasını oluşturun:
- Projeyi build edin ve başlatın:
Kullanım
MCP API'si şu endpoint üzerinden sunulmaktadır: http://localhost:3000/api/mcp
Örnek İstekler
- NFT Koleksiyonu Oluşturma:
- Mint Web Sayfası Oluşturma:
Claude AI ile Entegrasyon
Bu MCP aracı Claude AI ile entegre çalışabilir. Claude'a şu şekilde kullanım talimatları verebilirsiniz:
- Claude'a mcp-config.json dosyasını gösterin
- Claude'a şu talimatlara göre istek formatını oluşturmasını söyleyin:
- Claude şu formatta bir istek oluşturacaktır:
Bu isteği MCP sunucunuza gönderebilir ve sonuçları Claude ile paylaşabilirsiniz.
Cursor Entegrasyonu
MCP aracını Cursor IDE ile entegre etmek için:
.cursor/mcp.json
dosyasını oluşturun- Cursor'u yeniden başlatın
- MCP menüsünden aracınıza erişebilirsiniz
Sorun Giderme
- Private key sorunları için .env dosyasını veya context parametresini kontrol edin
- IPFS hatalarında yerel dosya sistemini kullanmayı deneyin
- Mint işlemi başarısız olursa, Monad Explorer üzerinden işlemi kontrol edin
Lisans
MIT
Private Key Usage
When deploying NFT contracts, the tool handles private keys in the following priority:
- Context Object (Recommended): Pass your private key securely in the request context
- Environment Variable: Falls back to
PRIVATE_KEY
in your.env
file - Dummy Key: Uses a default dummy key (only works for local testing)
Example with Context:
Direct Contract Deployment:
You can also deploy a contract directly with the private key in context:
Security Notes
- Never hardcode private keys in your application code
- For production use, consider using environment variables or secure secret management solutions
- The tool will automatically warn you if a dummy private key is being used
- Always use HTTPS when transmitting private keys in API requests
- Consider using hardware wallets or key management services for high-value deployments
- If no private key is provided in context or environment, a dummy key will be used (only works for local testing)
This server cannot be installed
An MCP server that helps users create NFT collections, deploy smart contracts to the Monad blockchain, and generate mint websites with Claude AI integration.
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.Last updated -3JavaScript
- -securityAlicense-qualityAn MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.Last updated -19JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that provides seamless integration with the Neo N3 blockchain, allowing Claude to interact with blockchain data, manage wallets, transfer assets, and invoke smart contracts.Last updated -22JavaScriptMIT License
Fewsats MCP Serverofficial
AsecurityFlicenseAqualityAn MCP server that integrates with Fewsats allowing AI agents to securely purchase anything by retrieving balances, accessing payment methods, and processing payments.Last updated -411Python