MCP ExplorerExplorer

Mercury Mcp

@dragonkhoion 10 months ago
1 MIT
FreeCommunity
AI Systems
Mercury MCP is a simple server for accessing Mercury banking data via MCP clients.

Overview

What is Mercury Mcp

Mercury MCP is a simple MCP server that interfaces with the Mercury API, enabling users to access their Mercury banking data through various MCP clients like Cursor or Claude Desktop.

Use cases

Use cases for mercury-mcp include querying bank balances, retrieving transaction histories, and integrating banking data into custom applications.

How to use

To use mercury-mcp, you need to obtain a Mercury API Key from your Mercury Settings. You can install it via Smithery for Claude Desktop or configure it for Cursor by adding it in the MCP Servers settings with the appropriate command.

Key features

Key features of mercury-mcp include seamless integration with the Mercury API, support for multiple MCP clients, and ongoing updates to expand API coverage.

Where to use

Mercury MCP can be used in financial applications, personal finance management tools, and any platform that requires access to banking data from Mercury.

Content

Mercury MCP

smithery badge

Simple MCP server that interfaces with the Mercury API, allowing you to talk to your Mercury banking data from any MCP client like Cursor or Claude Desktop.

I am adding more coverage of the Mercury API over time, let me know which tools you need or just open a PR.

Installation

Make sure to go to your Mercury Settings to get a Mercury API Key.

Installing via Smithery

smithery badge

To install mercury-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @dragonkhoi/mercury-mcp --client claude

To install mixpanel-mcp for Cursor, go to Settings -> Cursor Settings -> Features -> MCP Servers -> + Add

Select Type: command and paste the below, using the arguments <API_KEY> from Mercury

npx -y @smithery/cli@latest run @dragonkhoi/mercury-mcp --config "{\"mercury_api_key\":\"YOUR_MERCURY_API_KEY\",}"

Clone and run locally

Clone this repo
Run npm run build
Paste this command into Cursor (or whatever MCP Client)
node /ABSOLUTE/PATH/TO/mixpanel-mcp/build/index.js YOUR_SERVICE_ACCOUNT_USERNAME YOUR_SERVICE_ACCOUNT_PASSWORD YOUR_PROJECT_ID

Examples

Ask “What is my bank balance”

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers