shell_whois
Query WHOIS domain registration details directly through the Shell-MCP server, enabling secure and controlled access to domain ownership and registration data for integration with LLMs and other tools.
Instructions
Query WHOIS domain registration information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Command arguments |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"description": "Command arguments",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}