Skip to main content
Glama
Gerar12

mcp-el-salvador-dte

by Gerar12

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
calculate_ivaA

Compute El Salvador IVA (13%). If includesIva is false (the default), amount is treated as the net subtotal and IVA is added on top. If includesIva is true, amount already includes IVA and it is broken out. Returns { subtotal, iva, total } rounded to 2 decimals.

list_dte_typesA

Return the 11 official El Salvador electronic tax document (DTE) types, each with its two-digit code and Spanish name.

validate_duiA

Validate a Salvadoran DUI (Documento Único de Identidad). Checks the format (8 digits, hyphen, 1 check digit — e.g. 01234567-8) and the official modulo-10 check digit. Returns { valid, reason? }.

validate_nitA

Validate an El Salvador NIT (Número de Identificación Tributaria). Format-only: 14 digits, commonly formatted NNNN-NNNNNN-NNN-N. Accepts input with or without hyphens. Returns { valid, normalized, reason? }.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Gerar12/mcp-el-salvador-dte'

If you have feedback or need assistance with the MCP directory API, please join our Discord server