mcpbeat Sign in

Mercury Multiorg MCP Server

by dkaleganov Your server? Claim it
local only

Mercury Multiorg MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Unofficial read-only MCP server exposing several Mercury banking organizations to one AI session.

Installs / week
pypi · mercury-multiorg-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Mercury Multiorg MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mercury-multiorg-mcp -- uvx mercury-multiorg-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mercury-multiorg-mcp": {
      "args": [
        "mercury-multiorg-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mercury-multiorg-mcp]
command = "uvx"
args = ["mercury-multiorg-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mercury-multiorg-mcp": {
      "args": [
        "mercury-multiorg-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mercury-multiorg-mcp": {
      "args": [
        "mercury-multiorg-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MERCURY_TOKEN_ACME_MAIN (Example only. Each organization needs one read-only Mercury API token in the environment variable named by its token_env in your registry. Names are yours to choose but must match MERCURY_TOKEN_[A-Z0-9_]+ (for example MERCURY_TOKEN_<ENTITY_KEY>); set one per organization and rename this example to match.), MERCURY_ENTITIES_FILE (Alternative to --entities: path to the entity registry YAML. Ignored when --entities is passed.), MERCURY_API_BASE (Mercury API host. Allowed without extra flags: https://api.mercury.com, https://api-sandbox.mercury.com (with sandbox tokens), or a loopback mock.), MERCURY_ALLOW_DOCUMENTS (Set to true to register get_statement_pdf and get_invoice_pdf, which return statement and invoice PDFs unredacted. Off by default.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mercury Multiorg MCP

same job, measured the same way
Openevidence MCP
by bakhtiersizhaev

Unofficial MCP server connecting OpenEvidence to AI agents via authenticated browser sessions

56 installs/wk local only
Aiseg2 MCP
by chanyou0311

Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.

59 installs/wk local only
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering
Tauri Documentation MCP
by fxckcode

Read-only MCP server for official Tauri 2 documentation snapshots.

208 installs/wk local only
Proton Mail (unofficial)
by sethbang

Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP

67 installs/wk local only
VeryChic Hotel Deals
by jordantete

Unofficial read-only MCP server for VeryChic hotel offers

78 installs/wk 2 tools answering
Gam Seller MCP Node
by juan-sibbo

Governed, read-only MCP server exposing Google Ad Manager inventory discovery to buyer agents

107 installs/wk local only
Spot AI MCP (Unofficial)
by phil-bryant

Unofficial community MCP server for the Spot AI camera and video-intelligence REST API. Read-only.

503 installs/wk local only

Mercury Multiorg MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mercury Multiorg MCP?
Mercury Multiorg MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mercury-multiorg-mcp.
How do I connect Mercury Multiorg MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mercury-multiorg-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Mercury Multiorg MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.