flexoffers-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLEXOFFERS_API_KEY | Yes | Your FlexOffers API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fo_list_advertisersA | List or search advertiser programs. Filter by approval status, category, country, or name. Returns program details including commission rates and tracking links. |
| fo_get_categoriesA | Get all FlexOffers advertiser categories (for building filter UIs). |
| fo_get_featured_advertisersC | Get featured/promoted advertiser programs. |
| fo_list_promotionsB | Fetch active promotions and coupons from FlexOffers. Filter by advertiser, category, promo type, or date range. Use couponsOnly=true for coupon codes only. |
| fo_get_promotion_typesA | Get all promotion type categories (banner, coupon, sale, etc.) with their IDs. |
| fo_search_productsA | Search FlexOffers product catalog. Requires at least one of: cid (catalog ID), name, manufacturer, or UPCorEANs. Returns lightweight product rows. |
| fo_search_products_fullA | Search FlexOffers product catalog with full details including discounts and sale flags. Slower than fo_search_products but richer data. |
| fo_list_catalogsB | List all product catalogs you have access to. Returns catalog IDs (cid) needed for product searches. |
| fo_count_productsA | Count products for a given catalog or filter before doing a full pull. |
| fo_generate_deeplinkA | Generate a monetized FlexOffers deep link for any merchant URL. Returns the affiliate tracking URL. |
| fo_list_cardsC | List financial card offers (credit cards, rewards cards) from FlexOffers. |
| fo_get_payment_summaryA | Get payout summary for a date range. Returns total commissions earned. |
| fo_get_payment_detailsA | Get detailed payout breakdown by advertiser for a date range. |
| fo_export_reportA | Export a performance report (clicks, approved sales, pending sales) for a date range. Returns CSV data as text. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Each tool serves a distinct purpose: counting vs. searching products, listing vs. getting details, reports vs. payment summaries. No two tools have overlapping functionality.
All tools use a consistent 'fo_' prefix followed by a clear verb_noun pattern (e.g., count_products, export_report, generate_deeplink, get_categories). The pattern is uniform and predictable.
With 14 tools covering key areas like products, reports, payments, promotions, and advertisers, the count is well-scoped for the FlexOffers affiliate domain—neither too sparse nor overloaded.
The tool set comprehensively covers the primary operations: product search/count, advertiser listing, link generation, report export, payment details, promotions, and categories. No obvious gaps for standard affiliate tasks.