# Split MCP > Remote MCP server for Split (https://split.co), the creator affiliate platform. Connect any MCP client to a Split account — creators manage links, earnings, and their SplitPage; brands discover creators, run campaigns, and report performance. ## Connecting - MCP endpoint (Streamable HTTP): https://mcp.split.co/mcp - Auth: OAuth 2.0 with dynamic client registration and PKCE. The browser opens on first use; sign in with a Split account, OR create a free creator account on that same screen — there is no separate sign-up step to send the user through first. No API keys to copy. - Onboarding an agent's user who is not on Split yet: just add the endpoint; the consent screen offers "Create account and connect" and the account is live immediately (earnings from the first link; cash-out needs verification in the Split app). Partners may append ?ref= to the authorize URL to be credited for sign-ups. - No browser available? Send a Split API token (Split app → Settings) as the bearer on https://mcp.split.co/mcp instead: `Authorization: Bearer `. Same tools, no OAuth. Long-lived; the person revokes it in the Split app. - Agent platforms holding a partner key can create a creator account for a user by email with POST https://mcp.split.co/partner/signup and receive the token to connect with (the person gets a set-password email). Keys by arrangement: hello@split.co. - Authorization server metadata: https://mcp.split.co/.well-known/oauth-authorization-server - Claude Code: `claude mcp add --transport http split https://mcp.split.co/mcp` - One endpoint serves both audiences: the server works out at sign-in whether the account is a creator or a brand and exposes the matching tools. ## Capabilities - Creators: create and manage affiliate links, performance and earnings analytics, SplitPage sections and collections (with cover images), profile and settings, gifts and bonuses, brand messages, product and brand discovery. New creator? Call split_next_steps first (or use the get-started prompt): it reads the account and returns the stage and the exact next actions. - Agent checkout: split_monetize_url turns a product URL into a tracked destination URL that a checkout runner can open directly, so a purchase completed by an agent is credited to the creator without following a redirect. Providers act as one creator account; per-user attribution via tags or an anonymous shopper id. - Agent to agent: when your agent RECEIVES a SplitLink (https://spl.it/) from another agent or a creator, call split_click_link instead of navigating to it. The sender keeps attribution, this account is the shopper and gets the buyer share, and the result names the destination domain and disclosure flags before you open anything. Sending a product link on? Create a SplitLink first with split_create_link. See https://mcp.split.co/agents. - Brands: creator roster and groups, creator discovery and search, campaigns and incentives, gifting and lookbooks, 1:1 and broadcast messaging, performance reporting, account and billing. - Safety: reads need no approval; actions that send messages, spend money, or can't be undone require explicit confirmation parameters. ## Pages - [Overview](https://mcp.split.co/): what the server does and how to connect - [Connect an agent](https://mcp.split.co/connect): the endpoint, both ways to authenticate, partner sign-up - [Connect Muse](https://mcp.split.co/connect/muse): for Meta's Muse — reveal the API token, store it in Muse's vault. The step-by-step skill (vault call, transport, identity headers, result shape) is at https://mcp.split.co/connect/muse/skill.md - [Agentic commerce](https://mcp.split.co/agentic-commerce): how Split fits agent-driven shopping - [Split for agents](https://mcp.split.co/agents): agent-to-agent affiliate — create a SplitLink on the way out, click one on the way in, both accounts earn; the rules agents follow - [Split](https://split.co): the platform itself — join as a creator or a brand