nns-mcp
NNS-MCP is a server that facilitates interactions with the Nad Name Service on the Monad blockchain by resolving .nad names, accessing wallet profiles, and transferring MON tokens. It aims to enhance Web3 functionality on this specific blockchain platform.
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
Installation
-
Clone the repository:
git clone https://github.com/your-username/nns-mcp.git cd nns-mcp
-
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:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push the branch.
- Open a pull request.
License
This project is licensed under the .
Contact
For questions or support, please contact [].