@chargebee/mcp
OfficialChargebee 모델 컨텍스트 프로토콜(MCP) 서버
모델 컨텍스트 프로토콜(MCP)은 대규모 언어 모델(LLM)과 외부 시스템 간의 컨텍스트를 관리하도록 설계된 표준화된 프로토콜 입니다.
Chargebee MCP 서버는 개발자의 효율성을 향상시키는 강력한 도구 세트를 제공합니다. Cursor, Windsurf, Cline과 같은 AI 기반 코드 편집기는 물론 Claude Desktop과 같은 범용 도구와도 통합됩니다. 모든 MCP 클라이언트와 호환됩니다.
이 MCP 서버를 사용하면 다음을 수행할 수 있습니다.
Chargebee 제품과 API 서비스에 대한 즉각적인 답변을 받아보세요.
귀하의 통합 요구 사항에 맞춰 컨텍스트 인식 코드 조각을 받으세요.
다음을 포함한 Chargebee의 지식 기반에 액세스하세요.
선적 서류 비치
자주 묻는 질문
릴리스 노트
그리고 훨씬 더 많은 것들

필수 조건
Node.js LTS - Chargebee MCP 서버가 올바르게 작동하려면 Node.js LTS 버전이 필요합니다.
Related MCP server: Codinfy MCP
설정
Node.js npx를 사용하여 Chargebee MCP 서버를 실행하려면 다음 명령을 실행하세요.
지엑스피1
사용 가능한 도구
도구 | 설명 |
| Chargebee 문서를 검색하여 자세한 정보와 사용 안내서를 찾아보세요. |
| Chargebee의 API와 기능을 통합하기 위한 구조화된 코드 개요와 샘플 코드를 생성합니다. |
설치
커서
이 서버를 Cursor IDE에 추가하려면:
Cursor Settings>MCP로 이동합니다.+ Add new Global MCP Server클릭합니다.글로벌
.cursor/mcp.json파일에 다음 구성을 추가합니다.
{
"mcpServers": {
"chargebee": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}자세한 내용은 커서 문서를 참조하세요. 참고: 프로젝트별 커서 구성(커서 0.46 이상에서 지원)에 이 기능을 추가할 수도 있습니다.
윈드서핑
Cascade로 MCP를 설정하려면:
Windsurf를 열고
Settings>Advanced Settings으로 이동하거나 명령 팔레트 >Open Windsurf Settings Page사용하세요.Cascade 섹션으로 스크롤하여 새로운 서버를 추가하거나, 기존 서버를 보거나,
mcp_config.json에서 원시 JSON 구성 파일에 액세스하세요."사용자 정의 서버 추가 +"를 클릭하여
mcp_config.json에 Chargebee MCP 서버를 직접 포함합니다.
{
"mcpServers": {
"chargebee": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}자세한 내용은 Windsurf 문서를 참조하세요.
클라인
Cline MCP 서버 설정을 통해 다음 JSON을 cline_mcp_settings.json 파일에 수동으로 추가합니다.
{
"mcpServers": {
"chargebee": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}루 코드
Roo Code 설정에서 Edit MCP Settings 선택하거나 VS Code 명령 팔레트에서 Roo Code: Open MCP Config 명령을 사용하여 MCP 설정에 액세스합니다.
{
"mcpServers": {
"chargebee": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}클로드
claude_desktop_config.json 파일에 다음 구성을 추가하세요. 자세한 내용은 Claude Desktop 설명서를 참조하세요.
{
"mcpServers": {
"chargebee": {
"command": "npx",
"args": [
"-y",
"@chargebee/mcp"
]
}
}
}CLI
다음 명령을 실행하여 CLI로 서버를 실행할 수도 있습니다.
npx -y @chargebee/mcp@latest기부금
이 프로젝트에 기여하려면 기여 가이드를 참조하세요.
특허
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
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to interact with the commercetools Composable Commerce platform. It provides tools for managing products, categories, orders, carts, and customer data through secure read and write operations.13MIT
- AlicenseAqualityBmaintenanceMCP server that connects AI agents to Codinfy platform APIs for validating licenses, creating checkouts, listing products, tracking analytics, managing OAuth identity, and handling ad placements.17MIT
- FlicenseAqualityDmaintenanceMCP server for RevenueCat that lets AI agents query subscriber data, check entitlements, fetch offerings, and manage subscriptions via natural language.6
- AlicenseBqualityBmaintenanceMCP server that connects AI assistants to the Conexa business management system, enabling CRUD operations on sales, customers, plans, contracts, charges, and more via 83 tools.831211MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
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/chargebee/agentkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server