Every dashboard action is an MCP tool your agent can call.Read the docs
Cursor

Build the product event and the email flow together. Without leaving Cursor.

Connect Cursor to the live email system so it can trace event names from application code into templates, paused flows, and delivery evidence.

One MCP file connects the repository workspace to the hosted email tools.

Agent connection
Cursor

Start with a read-only task

Operator prompt

Inspect the onboarding flow, explain where contacts stop, and show the evidence before proposing a change.

Read-only first task

Connect

Remote MCP

Prompt

Inspect the live system

Boundary

Show before changing

Transport never grants authority

[ 01 / 03 ]Code-aware operation

Keep the implementation and lifecycle setup in one task.

Find event mismatches

Compare event names and payloads in the codebase with the triggers configured in live flows.

Prepare the matching email work

Draft templates and create the corresponding flow paused while Cursor implements the product-side event.

Review before activation

Repository edits and prepared email changes stay inspectable; enabling a flow remains a deliberate step.

[ 02 / 03 ]Connect

Start Cursor with a task you can verify.

Add the endpoint to Cursor's MCP configuration, authorize the project in the browser, and verify the live tools before editing product code.

Cursor opens the OAuth flow the first time it connects.

~/.cursor/mcp.json
{
  "mcpServers": {
    "sendandretain": { "type": "http", "url": "https://sendandretain.com/api/mcp" }
  }
}

Questions people ask us

Connect the code path to the live email path.

Let Cursor trace one product event from source code through the resulting delivery evidence.