Metadata-Version: 2.4
Name: fizko-mcp
Version: 0.1.0
Summary: Fizko MCP server + skills for Claude Code — Chilean tax and accounting tools
Project-URL: Homepage, https://fizko.ai
Project-URL: Repository, https://github.com/fizko-dev/fizko-mcp
Author-email: Akashi Labs <hello@fizko.ai>
License-Expression: MIT
Keywords: accounting,chile,claude,fizko,mcp,tax
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: fastmcp>=3.0
Requires-Dist: httpx>=0.25
Description-Content-Type: text/markdown

# fizko-mcp

MCP server + skills for [Claude Code](https://claude.ai/claude-code) — Chilean tax and accounting tools powered by [Fizko](https://fizko.ai).

## Install

```bash
pip install fizko-mcp
```

## Setup

```bash
fizko-mcp-setup --api-key=fizko_XXXXX
```

This:
1. Registers the `fizko` MCP server in Claude Code settings
2. Installs 7 accounting skills to `~/.claude/skills/`

## Usage

After setup, start Claude Code and ask about your company's accounting data:

- "¿Cuánto IVA debo este mes?"
- "Dame el estado de resultados del 2025"
- "¿Hay movimientos bancarios pendientes?"
- "Registra un gasto de almuerzo por $12.500"

## Tools (56)

| Domain | Tools | Type |
|--------|-------|------|
| Tax | 20 | Read |
| Accounting | 17 | Read |
| Banking | 5 | Read |
| Onboarding | 4 | Read + Write |
| Tickets | 5 | Read + Write |
| Email | 1 | Write |
| Expenses | 7 | Read + Write |

## Uninstall

```bash
fizko-mcp-setup --uninstall
pip uninstall fizko-mcp
```
