Back to Browse

Aikount MCP Server

by Mutonby
Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Contabilidad española con IA: facturas, gastos por OCR, conciliación bancaria y Modelo 303.

About

Contabilidad española con IA: facturas, gastos por OCR, conciliación bancaria y Modelo 303.

Security Report

4.8
Use Caution4.8High Risk

Well-structured MCP server with proper authentication via API token environment variables and appropriate error handling. Permissions match the server's accounting purpose (network HTTP for API, environment variable access for credentials). No malicious patterns, credential leakage, or dangerous operations detected. Minor code quality observations around logging do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

Aikount API key (agl_...), scope *. Generada con 'Conectar agente'.Required

Environment variable: AIKOUNT_TOKEN

URL base de la API (por defecto producción).Optional

Environment variable: AIKOUNT_API

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mutonby-aikount-mcp": {
      "env": {
        "AIKOUNT_API": "your-aikount-api-here",
        "AIKOUNT_TOKEN": "your-aikount-token-here"
      },
      "args": [
        "aikount-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!