Payments & Finance30 toolsBrowser login (OAuth), no API keys
Mercury integration for AI agents
Read business banking accounts, balances, and transactions
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Mercury once and call the same tools from all of them.
Setup
Connect Mercury through ClawLink's hosted setup for read-only access to accounts, balances, transactions, cards, recipients, and statements. Mercury's MCP server cannot move money or change account settings.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Mercury exposes 30 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
mercury_mcp_get_account | Get account by ID | Read |
mercury_mcp_get_account_cards | Retrieve all debit and credit cards associated with a specific account | Read |
mercury_mcp_get_account_statements | Retrieve a paginated list of monthly statements for a specific account | Read |
mercury_mcp_get_accounts | Retrieve a paginated list of accounts | Read |
mercury_mcp_get_attachment | Retrieve attachment details including download URL | Read |
mercury_mcp_get_current_date | Get the current date in the format | Read |
mercury_mcp_get_customer | Retrieve details of a specific customer by their ID | Read |
mercury_mcp_get_invoice | Retrieve details of an invoice by its ID | Read |
mercury_mcp_get_organization | Retrieve information about your organization including EIN, legal business name, and DBAs | Read |
mercury_mcp_get_recipient | Retrieve details of a specific recipient by ID | Read |
mercury_mcp_get_recipients | Retrieve a paginated list of all recipients | Read |
mercury_mcp_get_safe_request | Retrieve a specific SAFE request by its ID | Read |
mercury_mcp_get_safe_requests | Retrieve all SAFE (Simple Agreement for Future Equity) requests for your organization | Read |
mercury_mcp_get_transaction | Get transaction by ID | Read |
mercury_mcp_get_transaction_by_id | Retrieve a single transaction by its ID | Read |
mercury_mcp_get_treasury | Retrieve a paginated list of all treasury accounts associated with the authenticated | Read |
mercury_mcp_get_treasury_statements | Retrieve a paginated list of statements for a specific treasury account | Read |
mercury_mcp_get_treasury_transactions | Retrieve paginated treasury transactions for a specific treasury account | Read |
mercury_mcp_get_user | Get user by ID | Read |
mercury_mcp_get_users | Get all users | Read |
mercury_mcp_get_webhook | Retrieve details of a specific webhook endpoint by ID | Read |
mercury_mcp_get_webhooks | Retrieve a paginated list of all webhook endpoints for your organization | Read |
mercury_mcp_list_categories | Retrieve a paginated list of all available custom expense categories for the organization | Read |
mercury_mcp_list_credit | Retrieve a list of all credit accounts for the organization | Read |
mercury_mcp_list_customers | Retrieve a paginated list of customers | Read |
mercury_mcp_list_invoice_attachments | Retrieve a list of all attachments for a specific invoice | Read |
mercury_mcp_list_invoices | Retrieve a paginated list of invoices | Read |
mercury_mcp_list_recipients_attachments | Retrieve a paginated list of all recipient tax form attachments across all recipients in the | Read |
mercury_mcp_list_send_money_approval_requests | Retrieve a paginated list of send money approval requests for the authenticated organization | Read |
mercury_mcp_list_transactions | Retrieve a paginated list of all transactions across all accounts | Read |