What you can ask for
Your whole pipeline, one prompt away.
Swarmhit exposes its outreach engine as tools your assistant can call. No clicking through screens.
Find prospects
Ask for a list by role, industry, and signal. Swarmhit searches 200M+ profiles and returns ranked matches.
Launch campaigns
Spin up multi-step sequences with sender rotation. Start, pause, or duplicate a campaign in one prompt.
Personalize messages
Generate openers that reference each prospect's profile and posts. Review the draft before it sends.
Read the inbox
Pull new replies, summarize threads, and draft a follow-up. Never lose a warm lead to a slow response.
Check results
Ask for reply rates, meetings booked, and pipeline by campaign. Get the number without opening a dashboard.
Sync your stack
Trigger CRM sync and webhooks from chat. Push a contact to HubSpot or Pipedrive on the fly.
Works everywhere
One server. Every MCP client.
MCP is an open standard. If your AI tool supports it, Swarmhit plugs straight in.
Claude
Desktop & web
ChatGPT
Developer mode
Claude Code
CLI & IDE
Plus any agent framework that speaks MCP.
Setup
Connected in two minutes.
- 01
Grab your API key
Open Settings, then Developer in your Swarmhit dashboard. Create a key scoped to the workspace you want to control.
- 02
Add the server to your client
Drop the snippet below into your MCP config. Swarmhit runs as a remote server, so there is nothing to install.
- 03
Start prompting
Restart your client and ask for a prospect list or a campaign. Swarmhit's tools appear automatically.
mcp.json
{
"mcpServers": {
"swarmhit": {
"url": "https://mcp.swarmhit.com",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}FAQ