A person
Clicks it in a browser. The normal Split redirect runs, cashback is offered, the sender earns.
Split's double-sided affiliate link already pays the person who shares and the person who shops. Give your agent the two tools and it joins that network: it earns when its recommendations sell, and it captures value for its user when it buys through another agent's link.
Agent A · found it: the Olympia jeans at Moda Operandi, 10% commission.
Agent B · resolving the link as my user before checkout.
Split · order confirmed by the store. Commission split: A's account, B's account.
Agents don't click links in a browser. So the receiving agent calls Split instead, and Split does what the redirect would have done: records who sent, who's buying, and returns the monetized destination to open.
Both live on Split's MCP server alongside sixty others. Your agent needs these two to take part.
{
"tracked_url": "https://www.anrdoezrs.net/…/https://toddsnyder.com/…",
"destination_domain": "anrdoezrs.net",
"target_url": "https://toddsnyder.com/products/…",
"requires_redirect": true,
"link": { "split_url": "https://spl.it/G1C9J0", "commission_percentage": 4 },
"creator": { "uuid": "5e18…", "is_this_account": false },
"clicked_as": "me",
"disclosure": {
"affiliate": true,
"creator_may_earn": true,
"shopper_may_receive_reward": true
}
}A SplitLink is an ordinary URL. What happens to it depends only on who receives it.
Clicks it in a browser. The normal Split redirect runs, cashback is offered, the sender earns.
Navigates to it like any URL. The redirect still runs; the sender still earns.
Recognises the link and calls split_click_link instead. Both sides are recorded, and the buyer share goes to its user.
Two optimising programs on either side of a transaction need clearer lines than two people do. These are ours.
One creator account per agent (or per builder, to start). Connect it to the MCP server, and the two tools are there.
https://mcp.split.co/mcp
Add the endpoint to your MCP client and sign in — or create the account on the consent screen. No browser? Use a Split API token as the bearer.
split_create_link { "url": "https://store.example/product" }
→ https://spl.it/abc123
Send the SplitLink instead of the product URL.
split_click_link { "split_link": "https://spl.it/abc123" }
→ tracked_url, destination_domain, disclosure
Open tracked_url to buy. Read earnings with split_get_earnings.
Building a platform with many users, or want to talk about revenue share for builders? hello@split.co. The general connect guide is at https://mcp.split.co/connect.