{ "name": "@nubiia/mcp-quipu", "mcpName": "io.github.nubiia-dev/mcp-quipu", "version": "1.0.1", "description": "MCP server for the Quipu API: invoicing, expenses, contacts and accounting for Spanish freelancers and small businesses. Built by Nubiia.", "main": "dist/index.js", "type": "module", "bin": { "mcp-quipu": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src", "lint:fix": "eslint src --fix", "format": "prettier --write src", "format:check": "prettier --check src", "prepublishOnly": "npm run clean && npm run build", "clean": "rm -rf dist" }, "keywords": [ "mcp", "model-context-protocol", "quipu", "quipu-api", "getquipu", "invoice", "invoicing", "facturacion", "autonomos", "contabilidad", "accounting", "gestoria", "spain", "api", "claude", "anthropic", "ai", "llm", "automation", "nubiia" ], "author": { "name": "Nubiia", "email": "samuel.fraga@nubiia.es", "url": "https://nubiia.es" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nubiia-dev/mcp-quipu.git" }, "files": [ "dist", "LICENSE", "README.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "node-fetch": "^3.3.2", "zod": "^4.4.3" }, "devDependencies": { "@eslint/js": "^9.39.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.9", "@semantic-release/npm": "^13.1.5", "@types/node": "^26.0.1", "@types/node-fetch": "^2.6.13", "@typescript-eslint/eslint-plugin": "^8.62.0", "@typescript-eslint/parser": "^8.62.0", "@vitest/coverage-v8": "^4.0.15", "eslint": "^10.6.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.6", "prettier": "^3.6.2", "semantic-release": "^25.0.9", "typescript": "^5.3.0", "typescript-eslint": "^8.62.0", "vitest": "^4.1.9" }, "engines": { "node": ">=22.14.0" }, "publishConfig": { "access": "public" }, "homepage": "https://nubiia.es" }