Mercury MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mercury MCP Servershow my accounts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mercury MCP Server
MCP Server for Mercury Banking API. Supports both stdio (for Docker) and HTTP transports.
Usage
Claude Desktop and Cursor
{
"mcpServers": {
"mercury": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MERCURY_API_KEY",
"ghcr.io/fyko/mercury-mcp-server"
],
"env": {
"MERCURY_API_KEY": "replace_me"
}
}
}
}Server Mode
Run the server normally (without -i flag or with a tty):
docker run -e MERCURY_API_KEY=your-key -e MCP_API_KEY=your-auth-key -p 9236:9236 ghcr.io/fyko/mercury-mcp-serveror locally:
# create .env, bun autoloads it
MERCURY_API_KEY=your-key
MCP_API_KEY=your-auth-key
PORT=9236bun startThe server auto-detects which mode to use based on whether stdin is a tty.
To use the server in Cursor:
{
"mcpServers": {
"mercury": {
"url": "https://whatever.example.com/mcp",
"headers": {
"Authorization": "Bearer MCP_API_KEY"
}
}
}
}Related MCP server: mercury-invoicing-mcp
Tools
list-accounts- list all mercury accountsget-account-transactions- get transactions for an account
Building
docker build -t mercury-mcp-server .Development
bun install
bun run dev # hot reloadingThis server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
- mcpOAuthcom.gibsonai
GibsonAI MCP server: manage your databases with natural language
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP Server that provides a conversational interface to the UK Open Banking account information API, allowing agents to interact with bank account data through natural language commands.-
- AlicenseAqualityAmaintenanceMercury Banking MCP server with full Invoicing API support. Read accounts/transactions and create/manage recurring invoices via Model Context Protocol.367 npm11MIT
- AlicenseNot gradedqualityDmaintenanceSimple 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.4MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for accessing and managing Banktivity personal finance data, enabling account, transaction, and budget operations through natural language.3MIT