@bashcat/taiwan-stock-mcp
Version:
MCP server for Taiwan stock market data - 台灣股市資料查詢 MCP 工具
75 lines (74 loc) • 1.62 kB
JSON
{
"name": "@bashcat/taiwan-stock-mcp",
"version": "1.4.4",
"description": "MCP server for Taiwan stock market data - 台灣股市資料查詢 MCP 工具",
"main": "build/index.js",
"type": "module",
"bin": {
"taiwan-stock-mcp": "./build/index.js"
},
"files": [
"build/**/*",
"README.md",
"LICENSE",
"package.json"
],
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "tsc && node build/index.js",
"watch": "tsc --watch",
"test": "node test-server.js",
"prepare": "npm run build",
"prepack": "npm run build",
"prepublishOnly": "npm test"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.11.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
},
"peerDependencies": {
"node": ">=18"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"keywords": [
"mcp",
"taiwan",
"stock",
"twse",
"api",
"taiwan-stock",
"claude-code",
"model-context-protocol",
"stock-market",
"financial-data",
"real-time-quotes",
"technical-analysis"
],
"author": {
"name": "BashCat",
"email": "bashcat0804@gmail.com",
"url": "https://bashcat.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bashcat/taiwan-stock-mcp.git"
},
"bugs": {
"url": "https://github.com/bashcat/taiwan-stock-mcp/issues"
},
"homepage": "https://bashcat.net",
"publishConfig": {
"access": "public"
}
}