@jbctechsolutions/mcp-mercury
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MERCURY_OP_ITEM | No | 1Password item name containing the token. | Mercury API - read only |
| MERCURY_API_TOKEN | No | Bypass 1Password (tests/CI). The Mercury API read-only token. | |
| MERCURY_OP_ACCOUNT | No | 1Password account for fetching the token. | jbctechsolutions.1password.com |
| MERCURY_API_BASE_URL | No | API base URL (only used for testing). | https://api.mercury.com/api/v1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_accountsA | List all Mercury bank accounts with balances, account/routing numbers, and status. Read-only. |
| get_accountA | Get a single Mercury account by ID, including current and available balances. |
| list_transactionsA | List transactions for a Mercury account, filterable by date range, status, and search term. Defaults to the last 30 days if no start date is given. Read-only. |
| get_transactionB | Get a single transaction by ID for a Mercury account. |
| list_statementsA | List monthly statements for a Mercury account (period, ending balance, PDF download URL). Date range filters are limited to 3 months per request. |
| download_statement_pdfA | Download a statement PDF (from a list_statements downloadUrl) to a local file. Only mercury.com URLs are accepted. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |