Skip to main content
Glama

ClickBank MCP Server

Stdio Model Context Protocol サーバー(ClickBank REST 1.3 用)です。Cursor やその他の MCP ホストは、アナリティクス、注文、商品、Quickstats、配送、チケットを照会できます。書き込み操作(返金、カタログ編集、サブスクリプション変更)は、オプトインしない限り無効です。

セットアップ

  1. ClickBank で API キーを作成します: ClickBank API キーの作成方法

  2. キーに必要なロールを付与します(api_order_readapi_products_clientapi_order_writeapi_subscription_modifications など)。

  3. .env.example をコピーして値を入力します(サーバーが読み取るのはファイルではなくプロセス環境変数です。ホストが注入する場合を除きます)。

npm install
npm run build

必須環境変数:

変数

目的

CLICKBANK_API_KEY

Clerk キー(API- プレフィックスを含む)

CLICKBANK_ACCOUNT

デフォルトのニックネーム(5〜10文字の小文字英数字)。アナリティクスに必須。Quickstats のデフォルト

CLICKBANK_ENABLE_WRITES

true に設定すると、返金、商品、出荷通知、サブスクリプションのツールを登録します

CLICKBANK_DEV_KEY

オプションのレガシー開発者キー。Authorization は DEV-…:API-… になります

CLICKBANK_BASE_URL

API ルートを上書き(デフォルトは https://api.clickbank.com/rest/1.3

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_analyticsget_subscription_analytics

  • 注文: list_orderscount_ordersget_orderget_order_upsellscheck_order_active

  • 商品: list_productsget_product

  • Quickstats: list_quickstatssummarize_quickstatslist_clickbank_accounts

  • 配送: list_shippable_orderscount_shippable_ordersget_ship_notices

  • チケット: list_ticketscount_ticketsget_ticketget_refund_amounts

書き込みツール(CLICKBANK_ENABLE_WRITES=true の場合のみ):

  • modify_subscription — 商品の交換、住所、再請求日、延長、一時停止、復元

  • save_productdelete_product

  • create_ship_notice

  • create_ticketupdate_ticketconfirm_physical_return

一覧系エンドポイントは 1 ページあたり 100 行を返します。page とオプションの maxPages(最大 10)を渡します。HTTP 206 は、まだページが残っていることを意味します。クライアントは、ClickBank の毎秒 10 リクエストのクォータ内に収まるよう、リクエストの間隔を空けます(約 8/秒)。

開発

npm test
npm run dev

npm run dev でも環境内に CLICKBANK_API_KEY が必要です。テストは fetch をモックし、ClickBank を呼び出しません。

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    Exposes the Wealthbox CRM API to MCP-enabled clients, enabling operations on contacts, tasks, events, notes, opportunities, projects, workflows, and more.
    51
    10
    3
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides comprehensive access to the Constant Contact API v3 for email marketing, campaign management, contact management, analytics, and automation through MCP tools.
    2

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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