{
  "name": "@frihet/mcp-server",
  "version": "1.15.1",
  "description": "AI-native MCP server for business management — invoices, expenses, deposits, clients, products, quotes, webhooks, CRM, e-invoicing (Facturae/XRechnung/Factur-X/FatturaPA/PEPPOL + FACe Spain B2G + TicketBAI Basque Country + KSeF Poland), vacation rentals, POS, banking, fiscal (Modelo 303/130/390/180/347/415/425/418, VeriFactu, TicketBAI, IS M200/M202), IGIC, AIEM, GL audit approval, white-label portal domain, VIES EU VAT lookup, bank rules, time tracking, recurring invoices, team management, gestoria. 157 tools. Remote endpoint at mcp.frihet.io (zero install). Works with Claude, Cursor, Windsurf, Cline.",
  "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__/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",
    "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",
    "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"
  }
}
