MCP Affiliate Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWIN_API_KEY | Yes | API key for Awin affiliate network | |
| AWIN_PUBLISHER_ID | Yes | Publisher ID for Awin affiliate network | |
| AMAZON_PARTNER_TAG | Yes | Partner tag for Amazon Associates (e.g., yourtag-21) |
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 | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_productsA | Search for products across affiliate networks (Awin, Amazon, Tradedoubler, AliExpress). Returns products with prices and affiliate links. |
| match_bomA | Match a Bill of Materials (list of components/parts) against affiliate product catalogs. Returns best matches with prices and affiliate links for each item. Ideal for project material lists. |
| generate_affiliate_linkA | Convert a regular product URL into an affiliate tracking link. Supports Awin merchants, Amazon, and Tradedoubler. |
| list_merchantsA | List all configured affiliate merchants with their networks, commission rates, and feed status. |
| sync_feedsA | Download and update product feeds from Awin and Tradedoubler. Run this to refresh the local product database. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| feed-status |
TDQS
Scored across 5 tools
Each tool serves a clearly distinct purpose: searching products, matching a BOM, generating links, listing merchants, and syncing feeds. There is minimal overlap; even search_products and match_bom differ in input type (single query vs. list).
All tool names follow a consistent verb_noun pattern: search_products, match_bom, generate_affiliate_link, list_merchants, sync_feeds. No mixed conventions or vague verbs.
With 5 tools, the server is well-scoped for an affiliate marketing domain. Each tool covers a core function without unnecessary bloat or minimalism.
The tool set covers primary workflows: finding products, generating affiliate links, managing merchants, and refreshing feeds. Minor gaps exist, such as no direct product detail lookup or merchant mutation, but these are workarounds or out of scope.