{ "name": "@validatefin/mcp", "version": "1.2.1", "description": "MCP server to validate SEPA, UBL/Peppol, XRechnung, camt.052/053/054, ACH/NACHA files, IBANs and US ABA routing numbers, and convert MT940 and BAI2 to camt.053, locally with ValidateFin.", "mcpName": "io.github.elnicaise/validatefin", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/elnicaise/validatefin-mcp.git" }, "bin": { "validatefin-mcp": "dist/server.js" }, "files": [ "dist", "README.md" ], "keywords": [ "mcp", "peppol", "ubl", "sepa", "camt", "ach", "nacha", "mt940", "swift", "e-invoicing", "en16931", "validator" ], "license": "MIT", "homepage": "https://validatefin.com", "scripts": { "build": "tsup", "start": "node dist/server.js", "prepublishOnly": "tsup" }, "dependencies": { "@modelcontextprotocol/sdk": "^1", "@xmldom/xmldom": "^0.9", "libxml2-wasm": "^0.7", "saxon-js": "^2.7", "zod": "^3" }, "devDependencies": { "tsup": "^8", "typescript": "^5" }, "publishConfig": { "access": "public" } }