ClickBank MCP Server
ClickBank MCP Server
ClickBank REST 1.3을 위한 Stdio Model Context Protocol 서버입니다. Cursor 및 기타 MCP 호스트는 애널리틱스, 주문, 상품, 퀵스탯, 배송, 티켓을 조회할 수 있습니다. 쓰기 작업(환불, 카탈로그 편집, 구독 변경)은 옵트인하지 않으면 꺼져 있습니다.
설정
ClickBank에서 API 키를 생성하세요: How to create ClickBank API keys.
키에 필요한 역할을 부여하세요(
api_order_read,api_products_client,api_order_write,api_subscription_modifications등)..env.example을 복사한 뒤 값을 입력하세요(서버는 파일이 아니라 프로세스 환경 변수를 읽습니다. 호스트가 주입하지 않는 한).
npm install
npm run build필수 환경 변수:
Variable | Purpose |
| Clerk 키. |
| 기본 닉네임(5~10자의 소문자 영숫자). 애널리틱스에 필수이며 퀵스탯의 기본값입니다. |
|
|
| 선택적인 레거시 개발자 키. Authorization 헤더는 |
| API 루트를 재정의합니다(기본값 |
ClickBank는 더 이상 개발자 키를 요구하지 않습니다. Authorization 헤더를 로그에 남기거나 커밋하지 마세요.
Related MCP server: wealthbox-mcp
Cursor
먼저 빌드한 다음 Cursor가 dist/index.js를 바라보게 하세요:
{
"mcpServers": {
"clickbank": {
"command": "node",
"args": ["/absolute/path/to/clickbank-mcp/dist/index.js"],
"env": {
"CLICKBANK_API_KEY": "API-your-key-here",
"CLICKBANK_ACCOUNT": "yournick",
"CLICKBANK_ENABLE_WRITES": "false"
}
}
}
}모델이 환불, 상품 삭제, 구독 변경을 할 수 있게 하지 않을 거라면 CLICKBANK_ENABLE_WRITES를 false로 유지하세요.
도구
읽기 도구는 항상 등록됩니다:
애널리틱스:
get_analytics,get_subscription_analytics주문:
list_orders,count_orders,get_order,get_order_upsells,check_order_active상품:
list_products,get_product퀵스탯:
list_quickstats,summarize_quickstats,list_clickbank_accounts배송:
list_shippable_orders,count_shippable_orders,get_ship_notices티켓:
list_tickets,count_tickets,get_ticket,get_refund_amounts
쓰기 도구(CLICKBANK_ENABLE_WRITES=true일 때만):
modify_subscription— 상품 교체, 주소, 재결제 날짜, 연장, 일시 중지, 복원save_product,delete_productcreate_ship_noticecreate_ticket,update_ticket,confirm_physical_return
목록 엔드포인트는 페이지당 100행을 반환합니다. page와 선택적 maxPages(최대 10)를 전달하세요. HTTP 206은 더 많은 페이지가 남아 있음을 의미합니다. 클라이언트는 ClickBank의 초당 10회 요청 할당량을 지키기 위해 요청 간격(~8/s)을 둡니다.
개발
npm test
npm run devnpm run dev는 여전히 환경에 CLICKBANK_API_KEY가 필요합니다. 테스트는 fetch를 모킹하며 ClickBank를 호출하지 않습니다.
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
- AlicenseAqualityBmaintenanceManages affiliate programs, analytics, incentives, and payouts through MCP-compatible clients.3961MIT
- AlicenseBqualityDmaintenanceExposes the Wealthbox CRM API to MCP-enabled clients, enabling operations on contacts, tasks, events, notes, opportunities, projects, workflows, and more.51103MIT
- FlicenseNot gradedqualityDmaintenanceProvides comprehensive access to the Constant Contact API v3 for email marketing, campaign management, contact management, analytics, and automation through MCP tools.2
- AlicenseAqualityBmaintenanceMCP server exposing Cursor's HTTP APIs for managing Cloud Agents, Team/Org Admin, Analytics, Bugbot, AI Code Tracking, and Fleet with read-only and read-write modes.61MIT
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Search, document and execute authenticated API calls across 700+ apps via one MCP server
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
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/renatodts/clickbank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server