Claude Code
Connect Claude Code to Extole and manage your referral programs from the terminal.
Connect your Extole programs to Claude Code and manage referrals from the terminal.
Claude Code is the command-line version of Anthropic's Claude. Once connected to Extole, you can run reports, inspect program configuration, and make changes to your programs in any Claude Code session.
Looking for Claude Desktop?If you prefer the desktop app, see the Claude Desktop guide instead.
Requirements
Every person who wants to use the Extole MCP must complete setup individually.
You'll need:
- Claude Code installed
- An active Extole user account
- MCP access enabled for your Extole organization (contact your administrator if unsure)
Setup
Step 1: Add the Extole MCP server
In your terminal, run:
claude mcp add --transport http extole https://mcp.extole.comStep 2: Start a new Claude Code session
claudeStep 3: Authenticate with Extole
- Run
/mcpto open the MCP servers list. - Navigate to the Extole MCP server entry and select it.
- Press Enter to select Authenticate.
- Your browser will open to an Extole authorization page.
- Review the permissions and click Authorize.
Extole will create an access token linked to your user account.
Step 4: Verify the connection
The Extole server should now show as connected in the /mcp list. You can test it by asking about your programs in the chat.
Using the MCP
Once connected, you can interact with your Extole programs in any Claude Code session.
Enter a prompt such as:
"Pull the conversion report for my refer-a-friend program for the past 30 days."
"What's the current advocate reward in the holiday campaign?"
"Update the friend coupon value in campaign X to 15% off."
Claude Code will call the appropriate Extole tools and return results inline.
Tool approvalBy default, Claude Code will prompt you to approve each MCP tool call. To pre-approve all Extole tools, start Claude Code with:
claude --allowed-tools 'mcp__extole__*'Or add
mcp__extole__*to theallowedToolslist in your Claude Code settings.
Write operationsActions that modify programs, rewards, or campaign components execute immediately under your Extole permissions and are recorded in the Extole change log. Review tool calls carefully before approving write operations.
Updated 19 days ago
