Credit Karma transactions for Claude — spending by category, merchant, and account summary
claude mcp add creditkarma-mcp -- npx -y creditkarma-mcp
claude_desktop_config.json
{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"creditkarma-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.chrischall--creditkarma-mcp/reviews or the review_server meta-tool.
POST /mcp