# SeizeData DaZoom

Categorize bank and card transactions automatically to streamline expense tracking. Reveal spending patterns and merchants with clear categories and summaries. Accelerate budgeting, reconciliation, a…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add seizedata/trx-categorization-mcp

# Browse available tools
npx -y smithery tool list seizedata/trx-categorization-mcp

# Get full schema for a tool
npx -y smithery tool get seizedata/trx-categorization-mcp categorize-transactions-by-dazoom

# Call a tool
npx -y smithery tool call seizedata/trx-categorization-mcp categorize-transactions-by-dazoom '{}'
```

## Direct MCP Connection

Endpoint: `https://trx-categorization-mcp--seizedata.run.tools`

## Tools (1)

- `categorize-transactions-by-dazoom` — [씨즈데이터] DaZoom 통장 및 카드 거래내역 분석 툴

```bash
# Get full input/output schema for a tool
npx -y smithery tool get seizedata/trx-categorization-mcp <tool-name>
```
