ns-lookup-mcp
If you are the rightful owner of ns-lookup-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
NS Lookup MCP Server is a simple MCP server that provides DNS lookup functionality via a REST API, allowing easy integration of DNS resolution into applications.
The NS Lookup MCP Server is designed to expose the nslookup command functionality through a REST API interface. This microservice is focused on providing DNS resolution capabilities, supporting both forward and reverse DNS lookups. It is built using modern Python tooling, including uv and pyproject.toml, and allows for configurable DNS server selection. The server is easy to set up and use, making it a convenient tool for developers who need to integrate DNS lookup features into their applications. The output is formatted cleanly and concisely, ensuring that the results are easy to read and interpret.
Features
- Exposes nslookup command functionality via a REST API
- Simple and focused microservice
- Modern Python tooling with uv and pyproject.toml
- Supports both forward and reverse DNS lookups
- Configurable DNS server selection
Tools
nslookup
Performs DNS lookups using the nslookup command. Supports both forward and reverse DNS lookups.