Requirements
PartnerAds data flows through your normal affiliate MCP connection. Two things must be set up:
1. A connected PartnerAds account. Add your PartnerAds API key on Affiliate - Integrations - PartnerAds. The key is stored encrypted and used only to read your data.
2. The affiliate MCP connection. Connect with your affiliate API key. See the affiliate partners MCP guide. The PartnerAds tools appear on that same connection.
If PartnerAds is not connected yet, the tools return a clear message telling you to add your key first.
How it works
1. Your MCP client calls a PartnerAds tool over the affiliate MCP connection.
2. The MCP server looks up your encrypted PartnerAds key and decrypts it server-side.
3. It calls the relevant PartnerAds XML feed and returns the parsed data.
Tools
Once connected as an affiliate partner, your agent can call these tools. Monetary values come back already formatted in each program’s currency (e.g. “$20.00”).
partnerads_get_balanceYour current PartnerAds balance and expected payout.
partnerads_get_earningsEarnings totals for today, yesterday, week, month and year.
partnerads_get_program_statsLeads/sales and earned amounts per program for a date range.
partnerads_list_salesCreated sales/leads within a date range.
partnerads_list_programsAvailable PartnerAds programs and how to join them.
