Mx Toolbox

Learn how to use Mx Toolbox with Composio

Overview

Enum

MX_TOOLBOX

Description

MxToolbox provides a suite of network diagnostic and monitoring tools, including DNS lookups, blacklist checks, and email health analysis.

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve bimi (brand indicators for message identification) record for a domain. use when checking domain brand identity via bimi lookup.

Action Parameters

domain
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to perform a blacklist check on a domain or ip. use when you need to verify whether a domain or ip is listed in common blacklists.

Action Parameters

domain_or_ip
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve dkim records for a domain. use when verifying dkim configuration before sending email.

Action Parameters

domain
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve dmarc records for a domain. use after confirming the domain is correctly formatted.

Action Parameters

domain
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve dns records for a given domain. use when you need dns lookup details.

Action Parameters

domain
stringRequired

Action Response

data
array
error
string
information
array
messages
array
success
boolean
successful
boolean
Tool to perform an http test on a domain. use when you need to assess http connectivity and status for a given domain.

Action Parameters

domain
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to lookup mta-sts record for a domain. use when validating mail transport security policy.

Action Parameters

domain
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve mx records for a given domain. use when you need to discover mail exchange servers after obtaining a domain.

Action Parameters

domain
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to perform a ping test on a specified domain or ip address. use when you need hop-by-hop network latency diagnostics.

Action Parameters

domain_or_ip
Required

Action Response

data
object
error
string
successful
boolean
Tool to perform an smtp test on the specified domain. use when verifying smtp connectivity for a domain.

Action Parameters

domain
Required

Action Response

Data
array
Information
string
Message
string
Requirements
array
error
string
successful
boolean
Tool to retrieve spf records for a specified domain. use when confirming email sender authorization policies.

Action Parameters

domain
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all monitor statuses. use when you need to get current health details of all account monitors.

Action Parameters

Action Response

Data
array
ErrorMessage
string
Success
boolean
error
string
successful
boolean
Tool to retrieve api usage statistics. use when you need to monitor remaining api calls and quota reset timing.

Action Parameters

Action Response

data
object
error
string
successful
boolean