Sherlock Domains MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | |
| claim_accountA | |
| set_contact_informationA | |
| get_contact_informationB | Retrieve the currently configured contact information that will be used for domain purchases and ICANN registration. |
| get_purchase_offersA | |
| domainsA | |
| dns_recordsB | |
| create_dnsB | |
| update_dnsB | |
| delete_dnsB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose with no ambiguity. For example, 'create_dns', 'update_dns', and 'delete_dns' handle different DNS operations, while 'domains' lists domains and 'search' checks availability. The 'claim_account' tool is separate for account management, and contact information tools are distinct from domain operations.
Most tools follow a consistent verb_noun or noun pattern (e.g., 'create_dns', 'delete_dns', 'dns_records', 'domains', 'search'). Minor deviations include 'get_contact_information' and 'get_purchase_offers' using 'get_' prefix, and 'set_contact_information' using 'set_', but these are still readable and logical.
With 10 tools, the count is well-scoped for domain management. It covers core workflows like domain search, purchase, DNS management, and account/contact setup without being overwhelming. Each tool serves a specific, necessary function in the domain lifecycle.
The tool set provides complete coverage for domain management. It includes domain search, purchase offers, DNS CRUD operations (create, read, update, delete), domain listing, and account/contact setup. There are no obvious gaps; agents can handle the full lifecycle from search to DNS configuration.