Mailionaire
Pax8-first setup + MCP reference
Tool reference

bison_verify · Connect EmailBison

Verify and store a customer EmailBison API token, then return the customer-visible connection state.

Use this when

Best-fit situations

Connect EmailBison before creating mailbox orders.
Check whether the token can read customer-visible workspace data.
Refresh the saved connection after a customer rotates their external token.
Arguments

Expected inputs

api_token · required
EmailBison API token supplied by the customer.
base_url · optional
Optional public EmailBison base URL for the customer's account.
Success shape

What comes back

connected
api_token_hint
base_url
verified_at
workspace_access
Failure modes

What to expect when it blocks

bison_verify_failed when the token or base URL is invalid
bison_verify_unavailable when EmailBison cannot be reached
Example

Sample tool arguments

{
  "api_token": "${EMAIL_BISON_API_TOKEN}",
  "base_url": "https://app.emailbison.com"
}