mcp-frete-tributario
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calcular_carga_tributaria_freteA | Calcula a carga tributária de um frete para um ano da transição tributária (2026–2033), comparando novo regime (IBS/CBS) com antigo regime (ICMS/PIS/COFINS). |
| consultar_cronograma_transicaoA | Consulta os percentuais de cada tributo (ICMS, ISS, PIS, COFINS, IBS, CBS) para um determinado ano da Reforma Tributária (2026–2033). |
| simular_impacto_rotaC | Simula o impacto tributário de uma rota de frete informando os CNPJs de origem e destino — as UFs são resolvidas automaticamente via BrasilAPI. |
| listar_empresas_cadastradasA | Lista todas as empresas cadastradas no banco simulado, retornando dados de CNPJ, UF e último frete. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct operation (calculate, consult, list, simulate) with no overlap. Clear differentiation.
All tools follow a consistent verb_noun pattern in Portuguese (e.g., calcular_carga, consultar_cronograma), making it predictable.
Four tools is appropriate for the niche domain of freight tax transition simulation, covering essential operations without bloat.
Covers core workflows: calculation, schedule lookup, company listing, and route simulation. Minor gap: no tool to add/update companies, but core functionality is complete.