Mercury Server
БесплатноНе проверенMCP server for Mercury Banking API that enables listing accounts and retrieving transactions via natural language.
Описание
MCP server for Mercury Banking API that enables listing accounts and retrieving transactions via natural language.
README
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"
}
}
}
}
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 reloading
Установка Mercury Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Fyko/mercury-mcp-serverFAQ
Mercury Server MCP бесплатный?
Да, Mercury Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mercury Server?
Нет, Mercury Server работает без API-ключей и переменных окружения.
Mercury Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Mercury Server в Claude Desktop, Claude Code или Cursor?
Открой Mercury Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Mercury Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
