Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Kiwify

io.github.mcp-dir/kiwify-mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
1193ms
last probe
Tools
14
callable
Resources
0
readable
Prompts
0
available

Tools · 14

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: detalhe de UMA venda (requer sale_id). Retorna os dados …

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: detalhe de UMA venda (requer sale_id). Retorna os dados …

kiwify_subscriptions_list

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] …

kiwify_subscriptions_get

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] …

kiwify_subscriptions_write_cancel

Mutações em assinaturas Kiwify. Ações: - cancel: cancela UMA assinatura (subscription_id). [Flattened action: cancel] Bulk support: accepts subscription_ids for batched execution.

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).

show_version

Show the current MCP platform and adapter versions.

report_bug

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

connect

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 …

toolkit_info

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

marketplace

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…

authenticate

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 conne…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "kiwify": {
      "url": "https://api.mcp.ai/p_kiwify",
      "transport": "streamable-http"
    }
  }
}