{
  "name": "freightutils-mcp",
  "version": "2.19.0",
  "mcpName": "io.github.SoapyRED/freightutils",
  "description": "Neutral freight reference + validation layer for AI agents — ADR dangerous goods, HS codes, airlines, airports, UN/LOCODE, Incoterms, identifier validation and freight math. Every tool declares a typed output schema and returns a source-cited response envelope (structuredContent) an agent can cite.",
  "author": "FreightUtils <contact@freightutils.com>",
  "license": "MIT",
  "homepage": "https://www.freightutils.com/api-docs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SoapyRED/freightutils-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/SoapyRED/freightutils-mcp/issues"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "freight",
    "logistics",
    "shipping",
    "transportation",
    "adr",
    "dangerous-goods",
    "hs-codes",
    "air-freight",
    "sea-freight",
    "road-freight",
    "customs",
    "calculator",
    "iata",
    "unlocode",
    "cbm",
    "ldm",
    "incoterms"
  ],
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "freightutils-mcp": "dist/bin/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/bin/cli.js",
    "test": "tsc -p tsconfig.test.json && node --test dist-test/api.test.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "typescript": "^5.8.3",
    "@types/node": "^22"
  },
  "engines": {
    "node": ">=18"
  }
}
