Overview
What is NNS-MCP?
NNS-MCP is a Model Context Protocol server for interacting with Nad Name Service (NNS), a Web3 name service on the Monad blockchain. It provides tools to resolve .nad names, fetch wallet profiles, and transfer MON tokens.
How to use NNS-MCP?
Install dependencies with npm install or yarn install. The server exposes three tools: get_resolved_address_of_nad_name, get_profile_of_wallet_address, and transfer_mon_to_wallet_address.
Key features of NNS-MCP?
- Resolve .nad names to addresses
- Get profile info of wallet addresses
- Transfer MON tokens
- Built on Monad blockchain
- Simple Node.js setup
Use cases of NNS-MCP?
- Look up the address behind a .nad name
- Retrieve profile information for a wallet
- Initiate MON transfers via MCP tools
FAQ from NNS-MCP
What is NNS?
Nad Name Service is a Web3 name service on the Monad blockchain.
What tools does the server provide?
Three tools: get_resolved_address_of_nad_name, get_profile_of_wallet_address, and transfer_mon_to_wallet_address.
What are the runtime requirements?
Node.js version 14 or higher and npm or yarn.
How do I install dependencies?
Clone the repo and run npm install or yarn install.
How can I contribute?
Fork the repo, create a feature branch, commit changes, and open a pull request.