MX Lookup
mx_lookupIdentify a domain's mail servers and their IPs by querying MX records, revealing email delivery infrastructure.
Instructions
Look up a domain's mail servers (MX records) with priority and the IPs they resolve to.
Args:
domain (string): the domain to query.
response_format ('markdown' | 'json'): output format (default 'markdown').
Returns: array of { exchange, priority, ips[] }.
Example: "What are the mail servers for github.com?" -> mx_lookup(domain="github.com").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to query, e.g. 'example.com'. | |
| response_format | No | Output format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| records | Yes |