# CIGAM (remote · api.mcp.ai)

CIGAM ERP (management for industry, retail and franchises) via session capture with your authorizati

- Trust score: 77/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `api.mcp.ai`: 77/100 (this document), [markdown](https://verifymcp.io/servers/mcp-dir-cigam-mcp/p-cigam.md), [page](https://verifymcp.io/servers/mcp-dir-cigam-mcp/p-cigam)

## Channel facts

- Endpoint: `https://api.mcp.ai/p_cigam`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## 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-09-24.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 406, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 69/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2977 tokens (~106/item across 28 items; 28 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 28 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 29 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the CIGAM MCP server?

CIGAM is a hosted endpoint at https://api.mcp.ai/p_cigam, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http mcp-dir-cigam-mcp 'https://api.mcp.ai/p_cigam'
```

### Cursor

```json
{
  "mcpServers": {
    "mcp-dir-cigam-mcp": {
      "url": "https://api.mcp.ai/p_cigam"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "mcp-dir-cigam-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_cigam"
    }
  }
}
```

### Codex

```toml
[mcp_servers.mcp-dir-cigam-mcp]
url = "https://api.mcp.ai/p_cigam"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mcp-dir-cigam-mcp": {
      "type": "remote",
      "url": "https://api.mcp.ai/p_cigam",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mcp-dir-cigam-mcp --url 'https://api.mcp.ai/p_cigam' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mcp-dir-cigam-mcp:
    url: "https://api.mcp.ai/p_cigam"
```

### Netclaw

```json
{
  "McpServers": {
    "mcp-dir-cigam-mcp": {
      "Transport": "http",
      "Url": "https://api.mcp.ai/p_cigam"
    }
  }
}
```

### Vellum

```bash
assistant mcp add mcp-dir-cigam-mcp -t streamable-http -u 'https://api.mcp.ai/p_cigam'
```

### Other

```json
{
  "mcpServers": {
    "mcp-dir-cigam-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_cigam"
    }
  }
}
```

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-09-21 (score 77, 0)

- [security] Stability: 0.97 → pass

### 2026-09-20 (score 77, +1)

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

### 2026-09-18 (score 76, +1)

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

### 2026-09-16 (score 75, +1)

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

### 2026-09-14 (score 74, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.346 → 0.9.351

### 2026-09-12 (score 73, +1)

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

### 2026-09-10 (score 72, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.345 → 0.9.346

### 2026-09-09 (score 71, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.343 → 0.9.345

## MCP tools (28)

### `cigam_list_accounts` (~39 tokens)

Lista as contas CIGAM conectadas a este install — id, label (instância/usuário).

Input parameters:

- `account` (string)

### `cigam_listar_lojas` (~52 tokens)

Lista as lojas/empresas que a conta enxerga (código, nome, CNPJ). Use o `loja` retornado nos demais filtros.

Input parameters:

- `account` (string)

### `cigam_notas_fiscais` (~108 tokens)

Lista notas fiscais de uma loja por período. Retorna número, série, destinatário, valor, status, chave NF-e, etc.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `limit` (number)
- `loja` (string, required)
- `numero_nf` (number)
- `page` (number)
- `referencia` (string)
- `status` (array)

### `cigam_vendas` (~100 tokens)

Vendas de uma loja por período (notas fiscais de saída do tipo Venda). Retorna as NFs de venda (data, destinatário, valor) + `resumo` com quantidade e valor total do período.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `limit` (number)
- `loja` (string, required)
- `page` (number)

### `cigam_compras` (~90 tokens)

Compras de uma loja por período (notas fiscais de entrada do tipo Compra). Retorna as NFs de compra + `resumo` com quantidade e valor total.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `limit` (number)
- `loja` (string, required)
- `page` (number)

### `cigam_devolucoes` (~95 tokens)

Devoluções de uma loja por período (notas fiscais com movimento de devolução, entrada e saída). Retorna as NFs + `resumo` com quantidade e valor total.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `limit` (number)
- `loja` (string, required)
- `page` (number)

### `cigam_vendas_resumo` (~75 tokens)

Panorama do período numa loja: totais de vendas, compras e devoluções (quantidade e valor de cada). Um único resumo, sem listar as notas.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `loja` (string, required)

### `cigam_fluxo_caixa` (~90 tokens)

Fluxo de caixa projetado de uma loja por período: total a receber (contas a receber em aberto) vs total a pagar (contas a pagar), e o saldo projetado. Janela máxima de 60 dias.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `loja` (string, required)

### `cigam_ranking_clientes` (~81 tokens)

Ranking de clientes por valor vendido no período (agrupa as vendas por destinatário/CNPJ-CPF). Retorna os maiores compradores ordenados por valor.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `loja` (string, required)
- `top` (number)

### `cigam_vendas_por_dia` (~67 tokens)

Série de vendas por dia no período (quantidade e valor por data) + resumo com total e ticket médio.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `loja` (string, required)

### `cigam_inadimplencia` (~110 tokens)

Contas a receber vencidas e ainda em aberto (inadimplência). Cada item traz dias de atraso e valor em aberto, ordenados do mais atrasado. Default: vencimentos dos últimos 60 dias (janela máxima de 60 dias por consulta).

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `limit` (number)
- `loja` (string, required)
- `page` (number)

### `cigam_resultado` (~84 tokens)

Resultado gerencial simplificado de uma loja por período: receita (vendas faturadas líquidas de devolução) menos despesas (lançamentos financeiros por plano de contas), com o detalhe das despesas por categoria.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `loja` (string, required)

### `cigam_formas_pagamento` (~84 tokens)

Mix de formas de recebimento de uma loja por período: total recebido por forma de pagamento, por bandeira de cartão e por adquirente (maquininha). Janela máxima de 60 dias.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `loja` (string)

### `cigam_relatorio` (~158 tokens)

Gera um relatório do CIGAM (operação LENTA, ~2 min, produz um arquivo Excel). Espera inline até `aguardar_segundos`; se não ficar pronto, retorna um `job_id` (busque depois com cigam_job, sem ficar repetindo). Retorna `arquivo_url` (link temporário do Excel). Ex. de report_id: REL_201 (Vendas por Período), REL_610 (posição atual de estoque).

Bulk support: accepts report_ids for batched execution.

Input parameters:

- `account` (string)
- `aguardar_segundos` (number)
- `filtros` (string)
- `report_id` (string, required)
- `report_ids` (array)

### `cigam_job` (~103 tokens)

Busca o resultado de um job assíncrono (ex.: relatório) pelo `job_id` retornado por outra tool. Espera inline até `aguardar_segundos`. Sem polling: só chame de novo se voltar status 'running'.

Bulk support: accepts job_ids for batched execution.

Input parameters:

- `account` (string)
- `aguardar_segundos` (number)
- `job_id` (string, required)
- `job_ids` (array)

### `cigam_estoque` (~145 tokens)

Posição atual de estoque (saldo por código de barras). Operação LENTA (gera um relatório, ~1 min); espera até `aguardar_segundos`, senão retorna um job_id (busque com cigam_job). Informe `codigo_barra` para o saldo de um produto específico, ou nada para um resumo (total de SKUs, SKUs com saldo, unidades) + amostra dos itens com saldo. Obs.: traz só o código de barras, sem nome de produto.

Input parameters:

- `account` (string)
- `aguardar_segundos` (number)
- `codigo_barra` (string)
- `limit` (number)

### `cigam_contas_receber` (~109 tokens)

Lista contas a receber por período. Cliente, vencimento, forma de pagamento, valores, parcelas, NSU/autorização de cartão.

Input parameters:

- `account` (string)
- `cod_cliente` (string)
- `data_final` (string)
- `data_inicial` (string)
- `limit` (number)
- `loja` (string)
- `page` (number)
- `situacao` (string)
- `tipo_data` (string)

### `cigam_contas_pagar` (~136 tokens)

Lista contas a pagar por período. Fornecedor, vencimento, plano de contas, nota fiscal/duplicata, valores, juros.

Input parameters:

- `account` (string)
- `cod_fornecedor` (string)
- `cod_plano_contas` (string)
- `data_final` (string)
- `data_inicial` (string)
- `duplicata` (string)
- `limit` (number)
- `loja` (string, required)
- `numero_nf` (string)
- `page` (number)
- `situacao` (string)
- `tipo_data` (string)

### `cigam_caixa` (~98 tokens)

Lista fechamentos de caixa por período. Entradas, saídas, fundo de caixa, vendas líquidas/do dia, saldo.

Input parameters:

- `account` (string)
- `data_final` (string)
- `data_inicial` (string)
- `limit` (number)
- `loja` (string, required)
- `numero_caixa` (string)
- `page` (number)
- `situacao` (string)

### `cigam_lancamentos` (~114 tokens)

Lista lançamentos financeiros por período. Competência, plano de contas, histórico, valor, forma de pagamento, tipo (débito/crédito).

Input parameters:

- `account` (string)
- `cod_plano_contas` (string)
- `data_final` (string)
- `data_inicial` (string)
- `limit` (number)
- `loja` (string, required)
- `page` (number)
- `tipo_conta` (string)
- `tipo_data` (string)

### `cigam_fornecedores` (~64 tokens)

Lista/pesquisa fornecedores cadastrados. Razão social, nome fantasia, CNPJ, endereço, contato, situação.

Input parameters:

- `account` (string)
- `cnpj` (string)
- `limit` (number)
- `page` (number)

### `cigam_consulta` (~73 tokens)

Consulta genérica ao gateway do CIGAM (ObterCarga) para listas auxiliares (planos de conta, formas de pagamento, marcas, etc.). Informe o `guid` e os `params`.

Input parameters:

- `account` (string)
- `guid` (string, required)
- `params` (string)

### `show_version` (~17 tokens)

Show the current MCP platform and adapter versions.

### `report_bug` (~50 tokens)

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input parameters:

- `context` (string)
- `conversation` (string)
- `message` (string, required)

### `connect` (~42 tokens)

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.

### `toolkit_info` (~37 tokens)

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

### `marketplace` (~532 tokens)

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login.

Input parameters:

- `action` (string)
- `arguments` (string)
- `cancel_comment` (string)
- `cancel_reason` (string)
- `conversation` (string)
- `immediate` (boolean)
- `limit` (number)
- `mcp_id` (string)
- `message` (string)
- `prompt_body` (string)
- `prompt_category` (string)
- `prompt_description` (string)
- `prompt_slug` (string)
- `prompt_targets` (array)
- `prompt_title` (string)
- `prompt_tool` (string)
- `prompt_vars` (string)
- `query` (string)
- `report_context` (string)
- `request_details` (string)
- `request_name` (string)
- `tier_slug` (string)
- `tool_id` (string)

### `authenticate` (~99 tokens)

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.

Input parameters:

- `token` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mcp-dir-cigam-mcp/p-cigam#diagnostics

## Score history

- 2026-09-24: 77
- 2026-09-23: 77
- 2026-09-22: 77
- 2026-09-21: 77
- 2026-09-20: 77
- 2026-09-19: 76
- 2026-09-18: 76
- 2026-09-17: 75
- 2026-09-16: 75
- 2026-09-15: 74
- 2026-09-14: 74
- 2026-09-13: 73
- 2026-09-12: 73
- 2026-09-11: 72
- 2026-09-10: 72
- 2026-09-09: 71
- 2026-09-08: 71
- 2026-09-07: 70
- 2026-09-06: 70
- 2026-09-05: 70
- 2026-09-04: 69
- 2026-09-03: 69
- 2026-09-02: 68
- 2026-09-01: 44
- 2026-08-31: 44
- 2026-08-30: 44
- 2026-08-29: 44
- 2026-08-28: 44
- 2026-08-27: 44
- 2026-08-26: 44

## Common questions

### What is the CIGAM MCP server?

CIGAM is an MCP server listed in the public MCP registry as io.github.mcp-dir/cigam-mcp. CIGAM ERP (management for industry, retail and franchises) via session capture with your authorizati. This page covers its hosted endpoint (https://api.mcp.ai/p_cigam).

### Is the CIGAM MCP server safe to use?

CIGAM scores 77 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the CIGAM MCP server expose?

CIGAM exposes 28 tools: cigam_list_accounts, cigam_listar_lojas, cigam_notas_fiscais, cigam_vendas, cigam_compras, and 23 more. Their descriptions and schemas cost roughly 2,852 tokens of context every time the server is loaded.

### Does the CIGAM MCP server require authentication?

No. We connected to CIGAM without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the CIGAM MCP server still maintained?

CIGAM is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.mcp.ai/p_cigam
- Repository: https://github.com/mcp-dir/cigam-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mcp-dir-cigam-mcp/p-cigam.xml
- Changelog JSON feed: https://verifymcp.io/servers/mcp-dir-cigam-mcp/p-cigam.json
- HTML version of this page: https://verifymcp.io/servers/mcp-dir-cigam-mcp/p-cigam
