{ "name": "brreg-mcp", "version": "0.1.1", "mcpName": "io.github.hellosverre/brreg", "main": "dist/index.js", "files": [ "dist", "server.json" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "smoke": "tsx scripts/smoke.ts", "prepublishOnly": "npm run build", "test": "npm run smoke" }, "keywords": [ "mcp", "claude-code", "brreg", "enhetsregisteret", "norway", "business-registry" ], "author": "Sverre", "license": "MIT", "description": "MCP server for Brønnøysund Register Centre — Norwegian business registry lookup for Claude Code", "type": "module", "bin": { "brreg-mcp": "dist/index.js" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.6.0", "tsx": "^4.21.0", "typescript": "^6.0.3" }, "repository": { "type": "git", "url": "git+https://github.com/hellosverre/brreg-mcp.git" }, "bugs": { "url": "https://github.com/hellosverre/brreg-mcp/issues" }, "homepage": "https://github.com/hellosverre/brreg-mcp#readme" }