invoice-processor-mcp
Version:
MCP server para procesar facturas en formato Excel
47 lines • 1.08 kB
JSON
{
"name": "invoice-processor-mcp",
"version": "1.0.2",
"description": "MCP server para procesar facturas en formato Excel",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"No tests specified\"",
"prepublishOnly": "npm test",
"publish-npm": "node publish-npm.js"
},
"keywords": [
"mcp",
"excel",
"invoice",
"facturas",
"processor",
"xlsx"
],
"author": "Carlos Espana D ",
"license": "ISC",
"dependencies": {
"@anthropic-ai/sdk": "^0.10.2",
"exceljs": "^4.3.0",
"xlsx": "^0.18.5",
"express": "^4.18.2"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"index.js",
"invoiceProcessor.js",
"mcp/",
"README.md",
"NPM_UPLOAD_GUIDE.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/carlosespana95/invoice-processor-mcp.git"
},
"bugs": {
"url": "https://github.com/carlosespana95/invoice-processor-mcp/issues"
},
"homepage": "https://github.com/carlosespana95/invoice-processor-mcp#readme"
}