{ "name": "apple-stocks-mcp", "version": "1.1.5", "mcpName": "io.github.helderpgoncalves/apple-stocks-mcp", "description": "macOS-only MCP server that reads your own pre-installed Apple Stocks app data locally (watchlist, cached quotes, fundamentals, intraday charts). Read-only, no network, no external API. Not affiliated with Apple Inc.", "type": "module", "bin": { "apple-stocks-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "build:test": "tsc -p tsconfig.test.json", "start": "node dist/index.js", "dev": "tsc --watch", "typecheck": "tsc --noEmit", "test": "npm run build:test && find dist-test -name '*.test.js' -print0 | xargs -0 node --test", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "stocks", "apple-stocks", "watchlist", "finance", "aapl" ], "author": "Hélder Gonçalves", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/helderpgoncalves/apple-stocks-mcp.git" }, "bugs": { "url": "https://github.com/helderpgoncalves/apple-stocks-mcp/issues" }, "homepage": "https://github.com/helderpgoncalves/apple-stocks-mcp#readme", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.0", "bplist-parser": "^0.3.2", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.0" } }