{ "name": "mcp-banco-inter", "version": "1.0.3", "description": "Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças.", "main": "dist/index.js", "type": "module", "mcpName": "io.github.SamuelMoraesF/mcp-banco-inter", "repository": { "type": "git", "url": "git+https://github.com/SamuelMoraesF/mcp-banco-inter.git" }, "bugs": { "url": "https://github.com/SamuelMoraesF/mcp-banco-inter/issues" }, "homepage": "https://github.com/SamuelMoraesF/mcp-banco-inter#readme", "bin": { "mcp-banco-inter": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "nodemon --watch src --ext ts --exec \"node --loader ts-node/esm\" src/index.ts", "test": "jest", "test:unit": "jest tests/unit", "test:integration": "jest tests/integration", "prepare": "npm run build" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "axios": "^1.13.5", "dotenv": "^17.2.4", "express": "^5.2.1", "fs-extra": "^11.3.3" }, "devDependencies": { "@types/express": "^5.0.6", "@types/fs-extra": "^11.0.4", "@types/jest": "^30.0.0", "@types/node": "^25.2.3", "jest": "^30.2.0", "nodemon": "^3.1.11", "ts-jest": "^29.4.6", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }