Revshare MCP server
Connect an MCP-compatible client to Revshare to read your data and take actions in natural language. The same endpoint serves advertisers and affiliate publishers.
Connection
Streamable HTTP endpoint:
https://revshare.so/api/mcpAuthenticate with your personal API key as a bearer token (Authorization: Bearer rs_...). An x-api-key header also works.
Get your API key
- Advertisers: Dashboard → Account, under “Account details”.
- Affiliates: Profile, under “API & MCP access”.
Example: Claude Desktop / Code
Add a remote MCP server pointing at the endpoint with your key:
{
"mcpServers": {
"revshare": {
"type": "http",
"url": "https://revshare.so/api/mcp",
"headers": {
"Authorization": "Bearer rs_your_api_key_here"
}
}
}
}Tools for advertisers
advertiser_get_dashboardAll your programs with affiliate, click, sale, revenue and lead stats for a period.
advertiser_list_affiliatesAffiliate partners across your programs, filterable by program and status.
advertiser_list_applicationsPending applicants with their promo plan, websites, socials, answers and track record.
advertiser_update_affiliate_statusApprove, reject or suspend an affiliate partner enrollment.
advertiser_list_transactionsSales & leads across your programs (filter by type/status); find pending ones to approve.
advertiser_update_transaction_statusApprove or reject a pending sale or lead.
advertiser_list_payoutsCommissions owed, bucketed into due / pending / paid / failed.
advertiser_get_customer_journeyMulti-touch attribution: totals + per-source (Google, Instagram, direct…) conversions, clicks and value.
advertiser_list_conversion_linksYour conversion links with per-link clicks, sales, leads, revenue and conversion rate.
advertiser_create_conversion_linkCreate a conversion link; duplicate ref codes are rejected automatically.
advertiser_update_conversion_linkEdit a conversion link’s ref code, campaign type or tags.
advertiser_delete_conversion_linkDelete a conversion link (historical stats are kept).
Tools for affiliates
affiliate_list_my_programsPrograms you have joined, with status, commission and referral link.
affiliate_list_available_programsPublic programs you have not joined yet (still available to apply to).
affiliate_apply_to_programApply to a program; instant-approval programs return a referral link right away.
affiliate_get_payoutsYour earnings: due / pending / paid / failed totals, plus what’s ready to be paid.
Monetary values are returned pre-formatted in each program’s currency. Keep your API key secret. Regenerate it any time from the pages linked above.