@integradte/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@integradte/mcplist my invoices from last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@integradte/mcp
MCP Server para consultar datos de facturación electrónica chilena desde la API IntegraDTE.
Permite a modelos de lenguaje (Claude, etc.) consultar documentos tributarios, folios, estadísticas y más mediante el protocolo MCP (Model Context Protocol).
Tools disponibles
Tool | Descripción |
| Info del usuario autenticado (nombre, email, estado) |
| Estado del certificado digital (vencimiento, titular) |
| Listar DTEs con filtros (tipo, estado, fechas, paginación) |
| Detalle de un documento por ID |
| Estadísticas: totales emitidos, montos, por tipo DTE |
| Resumen de folios disponibles por tipo |
| Último folio usado para un tipo de DTE |
Related MCP server: ine-chile-mcp
Instalación
npm install
npm run buildVariables de entorno
Variable | Descripción | Default |
| URL de la API IntegraDTE |
|
| API Key de autenticación (requerida) | — |
Uso con Claude Desktop
Agregar a claude_desktop_config.json:
{
"mcpServers": {
"integradte": {
"command": "npx",
"args": ["-y", "@integradte/mcp"],
"env": {
"API_BASE_URL": "https://api.integradte.cl",
"API_KEY": "tu_api_key"
}
}
}
}Uso con npx (una vez publicado)
{
"mcpServers": {
"integradte": {
"command": "npx",
"args": ["-y", "@integradte/mcp"],
"env": {
"API_BASE_URL": "https://api.integradte.cl",
"API_KEY": "tu_api_key"
}
}
}
}Tipos de DTE soportados
Código | Tipo |
33 | Factura Electrónica |
34 | Factura Exenta |
39 | Boleta Electrónica |
41 | Boleta Exenta |
46 | Factura de Compra |
52 | Guía de Despacho |
56 | Nota de Débito |
61 | Nota de Crédito |
Desarrollo
npm install
npm run dev # Watch mode
npm run build # Build
npm start # RunPublicación a npm con versiones automáticas
Este repo usa Changesets + GitHub Actions.
Configuración inicial
Crear el secret
NPM_TOKENen GitHub (Settings > Secrets and variables > Actions).El token debe tener permisos para publicar en el scope
@integradte.Si la organización exige 2FA para publish, usa un token con
bypass 2fa.
Flujo de versiones
Para cada cambio que quieras versionar, crea un changeset:
pnpm changesetHaz commit del archivo en
.changeset/*.mdjunto a tu cambio.Al hacer merge a
main, el workflowReleasecrea/actualiza un PR de release con el nuevo versionado.Cuando ese PR se mergea, el mismo workflow publica automáticamente a npm.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoseLuis21/integradte-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server