finnhub-mcp
Version:
A Model Context Protocol server for Finnhub financial data
58 lines (57 loc) • 1.22 kB
JSON
{
"name": "finnhub-mcp",
"version": "1.11.0",
"description": "A Model Context Protocol server for Finnhub financial data",
"main": "index.js",
"bin": {
"finnhub-mcp": "index.js"
},
"scripts": {
"format": "prettier --write .",
"lint": "prettier --check .",
"prepare": "npm run format && npm run lint",
"postinstall": "node scripts/install.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"finnhub",
"financial",
"data",
"model-context-protocol",
"server"
],
"author": "Sal Zaki <salzaki@hotmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SalZaki/finnhub-mcp.git"
},
"bugs": {
"url": "https://github.com/SalZaki/finnhub-mcp/issues"
},
"homepage": "https://github.com/SalZaki/finnhub-mcp#readme",
"os": [
"darwin",
"linux",
"win32"
],
"engines": {
"node": ">=16.0.0"
},
"files": [
"bin/",
"index.js",
"scripts/",
"install.js",
"README.md"
],
"dependencies": {
"@types/node": "^24.1.0",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"prettier": "^3.6.2",
"typescript": "^5.8.3"
}
}