Mercury MCP Server
Click on "Install 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 installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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