# Mailcannon (remote · www.thinkandautomate.dev)

AI-powered email outreach platform — send campaigns with deliverability tracking.

- Trust score: 57/100 (low)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `www.thinkandautomate.dev`: 57/100 (this document), [markdown](https://verifymcp.io/servers/ainaluc-mailcannon/api-mcp.md), [page](https://verifymcp.io/servers/ainaluc-mailcannon/api-mcp)

## Channel facts

- Endpoint: `https://www.thinkandautomate.dev/api/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 34 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 1078 tokens (~31/item across 34 items; 34 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 72/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 17% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ainaluc-mailcannon https://www.thinkandautomate.dev/api/mcp
```

### Codex

```toml
[mcp_servers.ainaluc-mailcannon]
url = "https://www.thinkandautomate.dev/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ainaluc-mailcannon": {
      "type": "remote",
      "url": "https://www.thinkandautomate.dev/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ainaluc-mailcannon --url https://www.thinkandautomate.dev/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ainaluc-mailcannon:
    url: "https://www.thinkandautomate.dev/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ainaluc-mailcannon": {
      "type": "http",
      "url": "https://www.thinkandautomate.dev/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-03 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 55, +4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 51, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 51, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 50, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 49, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 49)

First indexed and scored.

## MCP tools (34)

### `add_contact` (~57 tokens)

Add a single contact

Input parameters:

- `company` (string)
- `email` (string, required)
- `firstName` (string, required)
- `lastName` (string)
- `tags` (array)
- `title` (string)

### `add_contacts` (~23 tokens)

Bulk add contacts (max 100)

Input parameters:

- `contacts` (array, required)

### `list_contacts` (~12 tokens)

List all contacts

### `remove_contact` (~21 tokens)

Remove a contact by ID

Input parameters:

- `id` (string, required)

### `update_contact_tags` (~34 tokens)

Set tags on a contact (replaces all tags)

Input parameters:

- `id` (string, required)
- `tags` (array, required)

### `list_tags` (~16 tokens)

List all unique tags across your contacts

### `create_campaign` (~21 tokens)

Create a new email campaign

Input parameters:

- `name` (string, required)

### `add_campaign_step` (~54 tokens)

Add a sequence step (delay in hours, subject, body)

Input parameters:

- `body` (string, required)
- `campaignId` (string, required)
- `day` (number, required): Delay in hours
- `subject` (string, required)

### `list_campaigns` (~16 tokens)

List all campaigns with their steps

### `delete_campaign` (~23 tokens)

Delete a campaign and all its steps

Input parameters:

- `id` (string, required)

### `update_campaign` (~28 tokens)

Update a campaign's name

Input parameters:

- `id` (string, required)
- `name` (string, required)

### `delete_campaign_step` (~23 tokens)

Delete a step from a campaign

Input parameters:

- `id` (string, required)

### `update_campaign_step` (~52 tokens)

Update a campaign step's day, subject, or body

Input parameters:

- `body` (string)
- `day` (number): Delay in hours
- `id` (string, required)
- `subject` (string)

### `schedule_campaign` (~80 tokens)

Assign contacts to a campaign and schedule it

Input parameters:

- `campaignId` (string, required)
- `contactIds` (array): Contact IDs (ignored if tags provided)
- `providerId` (string): Provider ID (optional)
- `startAt` (string): ISO date (optional)
- `tags` (array): Filter contacts by tag (overrides contactIds)

### `list_schedules` (~15 tokens)

List all scheduled campaign runs

### `process_campaigns` (~36 tokens)

Process all due campaign schedules (includeFailed: true to retry failed ones)

Input parameters:

- `includeFailed` (boolean): Also retry failed schedules

### `add_provider` (~62 tokens)

Add an email provider

Input parameters:

- `args` (array)
- `command` (string)
- `env` (object)
- `kind` (string, required)
- `name` (string, required)
- `transport` (string)
- `url` (string)

### `list_providers` (~14 tokens)

List all email providers

### `remove_provider` (~21 tokens)

Remove a provider by ID

Input parameters:

- `id` (string, required)

### `get_deliverability` (~24 tokens)

Get deliverability stats (sent, opens, bounces, replies)

### `create_task` (~46 tokens)

Create a new task

Input parameters:

- `description` (string)
- `dueDate` (string): ISO date (optional)
- `priority` (string)
- `title` (string, required)

### `list_tasks` (~12 tokens)

List all tasks

### `update_task` (~62 tokens)

Update a task's status, priority, or fields

Input parameters:

- `description` (string)
- `dueDate` (string)
- `id` (string, required)
- `priority` (string)
- `status` (string)
- `title` (string)

### `delete_task` (~21 tokens)

Delete a task by ID

Input parameters:

- `id` (string, required)

### `get_setting` (~25 tokens)

Get a user setting (e.g. timezone)

Input parameters:

- `key` (string, required)

### `set_setting` (~38 tokens)

Set a user setting (e.g. timezone to 'America/New_York')

Input parameters:

- `key` (string, required)
- `value` (string, required)

### `list_settings` (~13 tokens)

List all user settings

### `send_test_email` (~49 tokens)

Send a test email to yourself to preview formatting

Input parameters:

- `body` (string, required)
- `providerId` (string): Provider ID (optional, uses first available)
- `subject` (string, required)

### `check_domain_deliverability` (~43 tokens)

Check SPF, DKIM, DMARC records for a domain

Input parameters:

- `domain` (string, required): Domain to check (e.g. thinkandautomate.dev)

### `check_email_spam_score` (~34 tokens)

Analyze email subject/body for spam trigger words

Input parameters:

- `body` (string, required)
- `subject` (string, required)

### `pause_campaign` (~28 tokens)

Pause a campaign — stops processing all active schedules for this campaign

Input parameters:

- `id` (string, required)

### `resume_campaign` (~27 tokens)

Resume a paused campaign — reactivates all paused schedules

Input parameters:

- `id` (string, required)

### `retry_failed` (~17 tokens)

Reset all failed schedules to active for retry

### `check_step_spam_score` (~31 tokens)

Check a campaign step's subject and body for spam triggers

Input parameters:

- `stepId` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ainaluc-mailcannon/api-mcp#diagnostics

## Score history

- 2026-08-04: 57
- 2026-08-03: 56
- 2026-08-02: 55
- 2026-08-01: 55
- 2026-07-31: 55
- 2026-07-30: 51
- 2026-07-29: 51
- 2026-07-28: 50
- 2026-07-27: 49
- 2026-07-26: 49

## Links

- Remote endpoint: https://www.thinkandautomate.dev/api/mcp
- Authorisation metadata: https://www.thinkandautomate.dev/.well-known/oauth-protected-resource/api/mcp
- Repository: https://github.com/AinaLuc/mailcannon
- Changelog RSS feed: https://verifymcp.io/servers/ainaluc-mailcannon/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ainaluc-mailcannon/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ainaluc-mailcannon/api-mcp
