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/mcp

Authenticate with your personal API key as a bearer token (Authorization: Bearer rs_...). An x-api-key header also works.

Get your API key

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_dashboard

All your programs with affiliate, click, sale, revenue and lead stats for a period.

advertiser_list_affiliates

Affiliate partners across your programs, filterable by program and status.

advertiser_list_applications

Pending applicants with their promo plan, websites, socials, answers and track record.

advertiser_update_affiliate_status

Approve, reject or suspend an affiliate partner enrollment.

advertiser_list_transactions

Sales & leads across your programs (filter by type/status); find pending ones to approve.

advertiser_update_transaction_status

Approve or reject a pending sale or lead.

advertiser_list_payouts

Commissions owed, bucketed into due / pending / paid / failed.

advertiser_get_customer_journey

Multi-touch attribution: totals + per-source (Google, Instagram, direct…) conversions, clicks and value.

advertiser_list_conversion_links

Your conversion links with per-link clicks, sales, leads, revenue and conversion rate.

advertiser_create_conversion_link

Create a conversion link; duplicate ref codes are rejected automatically.

advertiser_update_conversion_link

Edit a conversion link’s ref code, campaign type or tags.

advertiser_delete_conversion_link

Delete a conversion link (historical stats are kept).

Tools for affiliates

affiliate_list_my_programs

Programs you have joined, with status, commission and referral link.

affiliate_list_available_programs

Public programs you have not joined yet (still available to apply to).

affiliate_apply_to_program

Apply to a program; instant-approval programs return a referral link right away.

affiliate_get_payouts

Your 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.