{ "name": "korean-dart-mcp", "version": "0.10.1", "description": "OpenDART 83개 API → 15개 MCP 도구. 금융감독원 전자공시(DART)를 AI로 검색·조회·분석", "type": "module", "main": "build/index.js", "types": "build/index.d.ts", "bin": { "korean-dart-mcp": "build/index.js", "korean-dart": "build/cli.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node build/index.js", "cli": "node build/cli.js", "prepublishOnly": "npm run build", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "mcp", "mcp-server", "dart", "opendart", "공시", "전자공시", "금융감독원", "claude", "model-context-protocol", "finance-ai", "korean-stocks", "xbrl" ], "author": "Chris", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "@xmldom/xmldom": "^0.9.8", "better-sqlite3": "^11.7.0", "commander": "^14.0.3", "dotenv": "^17.3.1", "iconv-lite": "^0.7.2", "kordoc": "^3.0.0", "pdfjs-dist": "^4.10.38", "yauzl": "^3.2.0", "zod": "^3.25.76 || ^4.0.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.12", "@types/node": "^22.19.3", "@types/yauzl": "^2.10.3", "typescript": "^5.9.3", "vitest": "^4.1.10" }, "files": [ "build", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/chrisryugj/korean-dart-mcp.git" }, "engines": { "node": ">=20.19.0" }, "overrides": { "adm-zip": "^0.6.1", "sharp": "^0.35.4" } }