@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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbctechsolutions/mcp-mercury'
If you have feedback or need assistance with the MCP directory API, please join our Discord server