mercury-api

Access Mercury banking API endpoints for balances, transactions, and invoices.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/manifoldlogic/claude-code-plugins --skill mercury-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mercury-api
Source: https://github.com/manifoldlogic/claude-code-plugins/tree/main/plugins/mercury/skills/mercury-api
Command: npx skills add https://github.com/manifoldlogic/claude-code-plugins --skill mercury-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines complex Mercury banking operations, enabling you to perform a wide range of financial tasks with ease.

Core Features & Use Cases

  • Banking Operations: Check balances, view transactions, send money, create and manage invoices, and more.
  • Authentication: Supports Bearer and Basic Auth for secure API access.
  • Safety Classification: Endpoints classified as SAFE, CONFIRM, or CRITICAL to ensure secure and responsible operation.
  • Use Case: Quickly check your account balance or send money to a recipient without leaving your current context.

Quick Start

Use the mercury-api skill to check your account balance.

Frequently Asked Questions about mercury-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Mercury banking operations through an API?

You can manage Mercury banking operations through an API by using a Skill that provides structured access to the Mercury banking API, requiring a Mercury API token to handle financial tasks securely.

How does authentication work for the Mercury banking API?

Authentication for the Mercury banking API uses Bearer and Basic Auth methods to ensure secure API access. You must provide a valid Mercury API token to authorize read, write, and critical financial operations.

Can I check account balances and send money using the Mercury API?

Yes, you can check account balances and send money using the Mercury API. The Skill enables various banking operations including viewing transactions, sending money to recipients, and creating and managing invoices.

Do I need a Mercury API token to access my banking operations?

Yes, you need a Mercury API token to access your banking operations. The Skill requires this token to authenticate requests and securely manage your financial operations using Bearer or Basic Auth.

What is the best way to handle pagination when querying Mercury banking transactions?

The best way to handle pagination when querying Mercury banking transactions is built into the Skill, which supports pagination natively to efficiently retrieve large sets of transaction data from the API.