UNPKG

stock-market-mcp-server

Version:

Financial Datasets MCP Server for Stock Market API

57 lines (56 loc) 1.44 kB
{ "name": "stock-market-mcp-server", "version": "1.0.17", "description": "Financial Datasets MCP Server for Stock Market API", "main": "dist/index.js", "type": "module", "bin": { "stock-market-mcp-server": "bin/cli.js", "stock-market-test": "npx-test.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node --esm src/index.ts", "postinstall": "node install.js", "prepare": "chmod +x bin/cli.js npx-test.js && npm run build", "install-global": "npm install -g .", "postpublish": "echo 'Package published! Note: The npx test may not work immediately as the registry needs time to update.'", "test-npx": "cd /tmp && npx -y stock-market-mcp-server@latest --help", "version-bump": "node scripts/version-bump.js" }, "keywords": [ "mcp", "financial", "stock", "api" ], "author": "Suhail AK <suhail@synergyship.com>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.2", "axios": "^1.6.2", "typescript": "^5.0.4" }, "devDependencies": { "@types/node": "^20.2.3", "ts-node": "^10.9.1" }, "files": [ "bin/", "dist/", "README.md", "install.js", "npx-test.js" ], "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/suhail-ak-s/stock-market.git" }, "publishConfig": { "access": "public" } }