ClickBank MCP Server
ClickBank MCP Server
Ein Stdio-Model Context Protocol-Server für ClickBank REST 1.3. Cursor und andere MCP-Hosts können Analysen, Bestellungen, Produkte, Quickstats, Versand und Tickets abfragen. Schreiboperationen (Erstattungen, Katalogänderungen, Abonnementänderungen) sind deaktiviert, sofern Sie sie nicht aktivieren.
Einrichtung
Erstellen Sie einen API-Schlüssel in ClickBank: So erstellen Sie ClickBank-API-Schlüssel.
Erteilen Sie dem Schlüssel die benötigten Rollen (
api_order_read,api_products_client,api_order_write,api_subscription_modificationsusw.).Kopieren Sie
.env.exampleund füllen Sie die Werte aus (der Server liest die Prozessumgebung, nicht die Datei, es sei denn, Ihr Host injiziert sie).
npm install
npm run buildErforderliche Umgebungsvariablen:
Variable | Zweck |
| Clerk-Schlüssel, einschließlich des Präfixes |
| Standard-Nickname (5–10 Kleinbuchstaben und Ziffern). Erforderlich für Analysen; Standard für Quickstats |
| Auf |
| Optionaler Legacy-Entwicklerschlüssel; der Authorization-Header wird zu |
| API-Basis-URL überschreiben (Standard: |
ClickBank verlangt keinen Entwicklerschlüssel mehr. Der Authorization-Header darf weder protokolliert noch committet werden.
Related MCP server: wealthbox-mcp
Cursor
Führen Sie zuerst den Build aus und verweisen Sie Cursor dann auf 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"
}
}
}
}Lassen Sie CLICKBANK_ENABLE_WRITES auf false, außer Sie möchten, dass das Modell Erstattungen durchführen, Produkte löschen oder Abonnements ändern kann.
Werkzeuge
Lese-Werkzeuge sind immer registriert:
Analysen:
get_analytics,get_subscription_analyticsBestellungen:
list_orders,count_orders,get_order,get_order_upsells,check_order_activeProdukte:
list_products,get_productQuickstats:
list_quickstats,summarize_quickstats,list_clickbank_accountsVersand:
list_shippable_orders,count_shippable_orders,get_ship_noticesTickets:
list_tickets,count_tickets,get_ticket,get_refund_amounts
Schreib-Werkzeuge (nur wenn CLICKBANK_ENABLE_WRITES=true):
modify_subscription— Produkttausch, Adresse, Folgeabrechnungsdatum, Verlängerung, Pausierung, Reaktivierungsave_product,delete_productcreate_ship_noticecreate_ticket,update_ticket,confirm_physical_return
Listen-Endpunkte geben 100 Zeilen pro Seite zurück. Übergeben Sie page und optional maxPages (maximal 10). HTTP 206 bedeutet, dass noch weitere Seiten vorhanden sind. Der Client drosselt die Anfragen (~8/s), um unter ClickBanks Limit von 10 Anfragen pro Sekunde zu bleiben.
Entwicklung
npm test
npm run devnpm run dev benötigt weiterhin CLICKBANK_API_KEY in der Prozessumgebung. Die Tests mocken fetch und rufen ClickBank nicht auf.
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