# Cakto — MCP server on mcp.ai > Cakto payment gateway and checkout for course/infoproduct sellers, read orders, sales analytics, subscriptions, churn, customers and products via the official API. Generate your credentials (Client ID + Client Secret) with the read scopes under API in the Cakto dashboard. By: mcp.ai · official Page: https://mcp.ai/cakto ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cakto?ms=1787530020000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/cakto/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cakto/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/cakto/skill.md Postman collection (v2.1): https://mcp.ai/cakto/postman.json ## Tools - cakto_customers_get(customer_id?: string, search?: string, page?: integer, account?: string, customer_ids?: string[]) — Leitura de clientes na Cakto (para análise/CRM). - cakto_customers_list(customer_id?: string, search?: string, page?: integer, account?: string, customer_ids?: string[]) — Leitura de clientes na Cakto (para análise/CRM). - cakto_list_accounts(account?: string) — Lista contas Cakto (apps do painel) vinculadas a este install — id, label e apelido. - cakto_orders_analytics(group_by?: string, start_date?: string, end_date?: string, product?: string, offer?: string, account?: string) — Analytics de vendas na Cakto: métricas financeiras agregadas por canal/campanha. - cakto_orders_get(order_id?: string, status?: string, type?: string, offer_type?: string, payment_method?: string, customer?: string, product?: string, paid_at_gte?: string, paid_at_lt?: string, page?: integer, account?: string, order_ids?: string[]) — Leitura de pedidos na Cakto. - cakto_orders_list(order_id?: string, status?: string, type?: string, offer_type?: string, payment_method?: string, customer?: string, product?: string, paid_at_gte?: string, paid_at_lt?: string, page?: integer, account?: string, order_ids?: string[]) — Leitura de pedidos na Cakto. - cakto_products(search?: string, page?: integer, account?: string) — Lista produtos da conta na Cakto (filtros opcionais: search, page). - cakto_subscription_churn(start_date?: string, end_date?: string, page?: integer, account?: string) — Assinaturas perdidas: lista canceladas/inativas do negócio + métricas agregadas (valor em risco, nº de clientes afetados). Filtros de período opcionais. - cakto_subscriptions_get(subscription_id?: string, status?: string, payment_method?: string, current_situation?: string, search?: string, ordering?: string, limit?: integer, page?: integer, account?: string, subscription_ids?: string[]) — Leitura de assinaturas na Cakto. - cakto_subscriptions_list(subscription_id?: string, status?: string, payment_method?: string, current_situation?: string, search?: string, ordering?: string, limit?: integer, page?: integer, account?: string, subscription_ids?: string[]) — Leitura de assinaturas na Cakto. ## Example prompts - "How much did I sell on Cakto in the last 30 days?" - "Which channels (utm_source) drove the most net revenue?" - "List my active subscriptions and this month's churn" ## Links Docs: https://mcp.ai/docs/mcps/cakto Website: https://mcp.ai/mcps/cakto