← Back to Plugins
MCP Server MCP

io.github.chrischall/creditkarma-mcp

github By github 👁 1 views ▲ 0 votes

Credit Karma transactions for Claude — spending by category, merchant, and account summary

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "creditkarma-mcp",
      "version": "2.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. The full Cookie header from a signed-in creditkarma.com request. Leave unset to use the fetchproxy extension fallback — install fetchproxy 0.3.0, sign into creditkarma.com, and the MCP reads cookies automatically. Otherwise copy the header from DevTools → Network → any creditkarma.com request → Request Headers.",
          "format": "string",
          "isSecret": true,
          "name": "CK_COOKIES"
        },
        {
          "description": "Set to 1 to skip the fetchproxy browser-extension fallback (missing creds become a hard error — useful in headless CI).",
          "format": "string",
          "name": "CK_DISABLE_FETCHPROXY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...