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 키는 ~/.config/funnelkeeper/config.json0600 모드로 저장됩니다. 해당 파일을 커밋하지 말고, 소스 제어에 커밋된 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