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].
You Might Also Like
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
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 for...
debugg-ai-mcp
AI-powered MCP Server for testing, debugging, and code analysis.
aws-lambda-mcp-cookbook
AWS Lambda MCP Cookbook provides Python examples for MCP server integration.
mcp-server-macos-use
MCP server in Swift for controlling macOS apps via accessibility APIs.