# Conversor IAE-CNAE (remote · www.conversoriaecnae.es)

The first fiscal MCP server for Spain: IAE/CNAE 2025, AEAT modelos, IRPF/IVA, RETA quota.

- Trust score: 63/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `www.conversoriaecnae.es`: 63/100 (this document), [markdown](https://verifymcp.io/servers/conversoriaecnae-conversor-iae-cnae/api-mcp-mcp.md), [page](https://verifymcp.io/servers/conversoriaecnae-conversor-iae-cnae/api-mcp-mcp)

## Channel facts

- Endpoint: `https://www.conversoriaecnae.es/api/mcp/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 19 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1460 tokens (~76/item across 19 items; 19 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 74/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 23% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http conversoriaecnae-conversor-iae-cnae https://www.conversoriaecnae.es/api/mcp/mcp
```

### Codex

```toml
[mcp_servers.conversoriaecnae-conversor-iae-cnae]
url = "https://www.conversoriaecnae.es/api/mcp/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "conversoriaecnae-conversor-iae-cnae": {
      "type": "remote",
      "url": "https://www.conversoriaecnae.es/api/mcp/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add conversoriaecnae-conversor-iae-cnae --url https://www.conversoriaecnae.es/api/mcp/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  conversoriaecnae-conversor-iae-cnae:
    url: "https://www.conversoriaecnae.es/api/mcp/mcp"
```

### Other

```json
{
  "mcpServers": {
    "conversoriaecnae-conversor-iae-cnae": {
      "type": "http",
      "url": "https://www.conversoriaecnae.es/api/mcp/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 62, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 59, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 57, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 56)

First indexed and scored.

## MCP tools (19)

### `buscar_codigo` (~57 tokens)

Buscar código

Busca códigos IAE/CNAE por descripción (búsqueda semántica). Sin clave.

Input parameters:

- `q` (string, required)
- `threshold` (number)
- `top_k` (integer)
- `type` (string)

### `detalle_iae` (~96 tokens)

Detalle IAE

Ficha de un epígrafe IAE (título, descripción, elegibilidad módulos). Acceso gratuito sin clave. La correspondencia IAE↔CNAE y el enriquecimiento (ai_summary, fiscal_signals) requieren clave Profesional. Acepta un código cualificado (p. ej. B831) para desambiguar epígrafes con varias secciones.

Input parameters:

- `code` (string, required)

### `detalle_cnae` (~70 tokens)

Detalle CNAE

Ficha de un código CNAE 2025 (título, descripción, categoría, sector). Acceso gratuito sin clave. La correspondencia con IAE y CNAE 2009 y el enriquecimiento (ai_summary, fiscal_signals) requieren clave Profesional.

Input parameters:

- `code` (string, required)

### `detalle_cnae_2009` (~53 tokens)

Detalle CNAE 2009

Ficha de un código CNAE 2009 (obsoleto). Acceso gratuito sin clave. La correspondencia a CNAE 2025 requiere clave Profesional.

Input parameters:

- `code` (string, required)

### `calendario_fiscal` (~44 tokens)

Calendario fiscal

Modelos AEAT y próximos plazos para un código IAE/CNAE. Sin clave.

Input parameters:

- `code` (string, required)
- `code_type` (string)

### `describe_conversor` (~31 tokens)

Describe Conversor

Auto-descripción del servicio: catálogos, RPCs y frescura de datos. Sin clave.

### `escala_irpf` (~48 tokens)

Escala IRPF estatal

Tramos de la escala IRPF estatal (general o ahorro), año 2026. Datos públicos. Sin clave.

Input parameters:

- `anio` (integer)
- `escala` (string)

### `gastos_deducibles` (~48 tokens)

Gastos deducibles del autónomo

Gastos deducibles del IRPF del autónomo (todos o por categoría). Datos públicos. Sin clave.

Input parameters:

- `anio` (integer)
- `categoria` (string)

### `obligaciones_fiscales` (~51 tokens)

Obligaciones fiscales

Modelos AEAT aplicables a un código (confianza, motivo, periodicidad, plazo). Datos públicos. Sin clave.

Input parameters:

- `code` (string, required)
- `code_type` (string)

### `modulos_irpf_iva` (~64 tokens)

Módulos IRPF/IVA

Régimen de estimación objetiva (módulos) de un IAE. Acepta un slug opcional para desambiguar códigos con varias actividades. Datos públicos. Sin clave.

Input parameters:

- `code` (string, required)
- `slug` (string)

### `cuota_reta` (~60 tokens)

Cuota RETA 2026

Calcula el tramo y la cuota mínima estimada de autónomos (RETA) por rendimiento neto. Datos públicos. Sin clave.

Input parameters:

- `anio` (integer)
- `neto` (number, required)
- `tabla` (string)

### `cuota_irpf` (~70 tokens)

Cuota IRPF estatal

Calcula la cuota íntegra ESTATAL del IRPF por suma marginal de tramos a partir de una base liquidable. No incluye escala autonómica ni mínimos. Datos públicos. Sin clave.

Input parameters:

- `anio` (integer)
- `base` (number, required)
- `escala` (string)

### `buscar_doctrina_teac` (~70 tokens)

Buscar doctrina del TEAC

Busca resoluciones y criterios del Tribunal Económico-Administrativo Central (TEAC) por tema o texto (IVA, IRPF, sociedades, procedimiento…). Devuelve número, asunto, criterio y enlace. Sin clave.

Input parameters:

- `limit` (integer)
- `query` (string, required)

### `empresas_por_actividad` (~115 tokens)

Empresas constituidas por actividad (CNAE)

Devuelve estadísticas de constitución de empresas (recuento, capital medio/mediano, tendencia mensual, provincias) para un código CNAE-2025. Datos a nivel de empresa (Ley 37/2007), sin datos personales. Sin clave. La lista completa de constituciones recientes (denominación social) requiere clave Profesional; sin clave se devuelve una muestra de 3.

Input parameters:

- `code` (string, required): Código CNAE-2025 (con o sin puntos), p.ej. 6820

### `subvenciones_por_actividad` (~142 tokens)

Subvenciones y ayudas abiertas por actividad (CNAE)

Devuelve subvenciones/ayudas públicas ABIERTAS (convocatorias BDNS) para un código CNAE-2025: total abiertas, cuántas son para autónomos/PYME, y una muestra (título, órgano, ámbito, dotación, enlace oficial). Con plan de pago: lista completa y filtro solo_actividad. Solo convocatorias públicas, sin datos personales. Sin clave.

Input parameters:

- `code` (string, required): Código CNAE-2025 (con o sin puntos), p.ej. 4711
- `solo_actividad` (boolean): Solo ayudas dirigidas a autónomos/PYME/empresas

### `tarifa_at_ep` (~117 tokens)

Tarifa AT/EP por CNAE

Tarifa de cotización por accidentes de trabajo y enfermedades profesionales (AT/EP) de una actividad CNAE-2025. Gratis: el tipo total + la nota de aplicación (por cuenta ajena; el autónomo cotiza al 1,30 %). El desglose IT/IMS y la cita normativa (source_anchor) requieren clave de pago (Authorization: Bearer cvr_…).

Input parameters:

- `code` (string, required): Código CNAE-2025 (con o sin puntos), p.ej. 6820

### `texto_normativa` (~132 tokens)

Texto normativo BOE (consolidado y vigente)

Texto consolidado y VIGENTE de un artículo del BOE (norma, rango, estado, texto legal, fecha de vigencia y enlace). Sin articulo: devuelve el índice de artículos vigentes de la norma. Solo texto en vigor (no histórico), citable como fuente oficial. Sin clave. Con clave: hechos + texto completo.

Input parameters:

- `articulo` (string): Número de artículo a consultar, p.ej. 91 o 91 bis
- `boe_id` (string, required): Identificador BOE de la norma, p.ej. BOE-A-1992-28740

### `consulta_dgt` (~139 tokens)

Consultas vinculantes DGT por texto

Busca consultas vinculantes de la Dirección General de Tributos (DGT) por texto libre en español (stemming/acentos). Gratis: el resumen de la consulta más relevante. Con clave de pago (Authorization: Bearer cvr_…): la lista completa ordenada por relevancia y el filtro por código IAE. Solo doctrina pública, sin datos personales. Sin clave.

Input parameters:

- `code` (string): Código IAE con puntos (p.ej. 659.3) para filtrar — solo plan de pago
- `query` (string, required): Texto a buscar, p.ej. 'recargo de equivalencia comercio menor'

### `consulta_masiva` (~53 tokens)

Consulta masiva

Hasta 50 fichas IAE o CNAE en una llamada. Solo con clave de pago (Authorization: Bearer cvr_…).

Input parameters:

- `codes` (array, required)
- `type` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/conversoriaecnae-conversor-iae-cnae/api-mcp-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 62
- 2026-07-30: 59
- 2026-07-29: 58
- 2026-07-28: 58
- 2026-07-27: 57
- 2026-07-26: 56

## Links

- Remote endpoint: https://www.conversoriaecnae.es/api/mcp/mcp
- Repository: https://github.com/conversoriaecnae/mcp
- Website: https://www.conversoriaecnae.es/mcp
- Changelog RSS feed: https://verifymcp.io/servers/conversoriaecnae-conversor-iae-cnae/api-mcp-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/conversoriaecnae-conversor-iae-cnae/api-mcp-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/conversoriaecnae-conversor-iae-cnae/api-mcp-mcp
