package.json•716 B
{
"name": "vn-stock-api-mcp",
"version": "1.0.0",
"description": "MCP server to search and access APIs from VNDirect, FireAnt, and SSI using Firecrawl",
"main": "dist/index.js",
"type": "module",
"bin": {
"vn-stock-api-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"vietnam",
"stock",
"vndirect",
"fireant",
"ssi",
"api"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}