← Browse

@klodr/mercury-invoicing-mcp

A

MCP server package mercury-invoicing-mcp

mcp_servermcp

Install

agr install @klodr/mercury-invoicing-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "mercury-invoicing-mcp", "version": "0.18.1", "description": "Mercury Banking MCP server with full Invoicing API support — accounts, transactions, recipients, customers, invoices (one-shot + recurring), webhooks.", "keywords": [ "mcp", "model-context-protocol", "mercury", "mercury-banking", "invoicing", "banking", "ai", "llm", "claude", "anthropic" ], "homepage": "https://github.com/klodr/mercury-invoicing-mcp", "funding": "https://github.com/sponsors/klodr", "repository": { "type": "git", "url": "git+https://github.com/klodr/mercury-invoicing-mcp.git" }, "bugs": { "url": "https://github.com/klodr/mercury-invoicing-mcp/issues" }, "license": "MIT", "author": "klodr", "type": "module", "main": "dist/index.js", "bin": { "mercury-invoicing-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.js", "lint": "eslint src ".{json,jsonc,json5}"", "format": "prettier --write src test", "format:check": "prettier --check src test", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "version": "node scripts/sync-version.mjs && git add server.json src/server.ts", "prepare": "husky", "prepublishOnly": "NODE_ENV=production npm run build", "typecheck": "tsc --noEmit", "lint:md": "markdownlint-cli2 "**/.md" "#CHANGELOG.md" "#node_modules" "#coverage" "#dist"" }, "engines": { "node": ">=22.23.1" }, "packageManager": "npm@10.9.7", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "ipaddr.js": "^2.3.0", "us-bank-account-validator": "^1.1.0", "zod": "^4.4.2" }, "devDependencies": { "@commitlint/cli": "^21.0.0", "@commitlint/config-conventional": "^21.0.0", "@eslint/js": "^10.0.1", "@types/node": "^22.19.17", "@vitest/coverage-v8": "^4.1.4", "eslint": "^10.3.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.2", "eslint-plugin-jsonc": "^3.1.2", "eslint-plugin-promise": "^7.3.0", "eslint-plugin-unicorn": "^64.0.0", "fast-check": "^4.7.0", "husky": "^9.1.7", "lint-staged": "^17.0.4", "lockfile-lint": "^5.0.0", "markdownlint-cli2": "^0.23.0", "prettier": "^3.8.3", "tsup": "^8.5.1", "typescript": "^6.0.3", "typescript-eslint": "^8.59.1", "vitest": "^4.1.4", "yaml-lint": "^1.7.0" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] }, "overrides": { "fast-uri": "3.1.4", "esbuild": "0.28.1", "js-yaml@^4.0.0": "4.3.0", "js-yaml@^5.0.0": "5.2.2", "@hono/node-server": "2.0.12" }, "lint-staged": { ".{ts,tsx,js,mjs,cjs,mts}": [ "prettier --write", "eslint --max-warnings=0 --no-warn-ignored" ], ".{json,jsonc,json5}": [ "prettier --write", "eslint --max-warnings=0 --no-warn-ignored" ], ".{yml,yaml}": [ "prettier --write", "yamllint" ], ".md": [ "prettier --write", "markdownlint-cli2" ] } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-6b4866af21512026-08-06