{
  "name": "@dearmrzhang/customs-mcp-server",
  "version": "1.1.0",
  "type": "module",
  "description": "MCP server exposing 14 customs / trade capabilities (declarations, ship info, tariff, dual-use screening, AI document maker, ...) as standard Model Context Protocol tools. Built for Claude Desktop / Claude Code / Cursor / Windsurf / Trae / Codex and any MCP-compatible AI client.",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "customs",
    "trade",
    "declaration",
    "tariff",
    "hs-code",
    "ai-agent",
    "claude",
    "claude-code",
    "cursor",
    "windsurf"
  ],
  "author": "ZHANGCHAO",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yak33/customs-mcp-server.git"
  },
  "homepage": "https://github.com/yak33/customs-mcp-server#readme",
  "bugs": {
    "url": "https://github.com/yak33/customs-mcp-server/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "bin": {
    "customs-mcp-server": "dist/index.js"
  },
  "files": [
    "dist/",
    "examples/",
    "docs/",
    "README.md",
    "README.zh-CN.md",
    "README.ja.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepack": "pnpm typecheck && pnpm test && pnpm build",
    "dev:stdio": "tsx src/index.ts --transport stdio",
    "dev:http": "tsx src/index.ts --transport http",
    "start:stdio": "node dist/index.js --transport stdio",
    "start:http": "node dist/index.js --transport http"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.8.0",
    "dotenv": "^16.4.7",
    "fast-uri": "2.3.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/node": "^22.15.3",
    "rimraf": "^6.0.1",
    "tsx": "^4.19.3",
    "typescript": "^5.8.3",
    "vitest": "^2.1.8"
  },
  "pnpm": {
    "overrides": {
      "fast-uri": "2.3.0"
    }
  }
}
