# Sintegra CCC (remote · api.mcp.ai)

Looks up the centralized taxpayer registry (CCC) in Sintegra for a person or company from the CPF or

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

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

## Channel facts

- Endpoint: `https://api.mcp.ai/p_sintegra_ccc`
- 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-08-20.

- **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**: 67/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1055 tokens (~150/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http mcp-dir-sintegra-ccc-mcp https://api.mcp.ai/p_sintegra_ccc
```

### Codex

```toml
[mcp_servers.mcp-dir-sintegra-ccc-mcp]
url = "https://api.mcp.ai/p_sintegra_ccc"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add mcp-dir-sintegra-ccc-mcp --url https://api.mcp.ai/p_sintegra_ccc --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mcp-dir-sintegra-ccc-mcp:
    url: "https://api.mcp.ai/p_sintegra_ccc"
```

### Other

```json
{
  "mcpServers": {
    "mcp-dir-sintegra-ccc-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_sintegra_ccc"
    }
  }
}
```

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-08-20 (score 63, +1)

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

### 2026-08-19 (score 62, 0)

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

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

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

### 2026-08-17 (score 61, 0)

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

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

- [functional improvement] Stability: unverified → 0.03

### 2026-08-15 (score 60)

First indexed and scored.

## MCP tools (7)

### `sintegra_ccc_consultar` (~153 tokens)

Consulta o Cadastro Centralizado de Contribuinte (CCC) do Sintegra de uma pessoa ou empresa a partir do CPF ou CNPJ, inscrição estadual e UF. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em bases e fontes oficiais (a mesma disponível ao cidadão), não é dado privado nem sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input parameters:

- `Cnpj` (string, required)
- `Cpf` (string, required)
- `Uf` (string, required)
- `completo` (boolean)
- `ie` (string, required)

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

## Score history

- 2026-08-20: 63
- 2026-08-19: 62
- 2026-08-18: 62
- 2026-08-17: 61
- 2026-08-16: 61
- 2026-08-15: 60

## Links

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