{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "agent-cold-email",
  "displayName": "agent-cold-email",
  "version": "0.1.0",
  "description": "Agent-native cold-email infrastructure. One bearer token, ~12 curated tools provision isolated branded domains and mailboxes, run sequences, and manage replies. Early access — not yet available for real sending; no deliverability guarantees.",
  "homepage": "https://agent-cold-email.pages.dev/",
  "documentation": "https://agent-cold-email.pages.dev/docs.html",
  "license": "MIT",
  "author": {
    "name": "EpiphanyMade",
    "url": "https://agent-cold-email.pages.dev/"
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://agent-cold-email-api.yaakovscher.workers.dev/mcp"
  },
  "auth": {
    "type": "bearer",
    "description": "One token per tenant, obtained via POST https://agent-cold-email-api.yaakovscher.workers.dev/signup (no auth required for signup itself). Pass as Authorization: Bearer <token>."
  },
  "status": "early-access",
  "statusNote": "No live production deployment yet; not yet available for real sending. Free/demo tenants run entirely against a sandboxed simulator with no real vendor spend.",
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    { "name": "setup_infrastructure", "description": "Buy branded lookalike domains, provision mailboxes, start warmup." },
    { "name": "infrastructure_status", "description": "Provisioning + warmup progress, per-mailbox health, send-readiness date." },
    { "name": "launch_campaign", "description": "Create and activate a sequence against a lead list." },
    { "name": "campaign_results", "description": "Per-campaign sends, replies, bounces, complaints." },
    { "name": "metrics", "description": "Account-wide deliverability + warmup health." },
    { "name": "inbox", "description": "Unified reply inbox across all mailboxes." },
    { "name": "thread", "description": "Full message history for one thread." },
    { "name": "reply", "description": "Send a reply on a thread; stop-on-reply is automatic." },
    { "name": "mark", "description": "Mark a thread read, unread, or archived." },
    { "name": "pause", "description": "Pause one campaign." },
    { "name": "pause_all", "description": "Pause every campaign for the tenant." },
    { "name": "account", "description": "Usage, billing, and quota." }
  ],
  "guardrails": [
    "per-tenant domain and mailbox isolation",
    "suppression list + RFC 8058 one-click unsubscribe",
    "per-mailbox daily send caps",
    "full CAN-SPAM opt-out flow",
    "complaint-rate auto-pause",
    "lookalike-domain generation scoped to the customer's own brand only"
  ],
  "openapi": "https://agent-cold-email.pages.dev/openapi.yaml",
  "repository": "https://github.com/YS-projectcalc/agent-cold-email"
}
