Read Mercury business banking: list accounts/balances, view transactions, and list payment recipients.
85+ deploysclaude mcp add mercury --url https://datafaucet.dev/api/mcp/t/mercury
Run this command in your terminal · most users connect in under 60s
mercury_list_accounts
List bank accounts. Returns accounts[] with id, name, accountNumber (masked), type, and availableBalance/currentBalance.
https://api.mercury.com/api/v1/accounts
mercury_get_account
Get a single account by id. Returns name, type, status, routingNumber, and available/current balance.
https://api.mercury.com/api/v1/account/{account_id}
mercury_list_transactions
List transactions for an account, most recent first. Returns transactions[] with id, amount, counterpartyName, status, kind, and createdAt.
https://api.mercury.com/api/v1/account/{account_id}/transactions?limit=50
mercury_get_transaction
Get a single transaction by id within an account. Returns amount, counterpartyName, status, kind, note, and createdAt.
https://api.mercury.com/api/v1/account/{account_id}/transaction/{transaction_id}
mercury_list_recipients
List saved payment recipients. Returns recipients[] with id, name, emails, and payment method details.
https://api.mercury.com/api/v1/recipients
Run this in your terminal:
claude mcp add mercury https://datafaucet.dev/api/mcp/t/mercury
Connect Mercury to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{account_id}Resource identifier{mercury_token}API settings page{transaction_id}Resource identifierPreview:
GET https://api.mercury.com/api/v1/accounts Authorization: Bearer {mercury_token}
claude mcp add mercury --url https://datafaucet.dev/api/mcp/t/mercuryWhat your AI agent sees
I have access to 5 tools from Mercury: mercury_list_accounts, mercury_get_account, mercury_list_transactions, and 2 more.
“List bank accounts. Returns accounts[] with id, name, accountNumber (masked), type, and availableBalance/currentBalance.”
Calling mercury_list_accounts... Done. Here are the results.
Try these prompts
“What's the current balance across my Mercury accounts?”
Copy“List the last 50 transactions on my main account”
Copy“Show payments to a specific recipient this month”
CopyClick any prompt to copy, then paste into your AI client.