{ "name": "dk-regnskab-mcp", "version": "0.3.1", "description": "MCP server that lets Claude (and other MCP clients) read Danish companies' published annual reports from the Danish Business Authority's open data.", "mcpName": "io.github.mikkelmanniche-dk/dk-regnskab-mcp", "type": "module", "bin": { "dk-regnskab-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "test": "node --test test/*.test.ts", "start": "node dist/index.js", "measure": "node scripts/measure.mjs", "prepublishOnly": "npm run typecheck && npm test && npm run build" }, "keywords": [ "mcp", "claude", "denmark", "xbrl", "annual-report", "cvr", "erhvervsstyrelsen", "mcp-server", "model-context-protocol", "ifrs", "annual-reports" ], "author": "Mikkel Manniche (https://mikkelmanniche.dk)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mikkelmanniche-dk/dk-regnskab-mcp.git" }, "homepage": "https://github.com/mikkelmanniche-dk/dk-regnskab-mcp#readme", "bugs": { "url": "https://github.com/mikkelmanniche-dk/dk-regnskab-mcp/issues" }, "engines": { "node": ">=22.18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "fast-xml-parser": "^5.11.1", "zod": "^4.6.5" }, "devDependencies": { "@types/node": "^24.0.0", "typescript": "^5.9.0" } }