flexoffers-mcp
This server exposes the FlexOffers affiliate marketing API (v3) as MCP tools, enabling you to manage affiliate programs, products, promotions, and earnings from AI clients like Claude Desktop, Cursor, or Windsurf.
Browse Advertiser Programs – List, search, and filter affiliate programs by name, category, country, or approval status (
fo_list_advertisers,fo_get_featured_advertisers)Explore Categories – Retrieve all advertiser categories for filtering (
fo_get_categories)Find Promotions & Coupons – Fetch active coupons and promotions filtered by advertiser, category, date range, discount amount, or promo type (
fo_list_promotions,fo_get_promotion_types)Search Products – Search by name, brand, UPC/EAN, or catalog ID with lightweight or full detail responses (
fo_search_products,fo_search_products_full,fo_list_catalogs,fo_count_products)Generate Affiliate Deep Links – Monetize any merchant URL with a tracked affiliate link (
fo_generate_deeplink)Browse Credit Card Offers – List financial card offers filtered by network, credit rating, or advertiser (
fo_list_cards)Track Earnings & Payments – View payout summaries and per-advertiser breakdowns for any date range (
fo_get_payment_summary,fo_get_payment_details)Analyze & Export Reports – List sales with status/date filters, or export performance reports (clicks, approved/pending sales) as CSV, Excel, or XML (
fo_list_all_sales,fo_export_report)
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., "@flexoffers-mcplist my approved advertisers in electronics"
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.
FlexOffers MCP Server 🐝
MCP server para la API de FlexOffers v3. Expone los endpoints más útiles como tools para Claude Desktop, Cursor, Windsurf, o cualquier cliente compatible con MCP.
Instalación
cd flexoffers-mcp
npm install
npm run buildRelated MCP server: CJ MCP Server
Configuración
Claude Desktop
Edita ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"flexoffers": {
"command": "node",
"args": ["/ruta/absoluta/a/flexoffers-mcp/dist/index.js"],
"env": {
"FLEXOFFERS_API_KEY": "tu_api_key_aqui"
}
}
}
}Cursor / Windsurf
Agrega al archivo de configuración MCP del IDE:
{
"mcpServers": {
"flexoffers": {
"command": "node",
"args": ["/ruta/absoluta/a/flexoffers-mcp/dist/index.js"],
"env": {
"FLEXOFFERS_API_KEY": "tu_api_key_aqui"
}
}
}
}Dev (sin compilar)
FLEXOFFERS_API_KEY=xxx npm run devTools disponibles
Tool | Descripción |
| Lista/busca programas de afiliados con filtros |
| Obtiene todas las categorías |
| Anunciantes destacados |
| Cupones y promociones activas |
| Tipos de promoción disponibles |
| Busca productos en el catálogo |
| Productos con datos completos (precio, descuentos) |
| Lista catálogos de productos disponibles |
| Cuenta productos antes de un pull masivo |
| Genera un link de afiliado monetizado |
| Ofertas de tarjetas de crédito |
| Resumen de pagos por periodo |
| Detalle de pagos por anunciante |
| Lista ventas de |
| Exporta reporte de clicks o ventas (CSV) |
Ejemplos de uso (en Claude)
¿Cuáles son mis advertisers aprobados en la categoría de electrónicos?
→ usa fo_list_advertisers con ProgramStatus=Approved
Dame los mejores cupones activos de hoy
→ usa fo_list_promotions con couponsOnly=true y startDate de hoy
Genera un deeplink para https://amazon.com/producto/123
→ usa fo_generate_deeplink
¿Cuánto gané en marzo 2026?
→ usa fo_get_payment_summary con startdate=03/01/2026 enddate=03/31/2026
Trae las ventas de ayer con detalle de productos
→ usa fo_list_all_sales con status=all, reportType=details, startDate=07/16/2026, endDate=07/16/2026, dateType=eventDate, page=1, pageSize=500Maintenance
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
- Flicense-quality-maintenanceAn MCP server that provides AI assistants with access to the FirstPromoter affiliate management platform for managing referrals, promoters, campaigns, and commissions. It is designed for remote multi-user deployment and supports operations via HTTP/SSE transport.Last updated
- Flicense-quality-maintenanceProvides comprehensive access to the Commission Junction affiliate network API for both publishers and advertisers. It enables users to manage affiliate links, track commissions, search for products, and handle order conversions through natural language interfaces.Last updated5
- AlicenseAqualityDmaintenanceMCP server for managing affiliate and referral programs. Track referrals, manage affiliates, process conversions, and handle payouts through AI assistants like Claude, Cursor, and ChatGPT.Last updated18362MIT
- AlicenseAqualityBmaintenanceManages affiliate programs, analytics, incentives, and payouts through MCP-compatible clients.Last updated3929MIT
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
GibsonAI MCP server: manage your databases with natural language
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/juangb87/flexoffers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server