sii-cli

albertomarturelo/sii-cli
★ 0 stars Python AI/LLM Updated today
Python CLI + MCP server to automate routine interactions with SII Chile (Servicio de Impuestos Internos) for a single user acting on their own RUT (or an empresa they legally represent).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sii-cli": {
      "command": "uvx",
      "args": [
        "sii-cli"
      ]
    }
  }
}

Or install with pip: pip install sii-cli

README Excerpt

Python CLI + MCP server to automate routine interactions with **SII Chile** (Servicio de Impuestos Internos) for a single user acting on their own RUT (or an empresa they legally represent). - `sii` — the CLI (Typer-based) - `sii-mcp` — the Model Context Protocol server (FastMCP, stdio) The same `sii.core` engine backs both, so legal and operational guardrails (per-RUT throttling, audit log, credential handling, session lifecycle) apply regardless of which frontend a human or AI assistant uses.