Skip to main content
Glama
Fyko

Mercury MCP Server

by Fyko

Mercury MCP Server

Deploy on Railway

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-server

or locally:

# create .env, bun autoloads it
MERCURY_API_KEY=your-key
MCP_API_KEY=your-auth-key
PORT=9236
bun start

The 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 accounts

  • get-account-transactions - get transactions for an account

Building

docker build -t mercury-mcp-server .

Development

bun install
bun run dev # hot reloading
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/Fyko/mercury-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server