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 サーバー

Claude Code に FunnelKeeper を追加します:

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 キーは、モード 0600~/.config/funnelkeeper/config.json に保存されます。そのファイルをコミットしたり、ソースコントロールにコミットされた 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