Shell-MCP

shell_nslookup

Perform DNS queries to retrieve domain information using command-line arguments. Integrate with Shell-MCP for secure, controlled execution of whitelisted shell commands.

Instructions

Query DNS records

Input Schema

NameRequiredDescriptionDefault
argsNoCommand arguments

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Command arguments", "items": { "type": "string" }, "type": "array" } }, "type": "object" }
ID: jyubrnnudg