Skip to main content
Glama
ae-labs-inc

funnelkeeper-mcp

Official
by ae-labs-inc

FunnelKeeper CLI and MCP server

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.

Related MCP server: CRMy

MCP server

Cursor (1-Click Install)

Click the link below to install the FunnelKeeper MCP server directly in Cursor:

Add to Cursor

Or add FunnelKeeper to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project-scoped):

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

Claude Code

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

Other stdio MCP clients

{
  "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 funnelkeeper@aelabs.ai.

License

MIT

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

  • Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server

  • Discover, inspect, quote, and call external tools through one hosted MCP endpoint, with usage tracking and final credit settlement.

  • The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.

  • AI call analysis and voice agents for sales teams. Signup, usage, agents and call data over MCP.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Implements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.
    1
    153
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides AI agents with operational customer context, including typed revenue objects, persistent state, scoped tools, and human-in-the-loop handoffs through MCP, REST, and CLI.
    15
    12
    Apache 2.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to perform CRM operations like creating contacts, managing deals, and updating leads through natural language using the Model Context Protocol.
    4
    -