Content
# GoAffPro MCP Server
MCP server for the GoAffPro affiliate marketing API, running on Cloudflare Workers. Provides multi-store access for Motorbunny, GIDDI, and Pika Vibe.
## Quick Start
```bash
bun install
bun run dev # Local development
bun run deploy # Deploy to production
```
## Setup
1. Get GoAffPro API keys from each store's Settings → Advanced → API Keys
2. Set secrets:
```bash
wrangler secret put GOAFFPRO_API_KEY_MOTORBUNNY
wrangler secret put GOAFFPRO_API_KEY_GIDDI
wrangler secret put GOAFFPRO_API_KEY_PIKAVIBE
wrangler secret put GOOGLE_CLIENT_ID
wrangler secret put GOOGLE_CLIENT_SECRET
wrangler secret put COOKIE_ENCRYPTION_KEY
```
3. Create KV namespace: `wrangler kv namespace create OAUTH_KV` and update the ID in `wrangler.toml`
4. Deploy: `bun run deploy`
5. Add Google OAuth redirect URI in Google Cloud Console: `https://goaffpro-mcp.taboogrow.com/callback`
## Connecting
In Claude Code Settings > Connectors > Add custom connector:
- URL: `https://goaffpro-mcp.taboogrow.com/mcp`
See `CLAUDE.md` for full documentation.
Connection Info
You Might Also Like
AP2
AP2 provides code samples and demos for the Agent Payments Protocol.
google-meta-ads-ga4-mcp
MCP server for Google Ads, Meta Ads & GA4 — works with ChatGPT, Claude,...
nuwax
Nuwax AI enables easy building and deployment of private Agentic AI solutions.
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...
AppClaw
AI-powered mobile automation agent — describe what you want in plain...