NNS-MCP
About
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.
Details
- Author
- nadnameservice
- Downloads
- 313
- Categories
- Other
Jump to
- Resolve .nad names to addresses
- Get profile info of wallet addresses
- Transfer MON tokens
- Built on Monad blockchain
- Simple Node.js setup
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.
NNS-MCP
NNS-MCP (Nad Name Service - Model Context Protocol) is a server designed to interact with Nad Name Service (NNS), a Web3 name service built on the Monad blockchain. This README provides an overview of the project, its setup, and usage instructions.
Prerequisites
- Node.js (version 14 or higher)
- npm or yarn
Installation
1. Clone the repository:
git clone https://github.com/your-username/nns-mcp.git
cd nns-mcp
2. Install dependencies:
npm install
or
yarn install
Usage
Development Server
This MCP server has 3 tools
get_resolved_address_of_nad_name: Allow get the resolved address of a .nad name
get_profile_of_wallet_address: Get profile information of a wallet address
transfer_mon_to_wallet_address: Transfer MON
Build for Production
Build the project for production:
npm run build
or
yarn build
Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Commit your changes and push the branch.
4. Open a pull request.
License
This project is licensed under the MIT License.
Contact
For questions or support, please contact [contact@nad.domains].
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



