funnelkeeper-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@funnelkeeper-mcpwhat's our MRR and new signups this month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 signupYou can also run a command without installing:
npx funnelkeeper statusSee 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:
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-mcpOther 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
This server cannot be deployed
Maintenance
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
- FlicenseBqualityDmaintenanceImplements 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.1153-
- AlicenseNot gradedqualityBmaintenanceProvides 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.1512Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform CRM operations like creating contacts, managing deals, and updating leads through natural language using the Model Context Protocol.4-
- AlicenseNot gradedqualityDmaintenanceProvides a standardized interface for interacting with OpenAI's tools and services through the Model Context Protocol, enabling seamless integration with MCP-compliant applications.MIT