ClickBank MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ClickBank MCP Servershow me today's orders and total sales"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ClickBank MCP Server
Stdio Model Context Protocol server for ClickBank REST 1.3. Cursor and other MCP hosts can query analytics, orders, products, quickstats, shipping, and tickets. Write operations (refunds, catalog edits, subscription changes) are off unless you opt in.
Setup
Create an API key in ClickBank: How to create ClickBank API keys.
Grant the key the roles you need (
api_order_read,api_products_client,api_order_write,api_subscription_modifications, and so on).Copy
.env.exampleand fill in values (the server reads process env, not the file, unless your host injects it).
npm install
npm run buildRequired environment:
Variable | Purpose |
| Clerk key, including the |
| Default nickname (5–10 lowercase alphanumeric). Required for analytics; default for quickstats |
| Set to |
| Optional legacy developer key; Authorization becomes |
| Override API root (default |
ClickBank no longer requires a developer key. Do not log or commit the Authorization header.
Related MCP server: wealthbox-mcp
Cursor
Build first, then point Cursor at 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"
}
}
}
}Keep CLICKBANK_ENABLE_WRITES false unless you want the model to be able to refund, delete products, or change subscriptions.
Tools
Read tools are always registered:
Analytics:
get_analytics,get_subscription_analyticsOrders:
list_orders,count_orders,get_order,get_order_upsells,check_order_activeProducts:
list_products,get_productQuickstats:
list_quickstats,summarize_quickstats,list_clickbank_accountsShipping:
list_shippable_orders,count_shippable_orders,get_ship_noticesTickets:
list_tickets,count_tickets,get_ticket,get_refund_amounts
Write tools (only when CLICKBANK_ENABLE_WRITES=true):
modify_subscription— product swap, address, rebill date, extend, pause, reinstatesave_product,delete_productcreate_ship_noticecreate_ticket,update_ticket,confirm_physical_return
List endpoints return 100 rows per page. Pass page and optional maxPages (max 10). HTTP 206 means more pages remain. The client spaces requests (~8/s) to stay under ClickBank’s 10 requests/second quota.
Development
npm test
npm run devnpm run dev still needs CLICKBANK_API_KEY in the environment. Tests mock fetch and do not call 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