ClickBank MCP Server
ClickBank MCP Server
Stdio Model Context Protocol サーバー(ClickBank REST 1.3 用)です。Cursor やその他の MCP ホストは、アナリティクス、注文、商品、Quickstats、配送、チケットを照会できます。書き込み操作(返金、カタログ編集、サブスクリプション変更)は、オプトインしない限り無効です。
セットアップ
ClickBank で API キーを作成します: ClickBank API キーの作成方法。
キーに必要なロールを付与します(
api_order_read、api_products_client、api_order_write、api_subscription_modificationsなど)。.env.exampleをコピーして値を入力します(サーバーが読み取るのはファイルではなくプロセス環境変数です。ホストが注入する場合を除きます)。
npm install
npm run build必須環境変数:
変数 | 目的 |
| Clerk キー( |
| デフォルトのニックネーム(5〜10文字の小文字英数字)。アナリティクスに必須。Quickstats のデフォルト |
|
|
| オプションのレガシー開発者キー。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_productQuickstats:
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
一覧系エンドポイントは 1 ページあたり 100 行を返します。page とオプションの maxPages(最大 10)を渡します。HTTP 206 は、まだページが残っていることを意味します。クライアントは、ClickBank の毎秒 10 リクエストのクォータ内に収まるよう、リクエストの間隔を空けます(約 8/秒)。
開発
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