Skip to main content
Glama
ae-labs-inc

funnelkeeper-mcp

Official
by ae-labs-inc

FunnelKeeper CLI 和 MCP 服务器

用于 FunnelKeeper 增长与收入 API 的开源命令行和 Model Context Protocol 客户端。

CLI

需要 Node.js 20 或更高版本。

npm install --global funnelkeeper
fk signup

你也可以在未安装的情况下运行命令:

npx funnelkeeper status

查看完整的 CLI 参考

Related MCP server: API-Market MCP Server

MCP 服务器

将 FunnelKeeper 添加到 Claude Code:

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

或者配置任意 stdio MCP 客户端:

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

该服务器也可以在没有密钥的情况下启动,并提供 signup_account 设置工具。查看完整的 MCP 参考

API

两个客户端调用的都是仪表盘所使用的同一个需身份验证的 FunnelKeeper API。API 参考OpenAPI 文档 描述了这一接口契约。

安全

API 密钥存储在 ~/.config/funnelkeeper/config.json 中,权限模式为 0600。请勿提交该文件,也不要把密钥直接放入已提交到源代码控制的 MCP 配置中。请私下向 funnelkeeper@aelabs.ai 报告漏洞。

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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
    C
    quality
    D
    maintenance
    A Model Context Protocol server that exposes over 200+ APIs from API.market as MCP resources, allowing large language models to discover and interact with various APIs through natural language commands.
    34
    25
    4
    MIT
  • 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

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Remote MCP for GenAI span mapping, provider normalization, dashboard schemas, and receipts.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ae-labs-inc/funnelkeeper-client'

If you have feedback or need assistance with the MCP directory API, please join our Discord server