# iClips (remote · api.mcp.ai)

iClips agency ERP for AI: payables, invoices, jobs, pieces and hours logged per person.

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

## Components

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

## Channel facts

- Endpoint: `https://api.mcp.ai/p_iclips`
- 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-27.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: this server exposes a tool marked destructive (iclips_jobs_delete) and its handshake is open, but we could not confirm whether a tool call is gated, so we do not assert it is callable unauthenticated.
  - 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**: 64/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 5986 tokens (~199/item across 30 items; 30 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 77/100
  - Stability observed for 23 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.
  - All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 31 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 iClips MCP server?

iClips is a hosted endpoint at https://api.mcp.ai/p_iclips, 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-iclips-mcp 'https://api.mcp.ai/p_iclips'
```

### Cursor

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

### VS Code

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

```yaml
mcp_servers:
  mcp-dir-iclips-mcp:
    url: "https://api.mcp.ai/p_iclips"
```

### Netclaw

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

### Vellum

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

### Other

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

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-26 (score 66, +1)

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

### 2026-09-25 (score 65, 0)

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

### 2026-09-24 (score 65, +1)

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

### 2026-09-22 (score 64, +1)

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

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

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

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

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

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

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

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

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

## MCP tools (30)

### `iclips_list_accounts` (~45 tokens)

Lista as agências iClips (chaves de API) ligadas a este install, com id, apelido e nome.

Input parameters:

- `account` (string)

### `iclips_financial_accounts` (~82 tokens)

Lista as contas bancárias ativas da agência no iClips (id, nome, isDefault, banco, agência e número da conta).
Use o id retornado como account_id ao filtrar iclips_financial_entries.
Não tem filtro nem paginação: devolve sempre todas as contas ativas.

Input parameters:

- `account` (string)

### `iclips_financial_entries_list` (~410 tokens)

Lê os lançamentos financeiros do iClips (entradas, saídas e o que está em aberto a pagar e a receber).
Ações:
\- list: exige from e to (AAAA-MM-DD, no máximo 366 dias de intervalo). Filtre por type, account_id, category_id, dre_indicator, destination_id e job_id. Pagine com limit (padrão 50, máximo 200) e offset.
\- get: detalhe completo de um ou mais lançamentos por entry_ids (em lote, com erro reportado por id).
date_field escolhe QUAL data o from/to filtra: entry (padrão) é o entryDate, que para "A Pagar" e "A Receber" é o VENCIMENTO da parcela; payment é o paymentDate, a data da baixa, então só traz o que já foi pago; competence é o competenceDate.
Para saber o que vence no mês, use type="A Pagar" (ou "A Receber") com date_field=entry no intervalo do mês: cada parcela é um lançamento próprio.
Devolve valor, impostos retidos (irrf e issrf), categoria com o indicador de DRE, conta bancária, nota fiscal vinculada, destinatário (cliente ou fornecedor) e o rateio por centro de custo.
Não existe escrita no financeiro: o iClips expõe esse módulo apenas para leitura, por decisão dele.

[Flattened action: list]

Input parameters:

- `account` (string)
- `account_id` (number)
- `category_id` (number)
- `date_field` (string)
- `destination_id` (number)
- `dre_indicator` (string)
- `entry_ids` (array)
- `from` (string)
- `job_id` (number)
- `limit` (number)
- `offset` (number)
- `to` (string)
- `type` (string)

### `iclips_financial_entries_get` (~410 tokens)

Lê os lançamentos financeiros do iClips (entradas, saídas e o que está em aberto a pagar e a receber).
Ações:
\- list: exige from e to (AAAA-MM-DD, no máximo 366 dias de intervalo). Filtre por type, account_id, category_id, dre_indicator, destination_id e job_id. Pagine com limit (padrão 50, máximo 200) e offset.
\- get: detalhe completo de um ou mais lançamentos por entry_ids (em lote, com erro reportado por id).
date_field escolhe QUAL data o from/to filtra: entry (padrão) é o entryDate, que para "A Pagar" e "A Receber" é o VENCIMENTO da parcela; payment é o paymentDate, a data da baixa, então só traz o que já foi pago; competence é o competenceDate.
Para saber o que vence no mês, use type="A Pagar" (ou "A Receber") com date_field=entry no intervalo do mês: cada parcela é um lançamento próprio.
Devolve valor, impostos retidos (irrf e issrf), categoria com o indicador de DRE, conta bancária, nota fiscal vinculada, destinatário (cliente ou fornecedor) e o rateio por centro de custo.
Não existe escrita no financeiro: o iClips expõe esse módulo apenas para leitura, por decisão dele.

[Flattened action: get]

Input parameters:

- `account` (string)
- `account_id` (number)
- `category_id` (number)
- `date_field` (string)
- `destination_id` (number)
- `dre_indicator` (string)
- `entry_ids` (array)
- `from` (string)
- `job_id` (number)
- `limit` (number)
- `offset` (number)
- `to` (string)
- `type` (string)

### `iclips_financial_invoices_list` (~240 tokens)

Lê as notas fiscais de serviço (NFS-e) emitidas pela agência no iClips.
Ações:
\- list: exige from e to (AAAA-MM-DD, no máximo 366 dias, filtrando pela data de emissão). Filtro opcional por status. Pagine com limit (padrão 50, máximo 200) e offset.
\- get: detalhe completo de uma ou mais notas por invoice_ids (em lote, com erro reportado por id).
Devolve valor bruto e líquido, base de cálculo, alíquota e valor do ISS, retenções de PIS, COFINS, INSS, IR e CSLL, a discriminação do serviço, os dados do tomador e do emitente, os números do RPS e o motivo do cancelamento quando o status é cancelled.

[Flattened action: list]

Input parameters:

- `account` (string)
- `from` (string)
- `invoice_ids` (array)
- `limit` (number)
- `offset` (number)
- `status` (string)
- `to` (string)

### `iclips_financial_invoices_get` (~240 tokens)

Lê as notas fiscais de serviço (NFS-e) emitidas pela agência no iClips.
Ações:
\- list: exige from e to (AAAA-MM-DD, no máximo 366 dias, filtrando pela data de emissão). Filtro opcional por status. Pagine com limit (padrão 50, máximo 200) e offset.
\- get: detalhe completo de uma ou mais notas por invoice_ids (em lote, com erro reportado por id).
Devolve valor bruto e líquido, base de cálculo, alíquota e valor do ISS, retenções de PIS, COFINS, INSS, IR e CSLL, a discriminação do serviço, os dados do tomador e do emitente, os números do RPS e o motivo do cancelamento quando o status é cancelled.

[Flattened action: get]

Input parameters:

- `account` (string)
- `from` (string)
- `invoice_ids` (array)
- `limit` (number)
- `offset` (number)
- `status` (string)
- `to` (string)

### `iclips_jobs_write_create` (~352 tokens)

Cria ou atualiza um job (projeto) no iClips.
Ações:
\- create: o data exige titulo (até 100 caracteres), status e exatamente um entre clienteId e grupoClienteId. Opcionais: entradaDate, aprovacaoDate, conclusaoDate (AAAA-MM-DD), prioridade (1=Baixa, 2=Média, 3=Alta), servico, campanha, descricao, briefing, verba, idVerba, idFeeMensal, funcionarioId, auxiliarId, modeloIds (int[]), pecaIds (int[]) e tarefasInput (lista de {titulo, descricao, inicioDate, fimDate, prioridade, ordemExibicao}).
\- update: exige job_id; o data exige titulo e status. modeloIds, pecaIds e tarefasInput são IGNORADOS aqui, use iclips_job_pieces_write e iclips_job_tasks_write para mexer nas peças e tarefas do job.
Códigos de status: 1=Proposta Comercial, 2=Concorrência, 3=Risco, 5=Aguardando Aprovação, 6=Autorizado, 7=Finalizado, 8=Cancelado, 9=Aberto pelo Cliente, 10=Pré Produção, 11=Stand By.
Devolve jobId, titulo, sigla, status, totalPecas e totalTarefas.

[Flattened action: create]

Bulk support: accepts job_ids for batched execution.

Input parameters:

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

### `iclips_jobs_write_update` (~352 tokens)

Cria ou atualiza um job (projeto) no iClips.
Ações:
\- create: o data exige titulo (até 100 caracteres), status e exatamente um entre clienteId e grupoClienteId. Opcionais: entradaDate, aprovacaoDate, conclusaoDate (AAAA-MM-DD), prioridade (1=Baixa, 2=Média, 3=Alta), servico, campanha, descricao, briefing, verba, idVerba, idFeeMensal, funcionarioId, auxiliarId, modeloIds (int[]), pecaIds (int[]) e tarefasInput (lista de {titulo, descricao, inicioDate, fimDate, prioridade, ordemExibicao}).
\- update: exige job_id; o data exige titulo e status. modeloIds, pecaIds e tarefasInput são IGNORADOS aqui, use iclips_job_pieces_write e iclips_job_tasks_write para mexer nas peças e tarefas do job.
Códigos de status: 1=Proposta Comercial, 2=Concorrência, 3=Risco, 5=Aguardando Aprovação, 6=Autorizado, 7=Finalizado, 8=Cancelado, 9=Aberto pelo Cliente, 10=Pré Produção, 11=Stand By.
Devolve jobId, titulo, sigla, status, totalPecas e totalTarefas.

[Flattened action: update]

Bulk support: accepts job_ids for batched execution.

Input parameters:

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

### `iclips_jobs_delete` (~73 tokens)

Exclui jobs (projetos) do iClips. É destrutivo e não tem desfazer pela API.
Aceita job_ids para remover vários de uma vez, em lote, com erro reportado por id.

Input parameters:

- `account` (string)
- `job_ids` (array, required)

### `iclips_job_pieces_write_add` (~231 tokens)

Vincula uma peça do catálogo a um job existente, ou atualiza uma peça já vinculada a ele.
Ações:
\- add: exige job_id e data.pecaId (id da peça no catálogo, veja iclips_pieces). Opcionais no data: titulo, descricao e prioridade (1, 2 ou 3). Devolve jobPecaId, que é o id da peça DENTRO do job e o que se usa no update.
\- update: exige job_id e job_piece_id (o jobPecaId, NÃO o pecaId do catálogo). Todo campo do data é opcional, mande só o que muda: titulo, descricao, formato, servico e prioridade.

[Flattened action: add]

Bulk support: accepts job_ids, job_piece_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string, required)
- `job_id` (number, required)
- `job_ids` (array)
- `job_piece_id` (number)
- `job_piece_ids` (array)

### `iclips_job_pieces_write_update` (~231 tokens)

Vincula uma peça do catálogo a um job existente, ou atualiza uma peça já vinculada a ele.
Ações:
\- add: exige job_id e data.pecaId (id da peça no catálogo, veja iclips_pieces). Opcionais no data: titulo, descricao e prioridade (1, 2 ou 3). Devolve jobPecaId, que é o id da peça DENTRO do job e o que se usa no update.
\- update: exige job_id e job_piece_id (o jobPecaId, NÃO o pecaId do catálogo). Todo campo do data é opcional, mande só o que muda: titulo, descricao, formato, servico e prioridade.

[Flattened action: update]

Bulk support: accepts job_ids, job_piece_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string, required)
- `job_id` (number, required)
- `job_ids` (array)
- `job_piece_id` (number)
- `job_piece_ids` (array)

### `iclips_job_tasks_write_create` (~242 tokens)

Cria ou atualiza uma tarefa manual dentro de um job existente no iClips.
Ações:
\- create: exige job_id e data.titulo (até 150 caracteres). Opcionais no data: descricao, inicioDate, fimDate (AAAA-MM-DD), prioridade (1, 2 ou 3) e ordemExibicao. Devolve idTarefaJob, que é o id usado no update.
\- update: exige job_id e task_id (o idTarefaJob). Todo campo do data é opcional, mande só o que muda.
Os nomes de campo da ESCRITA (titulo, inicioDate, fimDate) são diferentes dos que o iclips_projects_extract devolve na LEITURA (tituloAtividade, inicioPlanejado, fimPlanejado).

[Flattened action: create]

Bulk support: accepts job_ids, task_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string, required)
- `job_id` (number, required)
- `job_ids` (array)
- `task_id` (number)
- `task_ids` (array)

### `iclips_job_tasks_write_update` (~242 tokens)

Cria ou atualiza uma tarefa manual dentro de um job existente no iClips.
Ações:
\- create: exige job_id e data.titulo (até 150 caracteres). Opcionais no data: descricao, inicioDate, fimDate (AAAA-MM-DD), prioridade (1, 2 ou 3) e ordemExibicao. Devolve idTarefaJob, que é o id usado no update.
\- update: exige job_id e task_id (o idTarefaJob). Todo campo do data é opcional, mande só o que muda.
Os nomes de campo da ESCRITA (titulo, inicioDate, fimDate) são diferentes dos que o iclips_projects_extract devolve na LEITURA (tituloAtividade, inicioPlanejado, fimPlanejado).

[Flattened action: update]

Bulk support: accepts job_ids, task_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string, required)
- `job_id` (number, required)
- `job_ids` (array)
- `task_id` (number)
- `task_ids` (array)

### `iclips_pieces_list` (~165 tokens)

Lê o catálogo de peças da agência no iClips.
Ações:
\- list: busca textual opcional por q, mais filtros por categoria, status e basedOnTemplateId. Pagine com page e pageSize (padrão 20).
\- get: detalhe de uma ou mais peças por piece_ids, incluindo o workflowJson e o checklistJson completos (em lote, com erro reportado por id).

[Flattened action: list]

Input parameters:

- `account` (string)
- `basedOnTemplateId` (string)
- `categoria` (string)
- `page` (number)
- `pageSize` (number)
- `piece_ids` (array)
- `q` (string)
- `status` (string)

### `iclips_pieces_get` (~165 tokens)

Lê o catálogo de peças da agência no iClips.
Ações:
\- list: busca textual opcional por q, mais filtros por categoria, status e basedOnTemplateId. Pagine com page e pageSize (padrão 20).
\- get: detalhe de uma ou mais peças por piece_ids, incluindo o workflowJson e o checklistJson completos (em lote, com erro reportado por id).

[Flattened action: get]

Input parameters:

- `account` (string)
- `basedOnTemplateId` (string)
- `categoria` (string)
- `page` (number)
- `pageSize` (number)
- `piece_ids` (array)
- `q` (string)
- `status` (string)

### `iclips_pieces_write_create` (~292 tokens)

Cria ou atualiza uma peça no catálogo do iClips, ou marca um item do checklist.
Ações:
\- create: o data exige name (até 255 caracteres) e exatamente UM entre basedOnTemplateId e workflowJson. Opcionais: description, valorDecimal, valorSindraproCriacaoDecimal, valorSindraproAdaptacaoDecimal, valorSindraproFinalizacaoDecimal, valorTotalDecimal, exibirBool, digitalBool, isFlexible, briefingCliente, pecaCliente, idSindicato, tempoMedio, instrucao, checklistJson e categoriaIds (int[]). Devolve o id da peça nova em data.
\- update: exige piece_id; o data exige name, workflowJson e checklistJson (este endpoint SUBSTITUI os dois, então leia a peça antes com iclips_pieces action=get).
\- checklist: exige piece_id e data {itemId, done}. Marca um item do checklist de produção como concluído (true) ou pendente (false).
Use iclips_workflow_templates para descobrir o basedOnTemplateId e iclips_piece_categories para os categoriaIds.

[Flattened action: create]

Bulk support: accepts piece_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string, required)
- `piece_id` (number)
- `piece_ids` (array)

### `iclips_pieces_write_update` (~292 tokens)

Cria ou atualiza uma peça no catálogo do iClips, ou marca um item do checklist.
Ações:
\- create: o data exige name (até 255 caracteres) e exatamente UM entre basedOnTemplateId e workflowJson. Opcionais: description, valorDecimal, valorSindraproCriacaoDecimal, valorSindraproAdaptacaoDecimal, valorSindraproFinalizacaoDecimal, valorTotalDecimal, exibirBool, digitalBool, isFlexible, briefingCliente, pecaCliente, idSindicato, tempoMedio, instrucao, checklistJson e categoriaIds (int[]). Devolve o id da peça nova em data.
\- update: exige piece_id; o data exige name, workflowJson e checklistJson (este endpoint SUBSTITUI os dois, então leia a peça antes com iclips_pieces action=get).
\- checklist: exige piece_id e data {itemId, done}. Marca um item do checklist de produção como concluído (true) ou pendente (false).
Use iclips_workflow_templates para descobrir o basedOnTemplateId e iclips_piece_categories para os categoriaIds.

[Flattened action: update]

Bulk support: accepts piece_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string, required)
- `piece_id` (number)
- `piece_ids` (array)

### `iclips_pieces_write_checklist` (~293 tokens)

Cria ou atualiza uma peça no catálogo do iClips, ou marca um item do checklist.
Ações:
\- create: o data exige name (até 255 caracteres) e exatamente UM entre basedOnTemplateId e workflowJson. Opcionais: description, valorDecimal, valorSindraproCriacaoDecimal, valorSindraproAdaptacaoDecimal, valorSindraproFinalizacaoDecimal, valorTotalDecimal, exibirBool, digitalBool, isFlexible, briefingCliente, pecaCliente, idSindicato, tempoMedio, instrucao, checklistJson e categoriaIds (int[]). Devolve o id da peça nova em data.
\- update: exige piece_id; o data exige name, workflowJson e checklistJson (este endpoint SUBSTITUI os dois, então leia a peça antes com iclips_pieces action=get).
\- checklist: exige piece_id e data {itemId, done}. Marca um item do checklist de produção como concluído (true) ou pendente (false).
Use iclips_workflow_templates para descobrir o basedOnTemplateId e iclips_piece_categories para os categoriaIds.

[Flattened action: checklist]

Bulk support: accepts piece_ids for batched execution.

Input parameters:

- `account` (string)
- `data` (string, required)
- `piece_id` (number)
- `piece_ids` (array)

### `iclips_pieces_delete` (~66 tokens)

Exclui peças do catálogo do iClips (o provider faz exclusão lógica).
Aceita piece_ids para remover várias de uma vez, em lote, com erro reportado por id.

Input parameters:

- `account` (string)
- `piece_ids` (array, required)

### `iclips_workflow_templates_list` (~120 tokens)

Lê os modelos de workflow configurados na agência no iClips.
Ações:
\- list: todos os templates com id, nome e descricao (sem o workflowJson).
\- get: detalhe de um ou mais templates por template_ids, incluindo o workflowJson completo (em lote, com erro reportado por id).
Use o id como basedOnTemplateId ao criar uma peça com iclips_pieces_write.

[Flattened action: list]

Input parameters:

- `account` (string)
- `template_ids` (array)

### `iclips_workflow_templates_get` (~120 tokens)

Lê os modelos de workflow configurados na agência no iClips.
Ações:
\- list: todos os templates com id, nome e descricao (sem o workflowJson).
\- get: detalhe de um ou mais templates por template_ids, incluindo o workflowJson completo (em lote, com erro reportado por id).
Use o id como basedOnTemplateId ao criar uma peça com iclips_pieces_write.

[Flattened action: get]

Input parameters:

- `account` (string)
- `template_ids` (array)

### `iclips_piece_categories_list` (~85 tokens)

Lista as categorias de peça disponíveis na agência (id e nome).
Ações:
\- list: a lista completa de categorias.
\- dropdown: as mesmas categorias no formato simplificado que o iClips serve para campos de seleção.
Use esses ids em categoriaIds ao criar ou atualizar uma peça.

[Flattened action: list]

Input parameters:

- `account` (string)

### `iclips_piece_categories_dropdown` (~85 tokens)

Lista as categorias de peça disponíveis na agência (id e nome).
Ações:
\- list: a lista completa de categorias.
\- dropdown: as mesmas categorias no formato simplificado que o iClips serve para campos de seleção.
Use esses ids em categoriaIds ao criar ou atualizar uma peça.

[Flattened action: dropdown]

Input parameters:

- `account` (string)

### `iclips_projects_extract` (~250 tokens)

Extrai do iClips a hierarquia completa de projetos de um período: Jobs, Peças, Workflows, Atividades e Tarefas, até os apontamentos de hora.
É o endereço para BI, exportação e relatório. Responde o que as outras tools não respondem, como quem trabalhou quantas horas em qual peça de qual job de qual cliente, com o departamento e o valor/hora do executor.
Exige dataInicio e dataFim (AAAA-MM-DDTHH:mm:ss, no máximo 31 dias de intervalo, filtrando pela data de entrada do job). Opcionalmente idCliente ou idGrupoCliente. Pagine com page e pageSize (padrão 20, máximo 50), lendo meta.totalCount.
O iClips limita este endereço a 10 requisições por minuto por chave: varra mês a mês, não dispare em paralelo.

Input parameters:

- `account` (string)
- `dataFim` (string, required)
- `dataInicio` (string, required)
- `idCliente` (number)
- `idGrupoCliente` (number)
- `page` (number)
- `pageSize` (number)

### `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-iclips-mcp/p-iclips#diagnostics

## Score history

- 2026-09-27: 66
- 2026-09-26: 66
- 2026-09-25: 65
- 2026-09-24: 65
- 2026-09-23: 64
- 2026-09-22: 64
- 2026-09-21: 63
- 2026-09-20: 63
- 2026-09-19: 62
- 2026-09-18: 62
- 2026-09-17: 61
- 2026-09-16: 61
- 2026-09-15: 60
- 2026-09-14: 60
- 2026-09-13: 59
- 2026-09-12: 59
- 2026-09-11: 59
- 2026-09-10: 58
- 2026-09-09: 58
- 2026-09-08: 57
- 2026-09-07: 57
- 2026-09-06: 56
- 2026-09-05: 56
- 2026-09-04: 55

## Common questions

### What is the iClips MCP server?

iClips is an MCP server listed in the public MCP registry as io.github.mcp-dir/iclips-mcp. iClips agency ERP for AI: payables, invoices, jobs, pieces and hours logged per person. This page covers its hosted endpoint (https://api.mcp.ai/p_iclips).

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

iClips scores 66 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 iClips MCP server expose?

iClips exposes 30 tools: iclips_list_accounts, iclips_financial_accounts, iclips_financial_entries_list, iclips_financial_entries_get, iclips_financial_invoices_list, and 25 more. Their descriptions and schemas cost roughly 5,860 tokens of context every time the server is loaded.

### Does the iClips MCP server require authentication?

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

### Is the iClips MCP server still maintained?

iClips is still listed as active in the MCP registry. We last reached this channel on 27 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_iclips
- Repository: https://github.com/mcp-dir/iclips-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mcp-dir-iclips-mcp/p-iclips.xml
- Changelog JSON feed: https://verifymcp.io/servers/mcp-dir-iclips-mcp/p-iclips.json
- HTML version of this page: https://verifymcp.io/servers/mcp-dir-iclips-mcp/p-iclips
