@elcukro/server
MCP server package @bank-mcp/server
Install
agr install @elcukro/server --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@bank-mcp/server", "version": "0.2.1", "description": "Banking data MCP server — give your AI assistant read-only access to bank accounts via pluggable providers", "type": "module", "bin": { "bank-mcp": "./dist/index.js" }, "main": "./dist/index.js", "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src/ tests/", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "banking", "psd2", "enable-banking", "ai", "llm", "claude" ], "author": "Luke", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/elcukro/bank-mcp.git" }, "bugs": { "url": "https://github.com/elcukro/bank-mcp/issues" }, "homepage": "https://github.com/elcukro/bank-mcp#readme", "dependencies": { "@clack/prompts": "^1.0.1", "@modelcontextprotocol/sdk": "^1.25.0", "jsonwebtoken": "^9.0.0", "zod": "^4.3.6" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.0", "@types/node": "^25.3.0", "eslint": "^10.0.1", "typescript": "^5.7.0", "vitest": "^4.0.18" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-e5068fe832f02026-08-04