Skip to main content

MCP server with 20 internal-audit SKILLs grounded in global standards (IIA, COSO, NIST, ISO, IFRS)

Project description

auditoria-skills-mcp

mcp-name: io.github.marcelinero/auditoria-skills

Model Context Protocol (MCP) server exposing 20 internal-audit SKILLs grounded in globally accepted standards (IIA, COSO, NIST, ISO, IFRS, COBIT, ACFE). SKILLs are written in Spanish — the working language of the target audience.

Zero-install — one command, no repo cloning, no path configuration.

PyPI License: CC BY-SA 4.0 SKILLs


Quickstart

Claude Desktop

Add to claude_desktop_config.json:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "auditoria-skills": {
      "command": "uvx",
      "args": ["auditoria-skills-mcp"]
    }
  }
}

Restart Claude Desktop. No repo cloning, no absolute paths.

Claude Code (CLI)

claude mcp add auditoria-skills -- uvx auditoria-skills-mcp

Prerequisite: uv

# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows (PowerShell)
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Mantener actualizado

uvx resuelve la versión en cada ejecución desde PyPI. Para forzar la última versión publicada:

# Forzar última versión (recomendado tras una actualización de marcos)
uvx auditoria-skills-mcp@latest

# Verificar la versión instalada en caché
uvx auditoria-skills-mcp --version

Cuando un marco de referencia se revisa (COSO, NIST, IIA, ISO…), se publica una nueva versión en PyPI y queda registrada en el CHANGELOG. Si detectas que un estándar fue actualizado y el SKILL no lo refleja, abre un issue — no hace falta escribir código.


Personalizar para tu entidad

Los SKILLs son Markdown + YAML — editables, versionables, y reutilizables.

Opción 1: Adaptar localmente (sin PRs)

# Clona el repo
git clone https://github.com/marcelinero/auditoria-skills-mcp.git
cd auditoria-skills-mcp

# Edita los SKILLs en ./auditoria_skills_mcp/data/skills/
# Ejemplo: ajusta matriz de controles en auditoria_skills_mcp/data/skills/procesos/evaluacion-controles/SKILL.md

# Ejecuta localmente
uv run python -m auditoria_skills_mcp

Esta es tu copia adaptada a tu contexto (matriz interna, normativa local, procedimientos propios). No requiere aprobación ni PRs.

Opción 2: Proponer mejoras genéricas (con PRs)

Si mejoras algo reutilizable para otros auditores, abre un Pull Request:

  • Claridad o completitud de un SKILL.
  • Actualización por cambio en estándar (COSO 2023, NIST 2.0, ISO nuevo).
  • Nuevo SKILL alineado con un estándar global.

Ver CONTRIBUTING.md para detalles.


Ciclo de vida de los SKILLs

Nivel Qué es Quién Control
Canónico Versión oficial en PyPI Mantendedor Centralizado, sigue estándares globales
Local Adaptado a tu entidad Descentralizado, sin tocar lo común
Comunitario Mejoras genéricas aceptadas PR + revisión Se fusionan a main si pasan criterios

Available tools

Tool Description
list_skills List all 20 SKILLs with type, category, and anchor standards
get_skill Load the full content of a SKILL by name
search_skills Filter by type (proceso/especialidad) and/or framework (ISO, NIST, IIA…)

Included SKILLs

Process SKILLs — cross-cutting (8)

SKILL Anchor standards
planeacion-basada-riesgos IIA, COSO ERM, ISO 31000
evaluacion-controles COSO IC-IF, IIA, SOX 404
muestreo NIA/ISA 530, AICPA
papeles-trabajo NIA/ISA 230, IIA
comunicacion-hallazgos IIA Standards
seguimiento-recomendaciones IIA Standards
aseguramiento-calidad IIA, IIA QA Manual
analitica-datos GTAG 16, ISACA

Specialty SKILLs — by domain (12)

SKILL Anchor standards
auditoria-financiera NIA/ISA, NIIF/IFRS, SOX, COSO IC-IF
auditoria-operativa IIA, ISO 9001, INTOSAI
auditoria-tecnologia-informacion COBIT 2019, ITAF, ISO 27001:2022
auditoria-forense ACFE, NIA 240, FATF
auditoria-cumplimiento ISO 37301, ISO 37001:2025
auditoria-esg-sostenibilidad ISSB IFRS S1/S2, GRI, TCFD, SASB, CSRD/ESRS (post-Ómnibus)
auditoria-ciberseguridad NIST CSF 2.0, ISO 27001/27002:2022, CIS v8.1
auditoria-inteligencia-artificial ISO/IEC 42001, NIST AI RMF, EU AI Act
auditoria-calidad ISO 9001, ISO 19011
auditoria-ambiental ISO 14001, ISO 14064, GHG Protocol
auditoria-gestion-desempeno IIA, INTOSAI ISSAI, COSO ERM
auditoria-continua GTAG 3, AICPA, ISACA

Usage examples

Load the auditoria-ciberseguridad SKILL and help me plan
an audit based on NIST CSF 2.0.
Which SKILLs in the catalog apply to ISO standards?
I'm doing a compliance audit for ISO 37301.
Load the relevant SKILLs and build the engagement plan.

Content repository

SKILLs live in the main repository: github.com/marcelinero/auditoria-skills

Issues and contributions (new SKILLs, framework updates) → this repository.


Acerca de / About

Español: Servidor MCP con 20 SKILLs de auditoría interna redactadas en español neutro, ancladas a normas globales (IIA, COSO, NIST, ISO, IFRS, COBIT, ACFE). Cubre procesos transversales (planeación, muestreo, papeles de trabajo) y especialidades (financiera, TI, forense, ESG, ciberseguridad, IA y más).


License

CC BY-SA 4.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auditoria_skills_mcp-2.2.1.tar.gz (82.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

auditoria_skills_mcp-2.2.1-py3-none-any.whl (211.9 kB view details)

Uploaded Python 3

File details

Details for the file auditoria_skills_mcp-2.2.1.tar.gz.

File metadata

  • Download URL: auditoria_skills_mcp-2.2.1.tar.gz
  • Upload date:
  • Size: 82.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for auditoria_skills_mcp-2.2.1.tar.gz
Algorithm Hash digest
SHA256 d853e5dc1b980fb4cab176fdfd92df56de7001723fd3ab024d7d48cb524cefea
MD5 ad6c14394f97a9baa125983569e83860
BLAKE2b-256 3f3fb606799839eb3ed0f9e3ffcfdea3c2e6244caa2a06cae20284f173a9a403

See more details on using hashes here.

File details

Details for the file auditoria_skills_mcp-2.2.1-py3-none-any.whl.

File metadata

  • Download URL: auditoria_skills_mcp-2.2.1-py3-none-any.whl
  • Upload date:
  • Size: 211.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for auditoria_skills_mcp-2.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cb101f2203f8ce4757241c2aa781299c8aec067b7c0668dcfbcaf8cc564d8c67
MD5 1afc7632596e747e390c0fc6fea9d9e5
BLAKE2b-256 c9524818631cdf83600d8d9a21a010bfb64fee7c83d18d936257d886b0030fe2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page