# Koko Finance

Analyze and optimize your credit card portfolio to maximize financial rewards and value. Compare specific card details and calculate break-even points to make informed financial decisions. Receive pe…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kokofinance/koko-finance

# Browse available tools
npx -y @smithery/cli@latest tool list kokofinance/koko-finance

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kokofinance/koko-finance search_credit_cards

# Call a tool
npx -y @smithery/cli@latest tool call kokofinance/koko-finance search_credit_cards '{}'
```

## Direct MCP Connection

Endpoint: `https://koko-finance--kokofinance.run.tools`

## Tools (7)

- `search_credit_cards` — Search for credit cards using natural language.
- `compare_cards` — Compare 2-3 credit cards side by side with AI-powered analysis.
- `get_card_details` — Get detailed information about a specific credit card.
- `calculate_card_value` — Calculate the financial value and break-even point of a credit card.
- `create_mcp_session` — Create a session for tracking your credit card analysis across multiple tool calls.
- `optimize_portfolio` — Analyze your credit card portfolio and get optimization strategies.
- `recommend_card_for_category` — Recommend which card to use from your portfolio for a specific spending category.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kokofinance/koko-finance <tool-name>
```

## Prompts (3)

- `portfolio-review` — Analyze your card portfolio with KEEP/OPTIMIZE/CANCEL verdicts
- `which-card` — Find the best card from your wallet for a specific purchase
- `new-card-finder` — Search for a new card matching your spending profile
