{
  "name": "@ksefnik/mcp",
  "version": "0.5.0",
  "description": "Model Context Protocol server for Ksefnik — exposes KSeF reconciliation tools to Claude, Cursor and other MCP clients",
  "license": "MIT",
  "author": "CodeFormers",
  "homepage": "https://ksefnik.pl",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CodeFormers-it/ksefnik.git",
    "directory": "packages/mcp"
  },
  "keywords": [
    "ksef",
    "ksefnik",
    "ksef-mcp",
    "ksef-ai",
    "ksef-claude",
    "ksef-sdk",
    "ksef-2",
    "e-invoice",
    "einvoice",
    "e-faktura",
    "faktura",
    "poland",
    "polish",
    "krajowy-system-e-faktur",
    "invoice",
    "typescript",
    "nodejs",
    "sdk",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "anthropic",
    "claude",
    "claude-desktop",
    "cursor",
    "ai-agent",
    "ai-agents",
    "llm-tools",
    "llm",
    "ai",
    "agent",
    "fintech"
  ],
  "type": "module",
  "bin": {
    "ksefnik-mcp": "./dist/bin.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "!dist/**/__tests__",
    "!dist/**/*.test.*",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12",
    "zod": "^3.24",
    "@ksefnik/simulator": "^0.5.0",
    "@ksefnik/http": "^0.5.0",
    "@ksefnik/core": "^0.5.0",
    "@ksefnik/shared": "^0.5.0"
  },
  "devDependencies": {
    "typescript": "^5.7"
  },
  "scripts": {
    "build": "tsc --build",
    "dev": "tsc --build --watch",
    "typecheck": "tsc --noEmit"
  }
}