# Kiwify (remote · api.mcp.ai)

Kiwify digital-products platform, sales (list, detail), subscriptions (list, cancel), products and a

- Trust score: 60/100 (medium)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

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

## Channel facts

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

## 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-03.

- **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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - 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**: 46/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 1626 tokens (~116/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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-kiwify-mcp https://api.mcp.ai/p_kiwify
```

### Codex

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

### opencode

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

### OpenClaw

```bash
openclaw mcp add mcp-dir-kiwify-mcp --url https://api.mcp.ai/p_kiwify --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mcp-dir-kiwify-mcp:
    url: "https://api.mcp.ai/p_kiwify"
```

### Other

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

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-03 (score 60, 0)

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

### 2026-08-02 (score 60, +1)

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

### 2026-08-01 (score 59, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “marketplace” rewrote its description, which is the text the model reads
- [functional] Server version: 0.9.196 → 0.9.197

### 2026-07-31 (score 59, +4)

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

### 2026-07-30 (score 55, +1)

- [functional] MCP protocol: Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 54, 0)

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

### 2026-07-28 (score 54, +1)

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

### 2026-07-27 (score 53, +1)

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

## MCP tools (14)

### `kiwify_list_accounts` (~40 tokens)

Lista contas Kiwify (creators) vinculadas a este install — id, label e apelido.

Input parameters:

- `account` (string)

### `kiwify_sales_list` (~172 tokens)

Leitura de vendas na Kiwify.
Ações:
\- list: lista vendas (filtros: start_date/end_date YYYY-MM-DD, product_id, status, page_size, page).
\- get: detalhe de UMA venda (requer sale_id).
Retorna os dados crus da Kiwify.

[Flattened action: list]

Bulk support: accepts sale_ids, product_ids for batched execution.

Input parameters:

- `account` (string)
- `end_date` (string)
- `page` (number)
- `page_size` (number)
- `product_id` (string)
- `product_ids` (array)
- `sale_id` (string)
- `sale_ids` (array)
- `start_date` (string)
- `status` (string)

### `kiwify_sales_get` (~172 tokens)

Leitura de vendas na Kiwify.
Ações:
\- list: lista vendas (filtros: start_date/end_date YYYY-MM-DD, product_id, status, page_size, page).
\- get: detalhe de UMA venda (requer sale_id).
Retorna os dados crus da Kiwify.

[Flattened action: get]

Bulk support: accepts sale_ids, product_ids for batched execution.

Input parameters:

- `account` (string)
- `end_date` (string)
- `page` (number)
- `page_size` (number)
- `product_id` (string)
- `product_ids` (array)
- `sale_id` (string)
- `sale_ids` (array)
- `start_date` (string)
- `status` (string)

### `kiwify_subscriptions_list` (~141 tokens)

Leitura de assinaturas na Kiwify.
Ações:
\- list: lista assinaturas (filtros: product_id, status, page_size, page).
\- get: detalhe de UMA assinatura (requer subscription_id).

[Flattened action: list]

Bulk support: accepts subscription_ids, product_ids for batched execution.

Input parameters:

- `account` (string)
- `page` (number)
- `page_size` (number)
- `product_id` (string)
- `product_ids` (array)
- `status` (string)
- `subscription_id` (string)
- `subscription_ids` (array)

### `kiwify_subscriptions_get` (~141 tokens)

Leitura de assinaturas na Kiwify.
Ações:
\- list: lista assinaturas (filtros: product_id, status, page_size, page).
\- get: detalhe de UMA assinatura (requer subscription_id).

[Flattened action: get]

Bulk support: accepts subscription_ids, product_ids for batched execution.

Input parameters:

- `account` (string)
- `page` (number)
- `page_size` (number)
- `product_id` (string)
- `product_ids` (array)
- `status` (string)
- `subscription_id` (string)
- `subscription_ids` (array)

### `kiwify_subscriptions_write_cancel` (~78 tokens)

Mutações em assinaturas Kiwify.
Ações:
\- cancel: cancela UMA assinatura (subscription_id).

[Flattened action: cancel]

Bulk support: accepts subscription_ids for batched execution.

Input parameters:

- `account` (string)
- `subscription_id` (string, required)
- `subscription_ids` (array)

### `kiwify_products` (~52 tokens)

Lista produtos do creator na Kiwify (filtros opcionais: page_size, page).

Input parameters:

- `account` (string)
- `page` (number)
- `page_size` (number)

### `kiwify_affiliates` (~64 tokens)

Lista afiliados do creator na Kiwify (filtros opcionais: status, page_size, page).

Input parameters:

- `account` (string)
- `page` (number)
- `page_size` (number)
- `status` (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` (~30 tokens)

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

### `marketplace` (~402 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.

Input parameters:

- `action` (string)
- `arguments` (string)
- `cancel_comment` (string)
- `cancel_reason` (string)
- `conversation` (string)
- `immediate` (boolean)
- `limit` (number)
- `mcp_id` (string)
- `message` (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-kiwify-mcp/p-kiwify#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 59
- 2026-07-31: 59
- 2026-07-30: 55
- 2026-07-29: 54
- 2026-07-28: 54
- 2026-07-27: 53
- 2026-07-26: 52

## Links

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