{
  "markdown": "# Nitrosend Claude Plugin\n\nUse Nitrosend from Claude through the production remote MCP server. The plugin\nadds guided workflows for account setup, templates, campaigns, flows,\ntransactional messages, contacts, and analytics.\n\n## Install\n\nFor local use or source review, clone this repository and load it directly:\n\n```bash\nclaude --plugin-dir /absolute/path/to/claude\n```\n\nThis repository is itself a plugin marketplace, so the standard install is:\n\n```text\n/plugin marketplace add nitrosend/claude\n/plugin install nitrosend@nitrosend\n```\n\nIf the plugin also appears in Anthropic's official directory catalog, installing\nit from there is equivalent.\n\n## Connect\n\nThe bundled `.mcp.json` connects to:\n\n```text\nhttps://api.nitrosend.com/mcp\n```\n\nOpen the MCP or connectors UI in the Claude client, select `nitrosend`, and\ncomplete browser OAuth for the intended Nitrosend login. Then ask Claude to\ncall `nitro_get_status` and confirm the returned account and brand.\n\nDo not install the Nitrosend CLI or request an API key for normal Claude\nplugin, Claude Desktop, Claude.ai, or Cowork setup. The CLI is for terminal,\nCI, and headless runner workflows outside this plugin.\n\nSee [SETUP.md](./SETUP.md) for account switching and troubleshooting.\n\n## What Is Included\n\nThe production MCP catalog is authoritative. Claude must use the tools exposed\nby the connected session and must never offer a tool that is absent. Some\nearly-access capabilities, including inbox and outreach operations, are\naccount-gated and therefore may not appear.\n\nCurrent workflow groups include:\n\n- **Context and docs:** `nitro_get_status`, `nitro_select_account`,\n  `nitro_select_brand`, `nitro_search_docs`\n- **Brand and sending setup:** `nitro_set_brand_kit`,\n  `nitro_configure_account`, `nitro_manage_domains`,\n  `nitro_configure_providers`\n- **Audience:** `nitro_import_contacts`, `nitro_manage_audience`,\n  `nitro_define_segment`, `nitro_search_contacts`, `nitro_query`\n- **Authoring:** `nitro_manage_template`, `nitro_compose_campaign`,\n  `nitro_compose_flow`, `nitro_ingest`\n- **Review and delivery:** `nitro_review_delivery`,\n  `nitro_send_test_message`, `nitro_control_delivery`, `nitro_send_message`\n- **Operations:** `nitro_get_insights`, `nitro_manage_billing`,\n  `nitro_request_support`, `nitro_set_memory`\n\nSupported BYO email providers are Mailgun, Amazon SES, Postmark, Resend, and\nSendGrid. The connected tool schema remains the authority if that set changes.\n\n### Skills\n\n| Skill | Command | Purpose |\n|---|---|---|\n| Setup | `/nitrosend:setup` | Connect and complete account readiness |\n| Compose Email | `/nitrosend:compose-email` | Create or edit a reusable template |\n| Send Campaign | `/nitrosend:send-campaign` | Draft, review, test, approve, and deliver a campaign |\n| Send Transactional | `/nitrosend:send-transactional` | Send or integrate one-recipient application messages |\n| Build Flow | `/nitrosend:build-flow` | Build and publish event-driven automation |\n| Import Contacts | `/nitrosend:import-contacts` | Import consented contacts |\n| Analytics | `/nitrosend:analytics` | Inspect account, campaign, flow, or message performance |\n| Email Marketing Bible | `/nitrosend:email-marketing-bible` | Apply durable email-marketing principles |\n\n### Email Marketer Agent\n\nThe bundled `email-marketer` agent routes work through the tools actually\navailable in the live MCP session. In Claude Code, manage it from `/agents` or\ninvoke it by its scoped agent name when the client exposes plugin agents.\n\nIn MCP-Apps-capable hosts (Claude.ai and Claude Desktop),\n`nitro_compose_campaign` and `nitro_manage_template` results also render an\ninline preview of the composed email alongside the text response.\n\n## Desktop Extension (Claude Desktop)\n\nThe [`mcpb/`](./mcpb/) directory packages Nitrosend as a Claude Desktop\nextension (`.mcpb`): a one-click install that proxies to the same production\nMCP server with browser OAuth by default and an optional account-pinning API\nkey setting. Build it with `cd mcpb && npm ci --omit=dev && npx\n@anthropic-ai/mcpb pack . dist/nitrosend.mcpb`; see\n[mcpb/README.md](./mcpb/README.md) for install, troubleshooting, and the\nextension privacy policy.\n\n## Requirements\n\n- A current Claude client with plugin and remote MCP support\n- A Nitrosend account accessible through browser OAuth\n- Network access to `https://api.nitrosend.com/mcp`\n\n## Validate\n\nValidate a local checkout with the current Claude Code plugin validator:\n\n```bash\nclaude plugin validate --strict /absolute/path/to/claude\n```\n\nThen load it with `--plugin-dir`, open `/mcp`, connect `nitrosend`, call\n`nitro_get_status`, and confirm the active account and brand before performing\nany mutation.\n\n## Links\n\n- [Nitrosend](https://nitrosend.com)\n- [Nitrosend API](https://docs.nitrosend.com/api)\n- [Nitrosend SDK](https://www.npmjs.com/package/@nitrosend/sdk)\n- [Setup guide](./SETUP.md)\n\n## License\n\nMIT\n",
  "bytes": 4896,
  "sha": "0106e114072b1ea3df3efa0b4f2fe7a69dacac1d38c8d4874781ce520b9416d1",
  "repo_slug": "nitrosend/claude",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_nitrosend_claude_nitrosend_ai_first_emai_8ae20e87/readme"
}