# coldsend-mcp

AI-native cold email campaign management via Model Context Protocol.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add pipelinescientists/coldsend-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list pipelinescientists/coldsend-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get pipelinescientists/coldsend-mcp campaigns.create

# Call a tool
npx -y @smithery/cli@latest tool call pipelinescientists/coldsend-mcp campaigns.create '{}'
```

## Direct MCP Connection

Endpoint: `https://coldsend-mcp--pipelinescientists.run.tools`

**Required config:**
- `x-api-key` (header) — Your ColdSend API key

## Tools (30)

- `campaigns.create`
- `campaigns.list`
- `campaigns.get`
- `campaigns.pause`
- `campaigns.resume`
- `campaigns.delete`
- `leads.upload`
- `leads.list`
- `leads.delete`
- `leads.stats`
- `analytics.campaign`
- `analytics.account`
- `analytics.inbox`
- `analytics.compare`
- `domains.list`
- `domains.get`
- `domains.add`
- `domains.verify`
- `domains.progress`
- `domains.delete`
- `sender.list`
- `sender.create_coldsend`
- `sender.create_smtp`
- `sender.test`
- `sender.pause`
- `sender.resume`
- `sender.delete`
- `sender.health`
- `campaigns.update`
- `campaigns.activate`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get pipelinescientists/coldsend-mcp <tool-name>
```

## Resources

- `account://limits`

## Prompts (4)

- `campaign_performance_review` (campaign_id)
- `lead_import_assistance` (csv_description)
- `campaign_launch_checklist`
- `troubleshoot_low_engagement`
