distribute.you MCP Server

Use distribute.you from Claude Code, Claude Desktop, Cursor, or any MCP-compatible client.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools. distribute.you runs a hosted MCP server with 6 tools for reading and steering your outreach.

Connect

The server is hosted and speaks Streamable HTTP, so there is no package to install. From Claude Code, one command:

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

See Installation for Claude Desktop, Cursor, and every other client.

How it works

Your client opens an HTTP connection to https://mcp.distribute.you/mcp and sends your API key as a Bearer token. The server calls the distribute.you API on your behalf, as the org that key belongs to.

  1. Register the endpoint and the header with your client
  2. Your client discovers the 6 tools it advertises
  3. Describe what you want in natural language
  4. The AI translates that into tool calls

Example prompts

"Show me the brands on my account"
"Which of my campaigns are still running?"
"What did my latest campaign produce, and what did it cost?"
"Read acme.com and suggest who I should be targeting"
"Which workflows can I run?"

Tools

ToolWhat it does
distribute_statusCheck the distribute.you connection status and configuration. Answers with the user and org the key acts for, so it is the way to tell a working key from a missing header.
distribute_list_brandsList all your brands, the companies and websites you promote through campaigns.
distribute_suggest_icpAnalyze a brand's website and suggest an Ideal Customer Profile. Use it when the user does not know who to target. Returns a description of the ideal customers to aim a campaign at.
distribute_list_campaignsList all your cold email campaigns. Takes an optional status of ongoing, stopped or all.
distribute_campaign_statsGet statistics for one campaign, by campaign id: what it produced and what it cost.
distribute_list_workflowsList all available workflows, including the ones written in the style of a named industry expert.

The full Tools Referencecarries the same list with each tool's arguments. Anything beyond these is reachable over the REST API, which covers every operation the platform has.

Authentication

The server takes one header, the same one the REST API takes:

Authorization: Bearer distrib.usr_YOUR_KEY

Get your API key at dashboard.distribute.you/api-keys. Every developer surface is named together at https://distribute.you/developers.