Mmcp.market

Sendsets MCP server

by AddisonHoff·io.github.AddisonHoff/sendsets·v1.0.0

Cold email API for AI agents: connect mailboxes, warm up, run campaigns and handle replies.

A97/100grade A
What users say
No reviews yet
Be the first
Safety scan
A97/100

full report

Adoption
Growing

0 stars

Reviews

Write one

Nobody has reviewed Sendsets yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Sendsets tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it

no findings
  • –Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 193ms (auth required)20/20
  • –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 97/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Sendsets repository's README, as published. We do not edit it. Read it on GitHub

Sendsets: the cold email API for AI agents

Sendsets gives AI agents a programmable way to run cold email. An agent (Claude Code, Codex, Cursor, Gemini CLI, ChatGPT, or your own code) can connect sending mailboxes, warm them up, build and launch outbound campaigns, add leads, and read and answer replies through an MCP server, a CLI, or a REST API instead of a sales dashboard.

This repository is the public, agent-facing home of Sendsets:

Sign up at app.sendsetsapi.com. Free for up to 10 mailboxes.

What an agent can do with it

The MCP server and the REST API expose the same service-layer tools. What a credential can see is limited by the scopes it was granted.

  • Campaigns: create a draft, add and edit sequence steps, pick sender mailboxes, view leads, logs and stats, start and stop
  • Leads and contacts: add, search, tag, bulk edit, read timelines and sent mail, manage segments
  • Mailboxes: list and inspect connected mailboxes, adjust limits, toggle warmup, set tracking domains, check warmup standing
  • Inbox and replies: list and read threads, draft and send replies, label, snooze, cancel scheduled sends
  • Runs: durable, idempotent, preflighted campaign runs (createrun, getrun, listruns, cancelrun)
  • Suppressions, analytics, webhooks: manage the do-not-contact list, read dashboard analytics, manage signed webhooks

Send-class tools (startcampaign, composeemail, sendreply, and an autonomous createrun) go through a credential-bound policy. A call returns executed, awaiting_approval (a person approves it in the dashboard within 30 minutes), or blocked. Approval can never override a missing opt-out, a suppression, or a mailbox health check.

Connect the MCP server

The server advertises OAuth 2.1 protected-resource metadata (RFC 9728) and supports dynamic client registration, so MCP clients that speak OAuth sign you in through the browser with no key to paste. A static ssk API key from the dashboard works too, as Authorization: Bearer ssk....

Claude Code

claude mcp add --transport http sendsets https://api.sendsetsapi.com/v1/mcp

Or install the plugin, which adds the MCP server and the skills together:

/plugin marketplace add AddisonHoff/sendsets
/plugin install sendsets@sendsets

Claude (claude.ai and Claude Desktop): Settings > Connectors > Add custom connector, URL https://api.sendsetsapi.com/v1/mcp.

Codex

codex plugin marketplace add AddisonHoff/sendsets     # MCP server + skills as a plugin

or just the MCP server:

codex mcp add sendsets --url https://api.sendsetsapi.com/v1/mcp
codex mcp login sendsets

Cursor (~/.cursor/mcp.json)

{
  "mcpServers": {
    "sendsets": { "url": "https://api.sendsetsapi.com/v1/mcp" }
  }
}

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http sendsets https://api.sendsetsapi.com/v1/mcp
Add to Cursor

Sendsets: common questions

Is Sendsets MCP server safe?
Yes, by our scan: it is graded A (97/100). Read the Sendsets safety report
How do I install Sendsets?
It runs remotely at api.sendsetsapi.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Sendsets need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is Sendsets maintained?
The last commit was in the last day (2026-09-26). The latest release is v1.0.0.
Is Sendsets up?
100% of our last 3 checks got an answer. We check remote servers about four times a day.
What can I use instead of Sendsets?
Servers from other publishers that do the same job: Warmerly MCP server, Agent Cold Email MCP server and HeyLead — AI agent for LinkedIn outreach MCP server. Compare all Sendsets alternatives.

Alternatives to Sendsets

Same job from other publishers: the closest match first, then the best rated.

All Sendsets alternatives →
  • Warmerly
    Cold email outreach: find leads, launch campaigns, fix deliverability, answer replies.
    A
  • Agent Cold Email
    Coldrig — cold-email infra run by your agent: 28 MCP tools, live sending, free sandbox, from $99/mo.
    A
  • HeyLead — AI agent for LinkedIn outreach
    AI agent for LinkedIn outreach: finds the right people, writes in your voice, follows up, replies.
    A
  • LinkedIn Ads MCP by AdPlug
    LinkedIn Ads MCP server: 10 tools for campaigns, creatives, audiences, lead forms. Writes preview.
    A
  • YourICP
    Enrich contacts by email or LinkedIn URL and build targeted B2B audiences.
    A

More from AddisonHoff →