funnelkeeper-mcp
OfficialFunnelKeeper CLI und MCP-Server
Die Open-Source-Clients für die Kommandozeile und das Model Context Protocol der FunnelKeeper-API für Wachstum und Umsatz.
CLI
Erfordert Node.js 20 oder neuer.
npm install --global funnelkeeper
fk signupSie können einen Befehl auch ausführen, ohne ihn zu installieren:
npx funnelkeeper statusSiehe die vollständige CLI-Referenz.
Related MCP server: API-Market MCP Server
MCP-Server
Fügen Sie FunnelKeeper zu Claude Code hinzu:
claude mcp add funnelkeeper \
-e FUNNELKEEPER_API_KEY=fk_live_… \
-- npx -y --package funnelkeeper funnelkeeper-mcpOder konfigurieren Sie einen beliebigen stdio-MCP-Client:
{
"mcpServers": {
"funnelkeeper": {
"command": "npx",
"args": ["-y", "--package", "funnelkeeper", "funnelkeeper-mcp"],
"env": {
"FUNNELKEEPER_API_KEY": "fk_live_…"
}
}
}
}Der Server kann auch ohne Schlüssel starten und das Setup-Tool signup_account
bereitstellen. Siehe die vollständige MCP-Referenz.
API
Beide Clients rufen dieselbe authentifizierte FunnelKeeper-API auf, die auch vom Dashboard verwendet wird. Die API-Referenz und das OpenAPI-Dokument beschreiben den Vertrag.
Sicherheit
API-Schlüssel werden unter ~/.config/funnelkeeper/config.json mit Modus 0600 gespeichert.
Committen Sie diese Datei nicht und legen Sie keinen Schlüssel direkt in einer
MCP-Konfiguration ab, die in die Quellcodeverwaltung eingecheckt wird. Melden Sie
Sicherheitslücken vertraulich an funnelkeeper@aelabs.ai.
Lizenz
MIT
This server cannot be installed
Maintenance
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
- 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
- AlicenseCqualityDmaintenanceA 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.34254MIT
- 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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