Meridian Bank MCP Server (saivarmadpr/meridian-mcp) is an MCP server listed on the M8ven Trust Index. It scores 68 out of 100, grade C. It declares 20 tools. No publisher has claimed this listing.
A production-grade MCP server for a fictional digital bank, exposing tools for an AI copilot to service customers across the full risk spectrum from read-only lookups to money movement and destructive admin actions, with OAuth 2.1 security and a realistic dataset.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
saivarmadpr
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
list_accountsList all accounts for a customer.
get_accountFetch a single account by id.
get_balanceFetch the current balance and status of an account.
list_transactionsList an account's transactions, newest first, with keyset pagination.
get_transactionFetch a single transaction by id.
freeze_accountFreeze an account (blocks activity; reversible).
unfreeze_accountReactivate a frozen account.
reverse_transactionReverse a posted transaction, creating a compensating entry and adjusting the balance.
close_accountClose an account. The balance must be zero.
adjust_balanceApply an administrative credit (positive) or debit (negative) to an account.
list_cardsList cards for an account.
freeze_cardFreeze a card (reversible).
unfreeze_cardReactivate a frozen card.
search_customersSearch customers by name, email, or phone (partial match).
get_customerFetch a customer profile by id (includes PII: DOB, SSN last-4).
open_disputeOpen a dispute against a transaction.
create_payeeAdd a payment recipient (ACH or wire) for a customer. Account/routing numbers are stored masked.
create_transferMove money between two Meridian accounts. Atomic and idempotent.
initiate_ach_paymentSend an ACH payment from an account to a registered payee. Atomic and idempotent.
initiate_wireSend a wire transfer to a registered payee. Requires BOTH payments:write and wire:write scopes.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
When Vitest UI server is listening, arbitrary file can be read and executed
Faker: helpers.fake exploitable into arbritary code execution
Drizzle ORM has SQL injection via improperly escaped SQL identifiers
Vitest: Path Traversal / Arbitrary File Read via @vitest/mocker Redirect Mock
DATABASE_URLTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
20/20 tools missing one or more hints — list_accounts (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_account (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_balance (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +17 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tool test coverage
Only 4/20 tools referenced in tests (20%)
Write tests that reference each tool by name so every tool has at least one test.
Production dependencies are patched
0 critical, 2 high severity in production deps — @faker-js/faker@9.9.0 (high), drizzle-orm@0.36.4 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Dev dependencies
1 critical/high in dev-only deps (does not ship to users)
Upgrade dev dependencies when convenient.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/saivarmadpr/meridian-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check