1.0.3 • Published 7 months ago
@earlybird-labs/mercury-banking-mcp v1.0.3
@earlybird-labs/mercury-banking-mcp
An unofficial MCP server for interacting with Mercury Banking API.
Features
- Get bank account information
- Retrieve account transactions
- View transaction details
- List bank accounts and balances
Usage
This package is designed to be used with the MCP protocol. It provides a set of tools for interacting with Mercury Banking's API.
For usage in Cursor, add the following to your .cursor/mcp.json file:
{
"mcpServers": {
"mercury-banking": {
"command": "npx",
"args": [
"-y",
"@earlybird-labs/mercury-banking-mcp@latest"
],
"env": {
"MERCURY_API_KEY": "<your-mercury-api-key>"
}
}
}
}License
MIT License
- The source code will be made available soon.