mcpbeat

Postari MCP Server

io.github.wilmendezofficial/postari
not responding

Postari is listed as active in the registry but did not answer our last check. It exposes 15 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
0.0%
Uptime 24h
0 of 91 checks
15
Tools
read from the server
76 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add postari --transport http https://postari.io/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "postari": {
      "url": "https://postari.io/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.postari]
url = "https://postari.io/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "postari": {
      "url": "https://postari.io/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "postari": {
      "url": "https://postari.io/api/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

subscriber
add_subscriber_to_list
Añade un contacto (por email o contact_id) a una lista.
create_subscriber
Crea o actualiza (upsert) un contacto/suscriptor. Si ya existe, lo actualiza sin duplicar.
get_subscriber
Busca un contacto por su correo y devuelve sus datos, estado, etiquetas e historial básico.
update_subscriber
Actualiza datos de un contacto existente (nombre, país, teléfono, etiquetas).
account
account_stats
Métricas globales de la cuenta (enviados, entregados, aperturas únicas, clics únicos, bajas, rebotes) en un rango de fechas.
agent
get_agent_activity
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ó.
campaign
get_campaign_stats
Métricas reales de una campaña (enviados, aperturas únicas/totales, clics, rebotes, bajas, ingresos).
campaigns
list_campaigns
Lista las campañas/correos del tenant. Filtrable por estado (draft, scheduled, sending, sent).
create
create_list
Crea una nueva lista de contactos.
diagnose
diagnose_deliverability
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.
launch
launch_campaign
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).
lists
list_lists
Lista todas las listas de contactos del tenant con su nombre y conteo.
send
send_transactional_email
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`.
tag
tag_subscribers
Añade o quita una etiqueta a varios contactos (por emails o contact_ids).
trigger
trigger_flow
Mete un contacto (por email o contact_id) en un flujo automático para que reciba esa secuencia.

Endpoints

URLTransportStateLatencyChecked
https://postari.io/api/mcp streamable-http answering 76 ms 5 min ago

Postari — questions

Answers built from our own checks of this server.

What can Postari do?
It exposes 15 tools, read directly from the server on our last check. Among them: account_stats, add_subscriber_to_list, create_list, create_subscriber, diagnose_deliverability, get_agent_activity and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Postari working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 76 ms. The bar chart above shows every period we have measured.
Is Postari still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Postari as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Postari?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Postari need an API key?
No. Postari completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.