Metadata-Version: 2.4
Name: sendflo-mcp
Version: 0.1.1
Summary: Use Sendflo from Claude Desktop — manage campaigns, contacts, and segments with natural language
Project-URL: Homepage, https://sendflo.io
Project-URL: Repository, https://github.com/rahulxj100/whatsapp
License: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp[cli]>=1.9.0
Description-Content-Type: text/markdown

# sendflo-mcp

Use [Sendflo](https://sendflo.io) from Claude Desktop. Manage campaigns, contacts, and segments with natural language.

## Setup

**1. Get your Sendflo API key**

Sendflo dashboard → Settings → API Keys → Create

**2. Add to Claude Desktop config**

Mac: `~/Library/Application Support/Claude/claude_desktop_config.json`  
Windows: `%APPDATA%\Claude\claude_desktop_config.json`

```json
{
  "mcpServers": {
    "sendflo": {
      "command": "uvx",
      "args": ["sendflo-mcp"],
      "env": {
        "SENDFLO_API_KEY": "sk_sf_your_key_here"
      }
    }
  }
}
```

**3. Restart Claude Desktop**

The Sendflo tools appear under the 🔨 icon in chat.

## Example prompts

- "List my VIP contacts"
- "Create an email campaign for the Diwali sale"
- "Generate a friendly email about 50% off"
- "What are my analytics?"
- "Send campaign 42"

## Requirements

- Claude Desktop (claude.ai/download)
- `uvx` — install via `curl -LsSf https://astral.sh/uv/install.sh | sh`
- Sendflo account with API key
