package.json•1.24 kB
{
"name": "@mrbaeksang/korea-stock-analyzer-mcp",
"version": "1.1.1",
"description": "Korean stock analyzer with 6 investment legends' strategies. Works as both MCP server (Claude Desktop) and HTTP API (Kakao PlayMCP)",
"main": "dist/index.js",
"type": "module",
"bin": {
"korea-stock-analyzer": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node --max-old-space-size=4096 dist/index.js",
"test": "tsx src/index.ts"
},
"keywords": [
"mcp",
"korean-stock",
"investment",
"claude-desktop",
"kospi",
"kosdaq",
"pykrx",
"stock-analysis",
"buffett",
"value-investing"
],
"author": "Mrbaeksang",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Mrbaeksang/korea-stock-analyzer-mcp.git"
},
"homepage": "https://github.com/Mrbaeksang/korea-stock-analyzer-mcp",
"bugs": {
"url": "https://github.com/Mrbaeksang/korea-stock-analyzer-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.11.0"
},
"devDependencies": {
"@types/node": "^20.19.12",
"@vercel/node": "^5.3.20",
"tsx": "^4.0.0",
"typescript": "^5.9.2"
}
}