Skip to main content
Glama
README.md
# Swarmix MCP Server

> Control your AI outreach autopilot from Claude, Cursor, or any MCP client.

[Swarmix](https://swarmix.co) deploys AI agents that find and reach your ideal clients across LinkedIn, Email, X, Instagram, and Blog -- on autopilot. This MCP server lets you manage everything through natural language.

## Install

```bash
npx @swarmix/mcp
```

## Configure

Add to your MCP client config:

```json
{
  "mcpServers": {
    "swarmix": {
      "command": "npx",
      "args": ["@swarmix/mcp"],
      "env": {
        "SWARMIX_API_KEY": "your-jwt-token",
        "SWARMIX_API_URL": "https://swarmix.co"
      }
    }
  }
}
```

## Tools

### Setup & Creation
| Tool | Description |
|------|-------------|
| `setup_business` | One-command setup: select business type -> creates product + agents for recommended channels |
| `create_product` | Create a product/business with website analysis |
| `create_agent` | Create an agent for a specific platform |
| `list_templates` | List available business templates |

### Agent Management
| Tool | Description |
|------|-------------|
| `list_agents` | List all agents with status and platform |
| `get_agent_stats` | Get performance KPIs for an agent |
| `run_agent` | Trigger immediate agent execution |
| `pause_agent` | Pause an active agent |
| `resume_agent` | Resume a paused agent |

### Leads & Analytics
| Tool | Description |
|------|-------------|
| `search_leads` | Search leads by name, email, company, status |
| `get_funnel` | View conversion funnel |
| `get_activity` | View recent activity log |
| `get_dashboard` | Overview of all products and agents |
| `get_credits` | Check credit balance and spending |

## Example Prompts

```
"Set up outreach for my coaching business at lifecoach.com"
"Show me all my agents and their status"
"What are my LinkedIn agent stats for this week?"
"Pause the Instagram agent"
"Search for leads at company Acme"
"How many credits do I have left?"
```

## Pricing

Swarmix uses pay-per-action pricing. Each agent action costs credits:
- Like/Follow: $0.05
- Tweet/Comment/DM/Email: $0.25
- LinkedIn/Instagram Post: $0.50
- Blog Article: $1.00

Start with 50 free actions at [swarmix.co](https://swarmix.co).

## License

MIT -- [Infinite Labs OU](https://infinitelabs.co)

TDQS

A3.7/5.0

Scored across 14 tools

Disambiguation4/5

Tools have clearly distinct purposes with minimal overlap. While create_agent and setup_business both create agents (one manual, one automated), descriptions clearly differentiate them. Similarly, get_activity (logs), get_agent_stats (metrics), get_funnel (conversion stages), and get_dashboard (overview) target different aspects of monitoring without confusion.

Naming Consistency5/5

Perfectly consistent verb_noun snake_case pattern throughout: create_agent, create_product, get_credits, list_agents, pause_agent, search_leads, etc. All 14 tools follow the same structural convention with clear action-oriented verbs.

Tool Count5/5

14 tools is ideal for an outreach automation platform—covering business setup, agent lifecycle management (CRUD equivalents), execution controls, analytics/monitoring, and lead management without bloat. Each tool earns its place in the workflow.

Completeness4/5

Strong coverage of the outreach domain: business/product setup, agent deployment, execution (run/pause/resume), multi-layered analytics (activity logs, stats, funnel, dashboard), and lead search. Minor gaps like missing explicit update_agent or delete_agent operations prevent a perfect score.

Maintenance

ActivityInactive
ResponsivenessNo issues