# io.github.wilmendezofficial/postari (remote · postari.io)

Email marketing y transaccional AI-native: campañas, correos 1-a-1, contactos, flujos y métricas.

- Trust score: 65/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `postari.io`: 65/100 (this document), [markdown](https://verifymcp.io/servers/wilmendezofficial-postari/api-mcp.md), [page](https://verifymcp.io/servers/wilmendezofficial-postari/api-mcp)

## Channel facts

- Endpoint: `https://postari.io/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-03.

- **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 15 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**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1526 tokens (~101/item across 15 items; 15 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 67% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http wilmendezofficial-postari https://postari.io/api/mcp
```

### Codex

```toml
[mcp_servers.wilmendezofficial-postari]
url = "https://postari.io/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wilmendezofficial-postari": {
      "type": "remote",
      "url": "https://postari.io/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add wilmendezofficial-postari --url https://postari.io/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  wilmendezofficial-postari:
    url: "https://postari.io/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "wilmendezofficial-postari": {
      "type": "http",
      "url": "https://postari.io/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-02 (score 65, +1)

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

### 2026-07-31 (score 64, +2)

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

### 2026-07-30 (score 62, −2)

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

### 2026-07-29 (score 64, +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 63, +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 62, 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 62)

First indexed and scored.

## MCP tools (15)

### `send_transactional_email` (~172 tokens)

Envía un correo transaccional 1-a-1 (cotización, recibo, bienvenida, recordatorio) a UNA dirección, usando una plantilla y variables. Síncrono. Requiere scope `send`.

Input parameters:

- `from_name` (string): Nombre del remitente (opcional).
- `html_body` (string): HTML libre (opcional, alternativa a template_id).
- `subject` (string): Asunto (opcional si la plantilla lo trae).
- `template_id` (string): ID de la plantilla en Postari (opcional si mandas subject+html_body).
- `to_email` (string, required): Correo del destinatario.
- `variables` (object): Variables mustache {{var}} para rellenar la plantilla. Ej: {"first_name":"María"}.

### `create_subscriber` (~108 tokens)

Crea o actualiza (upsert) un contacto/suscriptor. Si ya existe, lo actualiza sin duplicar.

Input parameters:

- `country` (string): Código ISO de país, ej "CO".
- `email` (string, required): Correo del contacto (requerido).
- `first_name` (string)
- `last_name` (string)
- `metadata` (object): Campos personalizados.
- `phone` (string)
- `tags` (array): Etiquetas a aplicar.

### `get_subscriber` (~38 tokens)

Busca un contacto por su correo y devuelve sus datos, estado, etiquetas e historial básico.

Input parameters:

- `email` (string, required): Correo a buscar.

### `update_subscriber` (~69 tokens)

Actualiza datos de un contacto existente (nombre, país, teléfono, etiquetas).

Input parameters:

- `country` (string)
- `email` (string, required)
- `first_name` (string)
- `last_name` (string)
- `phone` (string)
- `tags` (array)

### `list_lists` (~23 tokens)

Lista todas las listas de contactos del tenant con su nombre y conteo.

### `create_list` (~34 tokens)

Crea una nueva lista de contactos.

Input parameters:

- `description` (string)
- `name` (string, required): Nombre de la lista.

### `add_subscriber_to_list` (~53 tokens)

Añade un contacto (por email o contact_id) a una lista.

Input parameters:

- `contact_id` (string)
- `email` (string)
- `list_id` (string, required): ID de la lista.

### `tag_subscribers` (~65 tokens)

Añade o quita una etiqueta a varios contactos (por emails o contact_ids).

Input parameters:

- `contact_ids` (array)
- `emails` (array)
- `operation` (string): add (default) o remove.
- `tag` (string, required): Nombre de la etiqueta.

### `trigger_flow` (~64 tokens)

Mete un contacto (por email o contact_id) en un flujo automático para que reciba esa secuencia.

Input parameters:

- `contact_id` (string)
- `email` (string)
- `flow_id` (string, required): ID del flujo.
- `trigger_data` (object)

### `account_stats` (~73 tokens)

Métricas globales de la cuenta (enviados, entregados, aperturas únicas, clics únicos, bajas, rebotes) en un rango de fechas.

Input parameters:

- `from` (string): Fecha inicio YYYY-MM-DD (opcional).
- `to` (string): Fecha fin YYYY-MM-DD (opcional).

### `list_campaigns` (~61 tokens)

Lista las campañas/correos del tenant. Filtrable por estado (draft, scheduled, sending, sent).

Input parameters:

- `limit` (number): 1-500, default 20.
- `status` (string): Filtro de estado (opcional).

### `get_campaign_stats` (~50 tokens)

Métricas reales de una campaña (enviados, aperturas únicas/totales, clics, rebotes, bajas, ingresos).

Input parameters:

- `campaign_id` (string, required): ID de la campaña.

### `launch_campaign` (~428 tokens)

AGÉNTICA · Lanza una campaña de correo COMPLETA desde un brief en lenguaje natural. Postari GENERA el correo (asunto + diseño con la voz y el color de marca del tenant), lo arma sobre una lista y devuelve un BORRADOR con preview (preview_html). Por defecto NO envía: para enviar de verdad, vuelve a llamar con los mismos campos + confirm_send:true (o scheduled_at para agendar). Es la forma de "dile el objetivo y Postari lo logra". Requiere scope `write` (borrador) o `send` (enviar).

Input parameters:

- `blocks` (array): Bloques de contenido propios (opcional · alternativa a brief).
- `brief` (string): Qué comunicar, en lenguaje natural. Ej: "Black Friday 30% OFF en todos los cursos, tono urgente, cierra el viernes". Postari escribe el correo.
- `confirm_send` (boolean): false (default) = solo borrador + preview, no envía. true = ENVÍA de verdad a la lista (requiere scope send + que el tenant tenga habilitados los envíos por agente).
- `cta_label` (string): Texto del botón (opcional).
- `cta_url` (string): URL del botón principal (opcional).
- `from_name` (string): Nombre del remitente (opcional).
- `goal` (string): Objetivo opcional: ventas, reactivación, anuncio, evento…
- `html_body` (string): HTML libre (opcional · alternativa a brief/blocks).
- `list_id` (string, required): UUID de la lista destino (usa list_lists para verlas).
- `scheduled_at` (string): ISO8601 para agendar el envío (opcional · requiere confirm_send).
- `subject` (string): Asunto exacto (opcional · si lo das, no se genera).
- `tone` (string): Tono opcional: cálido, urgente, divertido, profesional…
- `variables` (object): Variables mustache {{var}} (opcional).

### `diagnose_deliverability` (~83 tokens)

Diagnóstico de ENTREGABILIDAD de la cuenta (últimos 28 días): rebotes, quejas de spam, aperturas y salud del dominio (DNS). Devuelve un veredicto (sano/a_vigilar/en_riesgo) + acciones priorizadas. Úsalo antes de un envío grande o si los correos no llegan.

### `get_agent_activity` (~77 tokens)

Transparencia "qué hizo la IA": lista las acciones de la cuenta originadas por un agente/IA (chat Atelier, API de agente, A2A) — qué se hizo, sobre qué y cuándo. Para auditar lo que un agente ejecutó.

Input parameters:

- `limit` (number): 1-100, default 50.

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 62
- 2026-07-29: 64
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 62

## Links

- Remote endpoint: https://postari.io/api/mcp
- Repository: https://github.com/wilmendezofficial/postari
- Website: https://postari.io/
- Changelog RSS feed: https://verifymcp.io/servers/wilmendezofficial-postari/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/wilmendezofficial-postari/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/wilmendezofficial-postari/api-mcp
