
Creditkarma Mcp
Let your coding agent pull Credit Karma transaction history and summarize spending by category, merchant, and account without exporting CSVs by hand.
Overview
Credit Karma MCP is an MCP server for the Grow phase that exposes Credit Karma transactions to your agent for category, merchant, and account spending summaries.
What is this MCP server?
- Query Credit Karma transactions by category, merchant, and account summary from Claude or Cursor
- Stdio MCP package creditkarma-mcp v2.2.2 on npm
- Auth via CK_COOKIES Cookie header or automatic fetchproxy 0.3.0 browser bridge when signed into creditkarma.com
- CK_DISABLE_FETCHPROXY=1 for headless CI with hard errors when credentials are missing
- Spending insights for budgeting indie SaaS and freelance cash flow in natural language
- Server version 2.2.2
- 2 optional environment variables (CK_COOKIES secret, CK_DISABLE_FETCHPROXY)
- Stdio transport via npm identifier creditkarma-mcp
What problem does it solve?
You track runway in a spreadsheet but your real spend lives in Credit Karma, so reconciling categories and merchants means manual exports and tab switching.
Who is it for?
Indie founders and freelancers who already use Credit Karma and want agent-driven spend breakdowns during monthly reviews.
Skip if: Teams that need official bank APIs, multi-user accounting, or compliance-grade ledger systems without browser cookie auth.
What do I get? / Deliverables
After you register the server and authenticate, your agent can answer spending questions from live Credit Karma data in one conversation.
- Category- and merchant-level spending summaries from Credit Karma
- Account summary views usable in agent workflows
- Authenticated stdio MCP connection documented via env vars
Recommended MCP Servers
Journey fit
Personal and side-project money visibility sits in the Grow phase where you review what customers and ads actually cost versus revenue. Analytics subphase fits transaction rollups and category breakdowns that inform pricing, runway, and marketing spend decisions.
How it compares
Personal-finance MCP bridge to Credit Karma, not a standalone budgeting app or agent skill.
Common Questions / FAQ
Who is creditkarma-mcp for?
Solo builders and freelancers who use Credit Karma and want Claude, Cursor, or other MCP agents to summarize transactions and spending patterns.
When should I use creditkarma-mcp?
Use it during Grow-phase financial reviews when you need category or merchant rollups, account summaries, or quick answers about recent spending without CSV exports.
How do I add creditkarma-mcp to my agent?
Install the npm package creditkarma-mcp, add it as a stdio MCP server in Claude Code or Cursor, set CK_COOKIES from a signed-in session or use fetchproxy 0.3.0, then restart the agent.