distribute.you Claude Code Integration

Use distribute.you directly from Claude Code.

Connect

claude mcp add --transport http distribute https://mcp.distribute.you/mcp --header "Authorization: Bearer distrib.usr_YOUR_KEY"

The server is hosted at https://mcp.distribute.you/mcp and speaks Streamable HTTP, so this registers a URL rather than installing anything. Claude Code then has the 6 distribute.you tools.

Verify

Ask Claude Code:

"Check my distribute.you connection"

It calls the distribute_status tool and shows your user id and org id.

Usage

Describe what you want in natural language:

"Read acme.com, suggest who I should be targeting,
then show me what my running campaigns are costing"

Claude Code will:

  1. Call distribute_suggest_icp with the website
  2. Call distribute_list_campaigns to find what is running
  3. Call distribute_campaign_stats for each one

Creating a brand or launching a campaign is not one of these tools. That is a call to the REST API, or a signup in the dashboard.

Example prompts

  • "Show me all my brands"
  • "Which workflows can I run?"
  • "Get the stats for campaign camp_abc123"
  • "Read acme.com and tell me who to target"
  • "Which of my campaigns stopped?"

All 6 tools

See the full Tools Reference for what each one does.