FruxonDocs

Mercury

Mercury banking integration for accounts, transactions, recipients, cards, statements, and treasury

The Mercury integration lets your agents access your Mercury banking organization — list accounts and transactions, manage recipients, view statements and cards, and initiate outgoing payments.

Prerequisites

You need:

  • Mercury API Token — Get it from your Mercury Dashboard under Settings → API Tokens. Tokens are scoped per organization.

Setup

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Mercury from the integration list
  4. Give the config a display name (e.g., "Mercury")
  5. Enter your Mercury API token
  6. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Mercury tools from the tools panel
  2. Tools are referenced as mercury.list_accounts, mercury.list_transactions, etc.

Available Tools

Accounts

ToolDescriptionAction Type
list_accountsList all bank accounts in the organizationReadOnly
get_accountRetrieve a single account by IDReadOnly
list_account_cardsList debit cards on an accountReadOnly
list_account_statementsList monthly statements with optional date rangeReadOnly
get_account_statementRetrieve a single statement by IDReadOnly

Transactions

ToolDescriptionAction Type
list_transactionsList transactions with optional date/status/search filtersReadOnly
get_transactionRetrieve a single transaction by IDReadOnly
send_moneyInitiate an outgoing ACH, wire, or check paymentIrreversible

Recipients

ToolDescriptionAction Type
list_recipientsList all payment recipients (counterparties)ReadOnly
get_recipientRetrieve a single recipient by IDReadOnly
create_recipientCreate a new ACH/wire recipientReversible

Treasury

ToolDescriptionAction Type
get_treasuryRetrieve treasury balances and yield detailsReadOnly

On this page