Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Funnelkeeper

БесплатноПоддерживается

Exposes a Model Context Protocol interface to a growth and revenue API, enabling MCP clients to manage account data and interact with platform tools through nat

GitHubEmbed

Описание

Exposes a Model Context Protocol interface to a growth and revenue API, enabling MCP clients to manage account data and interact with platform tools through natural-language-driven tool calls.

README

The open-source command-line and Model Context Protocol clients for the FunnelKeeper growth and revenue API.

CLI

Requires Node.js 20 or newer.

npm install --global funnelkeeper
fk signup

You can also run a command without installing:

npx funnelkeeper status

See the complete CLI reference.

MCP server

Add FunnelKeeper to Claude Code:

claude mcp add funnelkeeper \
  -e FUNNELKEEPER_API_KEY=fk_live_… \
  -- npx -y --package funnelkeeper funnelkeeper-mcp

Or configure any stdio MCP client:

{
  "mcpServers": {
    "funnelkeeper": {
      "command": "npx",
      "args": ["-y", "--package", "funnelkeeper", "funnelkeeper-mcp"],
      "env": {
        "FUNNELKEEPER_API_KEY": "fk_live_…"
      }
    }
  }
}

The server can also start without a key and expose the signup_account setup tool. See the complete MCP reference.

API

Both clients call the same authenticated FunnelKeeper API used by the dashboard. The API reference and OpenAPI document describe the contract.

Security

API keys are stored at ~/.config/funnelkeeper/config.json with mode 0600. Do not commit that file or put a key directly in an MCP configuration committed to source control. Report vulnerabilities privately to [email protected].

License

MIT

from github.com/ae-labs-inc/funnelkeeper-client

Установить Funnelkeeper в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install funnelkeeper-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add funnelkeeper-mcp --env FUNNELKEEPER_API_KEY="" -- npx -y funnelkeeper

Пошаговые гайды: как установить Funnelkeeper

FAQ

Funnelkeeper MCP бесплатный?

Да, Funnelkeeper MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Funnelkeeper?

Да, требуются переменные окружения: FUNNELKEEPER_API_KEY. Unyly подставит их в конфиг при установке.

Funnelkeeper — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Funnelkeeper в Claude Desktop, Claude Code или Cursor?

Открой Funnelkeeper на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Funnelkeeper with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development