Kiwify
io.github.mcp-dir/kiwify-mcpKiwify digital-products platform, sales (list, detail), subscriptions (list, cancel), products and a
Tools · 14
Lista contas Kiwify (creators) vinculadas a este install — id, label e apelido.
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 …
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 …
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] …
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] …
Mutações em assinaturas Kiwify. Ações: - cancel: cancela UMA assinatura (subscription_id). [Flattened action: cancel] Bulk support: accepts subscription_ids for batched execution.
Lista produtos do creator na Kiwify (filtros opcionais: page_size, page).
Lista afiliados do creator na Kiwify (filtros opcionais: status, page_size, page).
Show the current MCP platform and adapter versions.
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
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 …
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
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…
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"kiwify": {
"url": "https://api.mcp.ai/p_kiwify",
"transport": "streamable-http"
}
}
}