Kiwify MCP Server

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

Remote serverstreamable-http

What is the Kiwify MCP server?

Kiwify MCP server exists for a simple reason — assistants are far more useful when they can act on Kiwify directly instead of describing what you should do. Kiwify digital-products platform, sales (list, detail), subscriptions (list, cancel), products and a.

What you get

Plataforma de produtos digitais Kiwify, vendas (listar, detalhar), assinaturas (listar, cancelar), produtos e afiliados via API oficial. Gere suas credenciais (Client ID + Client Secret) e copie seu Account ID em Apps → API no painel Kiwify.

What the assistant can call

Once Kiwify is connected, these are the calls the assistant has available:

  • Sub-processadores — Kiwify, o LLM host que você escolher (Claude, ChatGPT, Cursor, agente próprio). Lista completa em
  • kiwify_list_accounts — Lista contas Kiwify (creators) vinculadas a este install — id, label e apelido
  • kiwify_sales_list — 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
  • kiwify_sales_get — 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
  • kiwify_subscriptions_list — Leitura de assinaturas na Kiwify
  • kiwify_subscriptions_get — Leitura de assinaturas na Kiwify
  • kiwify_subscriptions_write_cancel — Mutações em assinaturas Kiwify
  • kiwify_products — Lista produtos do creator na Kiwify (filtros opcionais: page_size, page)
  • kiwify_affiliates — Lista afiliados do creator na Kiwify (filtros opcionais: status, page_size, page)
  • Cursor➕ Instalar Kiwify no Cursor

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Kiwify's toolset — Sub-processadores, kiwify_list_accounts, kiwify_sales_list and 7 more — is a fair guide to whether it matches your workflow. It is maintained by mcp-dir; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Kiwify.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the kiwify mcp server does with a few real requests.

Available tools

ToolWhat it does
Sub-processadoresKiwify, o LLM host que você escolher (Claude, ChatGPT, Cursor, agente próprio). Lista completa em [docs/privacidade-lgpd.md](docs/privacidade-lgpd.md).
kiwify_list_accountsLista contas Kiwify (creators) vinculadas a este install — id, label e apelido.
kiwify_sales_listLeitura 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. […
kiwify_sales_getLeitura 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. […
kiwify_subscriptions_listLeitura de assinaturas na Kiwify.
kiwify_subscriptions_getLeitura de assinaturas na Kiwify.
kiwify_subscriptions_write_cancelMutações em assinaturas Kiwify.
kiwify_productsLista produtos do creator na Kiwify (filtros opcionais: page_size, page).
kiwify_affiliatesLista afiliados do creator na Kiwify (filtros opcionais: status, page_size, page).
Cursor[➕ Instalar Kiwify no Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=kiwify&config=eyJ1cmwiOiJodHRwczovL2FwaS5tY3AuYWkvcF9raXdpZnkifQ==)

Example prompts to try

  • Use Kiwify to Sub-processadores.
  • Use Kiwify to kiwify list accounts.
  • Use Kiwify to kiwify sales list.

Frequently asked questions

It connects Kiwify to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (Sub-processadores, kiwify_list_accounts, kiwify_sales_list, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Kiwify directly.