{
  "name": "nordic-data-mcp",
  "version": "1.5.5",
  "description": "MCP server exposing Nordic Data API — company, VAT, sanctions, KYB and address data across 15 EU countries to AI agents",
  "type": "module",
  "bin": {
    "nordic-data-mcp": "dist/index.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "start:http": "node dist/http.js",
    "dev": "tsx watch src/index.ts",
    "dev:http": "tsx watch src/http.ts",
    "typecheck": "tsc --noEmit",
    "security-check": "node scripts/security-check.mjs",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "express": "^4.21.2",
    "zod": "^3.23.8",
    "zod-to-json-schema": "^3.23.5"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.14.0",
    "tsx": "^4.19.2",
    "typescript": "^5.4.5"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mnymann/nordic-data-mcp.git"
  },
  "homepage": "https://github.com/Mnymann/nordic-data-mcp#readme",
  "bugs": {
    "url": "https://github.com/Mnymann/nordic-data-mcp/issues"
  },
  "author": "AddonNordic ApS <contact@addonnordic.dk>",
  "mcpName": "io.github.Mnymann/nordic-data",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "anthropic",
    "cursor",
    "nordic",
    "company-data",
    "kyb",
    "kyc",
    "cvr",
    "vies",
    "gleif",
    "sanctions",
    "opensanctions",
    "vat",
    "address",
    "autocomplete"
  ]
}
