{ "name": "creditkarma-mcp", "version": "3.0.0", "mcpName": "io.github.chrischall/creditkarma-mcp", "description": "MCP server for Credit Karma — natural-language access to your transactions, spending, and accounts", "author": "Claude Code (AI) ", "repository": { "type": "git", "url": "git+https://github.com/chrischall/creditkarma-mcp.git" }, "license": "MIT", "keywords": [ "mcp", "model-context-protocol", "claude", "ai", "credit-karma", "transactions", "spending", "accounts", "budgeting", "personal-finance", "sqlite", "graphql" ], "type": "module", "bin": { "creditkarma-mcp": "dist/index.js" }, "files": [ "dist", "skills", "server.json", "mint.yaml" ], "scripts": { "build": "tsc && npm run bundle", "bundle": "esbuild src/index.ts --bundle --alias:zod/v4=./node_modules/zod/v4/index.cjs --platform=node --format=esm --external:dotenv --banner:js=\"import { createRequire as __createRequire } from 'module'; const require = __createRequire(import.meta.url);\" --outfile=dist/bundle.js", "start": "node dist/index.js", "dev": "node --env-file=.env dist/index.js", "inspect:accounts": "node scripts/inspect-accounts.mjs", "probe:accounts": "node scripts/probe-account-ids.mjs", "test": "npm run typecheck && vitest run", "test:watch": "vitest", "test:coverage": "npm run typecheck && vitest run --coverage", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "@chrischall/mcp-utils": "^0.28.0", "@fetchproxy/bootstrap": "^3.0.1", "@fetchproxy/server": "^3.0.1", "@modelcontextprotocol/server": "^2.0.0", "dotenv": "^17.4.2", "zod": "^4.6.2" }, "devDependencies": { "@modelcontextprotocol/client": "^2.0.0", "@types/node": "^26.0.0", "@vitest/coverage-v8": "^5.0.0", "esbuild": "^0.28.0", "typescript": "^7.0.2", "vitest": "^5.0.0" } }