{
  "name": "@frihet/mcp-server",
  "version": "1.16.3",
  "description": "AI-native MCP server for Frihet ERP — 157 tools: invoicing, expenses, CRM, banking, POS + ES/EU fiscal compliance (VeriFactu, TicketBAI, Facturae). Zero-install at mcp.frihet.io. Works with Claude, ChatGPT, Cursor, Windsurf, Cline & any MCP client.",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "frihet-mcp": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "npm run build && node --test dist/__tests__/openai-profile.test.js dist/__tests__/tool-exposure.test.js dist/__tests__/einvoice-tools.test.js dist/__tests__/einvoice-day4-tools.test.js dist/__tests__/stay-tools.test.js dist/__tests__/pos-tools.test.js dist/__tests__/kitchen-tools.test.js dist/__tests__/banking-tools.test.js dist/__tests__/banking-client-contract.test.js dist/__tests__/pagination-cursor-param.test.js dist/__tests__/fiscal-tools.test.js dist/__tests__/time-tools.test.js dist/__tests__/recurring-tools.test.js dist/__tests__/team-tools.test.js dist/__tests__/d4b-hr-payroll-onboarding-tools.test.js dist/__tests__/audit-server-version.test.js dist/__tests__/openai-grouped-compose.test.js dist/__tests__/contract.test.js dist/__tests__/observability-redaction.test.js dist/__tests__/intelligence-duplicate-invoice.test.js dist/__tests__/get-envelope-unwrap-regression.test.js dist/__tests__/mutation-unwrap-and-schema-regression.test.js dist/__tests__/schema-envelope-guard.test.js dist/__tests__/demo-mode.test.js",
    "start": "node dist/index.js",
    "postinstall": "node scripts/postinstall.js || true",
    "prepublishOnly": "npm run build && npm run audit:mcp-refs -- --repo frihet-mcp",
    "audit:mcp-refs": "node scripts/audit-mcp-refs.mjs",
    "audit:mcp-refs:fix": "node scripts/audit-mcp-refs.mjs --fix",
    "gate:no-leak": "bash scripts/no-public-leak.sh"
  },
  "keywords": [
    "accounting",
    "ai",
    "ai-agent",
    "anthropic",
    "automation",
    "billing",
    "business-management",
    "claude",
    "clients",
    "cline",
    "codex",
    "copilot",
    "cursor",
    "erp",
    "expenses",
    "fintech",
    "frihet",
    "invoicing",
    "llm",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "quotes",
    "saas",
    "tax-compliance",
    "gemini-cli",
    "freelancer",
    "small-business",
    "business-automation",
    "verifactu",
    "webhooks",
    "windsurf",
    "hr",
    "payroll",
    "vacation-rental",
    "spanish-tax",
    "e-invoicing"
  ],
  "author": "BRTHLS <viktor@brthls.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Frihet-io/frihet-mcp.git"
  },
  "mcpName": "io.frihet/erp",
  "homepage": "https://docs.frihet.io/desarrolladores/mcp-server",
  "funding": {
    "type": "individual",
    "url": "https://frihet.io/pricing"
  },
  "bugs": {
    "url": "https://github.com/Frihet-io/frihet-mcp/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist",
    "scripts",
    "assets/banner.svg",
    "assets/banner-light.svg",
    "assets/logo-400.png",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.0"
  },
  "peerDependencies": {
    "zod": ">=3.25.0"
  },
  "peerDependenciesMeta": {
    "zod": {
      "optional": false
    }
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0",
    "zod": "^3.25.0"
  }
}
