{ "name": "headless-tracker", "version": "1.0.17", "mcpName": "io.github.tamasPetki/headless-tracker", "description": "Read-only MCP server: let your AI read your whole crypto portfolio across exchanges, on-chain wallets, and prediction markets -- never your API keys, and it can't trade or withdraw. Not financial advice.", "type": "module", "module": "src/mcp/server.ts", "bin": { "headless-tracker": "./dist/bin/headless-tracker.mjs" }, "scripts": { "start": "bun run src/mcp/server.ts", "setup": "bun run bin/headless-tracker.ts setup", "test": "bun test --timeout=15000", "test:watch": "bun test --watch --timeout=15000", "contract": "bun run scripts/contract-check.ts", "typecheck": "bun --bun tsc --noEmit", "build:apps": "bun run scripts/build-mcp-apps.ts", "build": "bun run build:apps && bun run scripts/build-node.ts", "prepublishOnly": "bun test --timeout=15000 && bun --bun tsc --noEmit && bun run build" }, "files": [ "dist/bin/", "dist/mcp-apps/", "src/", "tsconfig.json", "README.md", "CHANGELOG.md", "LICENSE" ], "publishConfig": { "access": "public" }, "keywords": [ "mcp", "model-context-protocol", "portfolio", "crypto", "stocks", "polymarket", "bybit", "binance", "metamask", "ibkr", "claude", "ai-tools" ], "author": { "name": "Tomi (PietScarlet)", "url": "https://bulltrapp.com" }, "homepage": "https://github.com/tamasPetki/HeadlessTracker", "repository": { "type": "git", "url": "https://github.com/tamasPetki/HeadlessTracker.git" }, "license": "MIT", "engines": { "node": ">=22.5.0", "bun": ">=1.3.0" }, "dependencies": { "@modelcontextprotocol/ext-apps": "^1.7.1", "@modelcontextprotocol/sdk": "^1.29.0", "@napi-rs/keyring": "^1.1.6", "zod": "^4.0.0" }, "devDependencies": { "@types/bun": "latest", "typescript": "^5.6.0" } }