Content
# 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](https://nodejs.org/) (version 14 or higher)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/nns-mcp.git
cd nns-mcp
```
2. Install dependencies:
```bash
npm install
```
or
```bash
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:
```bash
npm run build
```
or
```bash
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](LICENSE).
## Contact
For questions or support, please contact [contact@nad.domains].
Connection Info
You Might Also Like
valuecell
Valuecell is a Python project for efficient data management.
HexStrike AI
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
AP2
AP2 provides code samples and demos for the Agent Payments Protocol.
YC-Killer
YC-Killer is an AI agents library by Singularity Research, open-sourcing...
solana-agent-kit
An open-source toolkit for AI agents to interact with Solana protocols.
Stripe
The Stripe Agent Toolkit integrates agent frameworks with Stripe APIs via...