Kayzen Analytics MCP Server
Kayzen Analytics MCP 서버
Kayzen Analytics API와 상호 작용하기 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 패키지를 사용하면 AI 모델이 표준화된 인터페이스를 통해 Kayzen 광고 캠페인 데이터에 액세스하고 분석할 수 있습니다.
특징
자동 인증 : 자동 새로 고침 메커니즘을 갖춘 내장 토큰 관리
보고서 관리 : Kayzen 분석 보고서에 쉽게 접근
오류 처리 : API 상호 작용을 위한 포괄적인 오류 처리
TypeScript 지원 : 유형 정의를 포함한 전체 TypeScript 구현
환경 기반 구성 : 환경 변수를 사용한 간단한 설정
Related MCP server: Marketing Automation MCP Server
설치
지엑스피1
구성
Kayzen 자격 증명으로 .env 파일을 만듭니다.
KAYZEN_USERNAME=your_username
KAYZEN_PASSWORD=your_password
KAYZEN_BASIC_AUTH=your_basic_auth_token
KAYZEN_BASE_URL=https://api.kayzen.io/v1 # Optional, defaults to this value용법
기본 설정
import { KayzenMCPServer } from '@feedmob-ai/kayzen-mcp';
const server = new KayzenMCPServer();
server.start();사용 가능한 도구
1. list_reports
Kayzen Analytics에서 사용 가능한 모든 보고서를 나열합니다.
입력 : 없음
반환 : 다음을 포함하는 보고서 개체 배열:
id: 보고서 식별자name: 보고서 이름type: 보고서 유형
const reports = await server.tools.list_reports();2. get_report_results
특정 보고서에 대한 결과를 검색합니다.
입력 :
report_id(문자열, 필수): 가져올 보고서의 IDstart_date(문자열, 선택 사항): YYYY-MM-DD 형식의 시작 날짜end_date(문자열, 선택 사항): YYYY-MM-DD 형식의 종료 날짜
반환 : 보고서 데이터 및 메타데이터
const results = await server.tools.get_report_results({
report_id: 'report_id',
start_date: '2024-01-01', // optional
end_date: '2024-01-31' // optional
});3. analyze_report_results (프롬프트)
보고서 결과를 분석하고 통찰력을 제공합니다.
입력 :
report_id(문자열): 분석할 보고서의 ID
분석에는 다음이 포함됩니다 .
성과 지표
주요 동향
최적화 영역
비정상적인 패턴이나 이상 현상
설정
Claude Desktop과 함께 사용
Claude Desktop과 함께 사용하려면 claude_desktop_config.json 에 다음을 추가하세요.
엔피엑스
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@feedmob-ai/kayzen-mcp"
],
"env": {
"KAYZEN_USERNAME": "username",
"KAYZEN_PASSWORD": "pasword",
"KAYZEN_BASIC_AUTH": "auth token"
}
}
}
}개발
필수 조건
Node.js(v16 이상)
npm(v7 이상)
Kayzen API 자격 증명
스크립트
# Install dependencies
npm install
# Build the project
npm run build
# Start the server
npm start
# Development mode with hot-reload
npm run dev프로젝트 구조
kayzen-mcp/
├── src/
│ ├── server.ts # MCP server implementation
│ └── kayzen-client.ts # Kayzen API client
├── dist/ # Compiled JavaScript
└── package.json # Project configuration종속성
주요 종속성:
@modelcontextprotocol/sdk: ^1.7.0axios: ^1.8.3dotenv: ^16.4.7zod: ^3.24.2
오류 처리
서버는 다양한 오류 시나리오를 처리합니다.
인증 실패
잘못된 API 요청
네트워크 문제
토큰 만료 및 새로 고침
잘못된 매개변수
특허
MIT 라이센스
작가
피드몹
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
- AlicenseAqualityAmaintenanceA Model Context Protocol server that allows AI models to access, analyze, and manage Meta advertising campaigns, enabling LLMs to retrieve performance data, visualize ad creatives, and provide strategic insights for Facebook and Instagram platforms.371,172Business Source 1.1
- AlicenseBqualityDmaintenanceEnables AI-powered marketing campaign management across Google Ads, Facebook Ads, and Google Analytics with automated budget optimization, AI-generated ad copy, audience segmentation, and real-time performance analytics.43MIT
- Alicense-qualityCmaintenanceEnables AI-powered advertising applications by providing MCP-compliant tools to interact with Amazon Ads API for campaign management, reporting, and optimization.1MIT
- Alicense-qualityCmaintenanceEnables AI assistants to manage, report, and analyze Google Ads campaigns securely with encrypted multi-client support, real-time API integrations, and audit trail logging.51MIT
Related MCP Connectors
Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.
Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.
AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.
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/springwq/kayzen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server