mcpbeat Sign in

PulsyAI MCP Server

answering

PulsyAI is answering right now. Last checked 11 min ago. It exposes 3 tools.

Send SMS, WhatsApp & email, manage contacts and campaigns, and pull reports via Pulseem.

Uptime history 47 days of history · worst day 99%
47 days agonow
100.0%
Uptime 24h
182 of 182 checks
3
Tools
read from the server
563 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 7

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 8 August 2026. No other catalogue keeps this.

8 Aug 4 tools disappeared call_pulseem_api, get_pulseem_api_docs, get_pulseem_instructions and 1 more
8 Aug 3 tools appeared call_pulseem_ui_api, get_pulseem_ui_instructions, list_pulseem_ui_operations

PulsyAI missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

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

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

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Available tools 3

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

pulseem
get_pulseem_ui_instructions
⚠️ ALWAYS call this tool FIRST before any other Pulseem UI tool. Returns: - All available operations and their required fields - Full JSON examples for CreateEmailCampaign, CreateSmsCampaign, AddClients, AddGroups - Report operations: GetEmailReport, GetEmailDetailReport, GetSmsReport, GetCampaignReportByReceipients - Client/product operations: GetClientsData, AddClientProduct, AddClientPageView, AddProduct - Statistics operations: GetStatistics, GetSubscribersCount, GetAccountTotalSubscribers - Authentication rules and error codes
list_pulseem_ui_operations
Returns live list of ALL available Pulseem UI operations (from the live Swagger spec). Use this ONLY if you need to verify exact operationIds before calling CallPulseemUiApi.
call
call_pulseem_ui_api
Executes any Pulseem UI API operation. BEFORE CALLING: Always call GetPulseemUiInstructions first. operationId (case-insensitive): CheckConnection [GET], CreateEmailCampaign [POST], CreateSmsCampaign [POST], AddClients [POST], GetClientsData [POST], AddClientProduct [POST], AddClientPageView [POST], GetAllGroups [POST], AddGroups [POST], GetStatistics [GET+pathParam], GetSubscribersCount [GET], GetAccountTotalSubscribers [GET], AddProduct [POST], GetSmsReport [POST], GetEmailReport [POST], GetEmailDetailReport [POST], GetCampaignReportByReceipients [POST] pathParamsJson — ONLY for GetStatistics: {"id":"<notificationId>"} For GET operations (CheckConnection, GetStatistics, GetSubscribersCount, GetAccountTotalSubscribers), payloadJson is ignored — pass {} for payloadJson.

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

call_pulseem_api
removed 8 Aug 2026
get_pulseem_api_docs
removed 8 Aug 2026
get_pulseem_instructions
removed 8 Aug 2026
list_pulseem_operations
removed 8 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://mcp.api.pulseem.com/mcp_{token}/mcp streamable-http answering 404 ms 11 min ago
https://mcp.ui-api.pulseem.com/mcp_{token}/mcp streamable-http answering 440 ms 11 min ago

Alternatives to PulsyAI

same job, measured the same way
Emailoctopus
by usefulapi

Manage lists, contacts and campaigns, and read campaign performance reports on EmailOctopus.

13 tools answering
Mailchimp MCP Server
by cyanheads

Mailchimp via MCP: draft, test, and send campaigns; manage audiences and subscribers; pull reports.

101 installs/wk local only
Apple Ads
by happygallo

Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.

75 installs/wk local only
Apple Search Ads
by b77

Manage Apple Ads campaigns and reporting in chat.

answering
SureSMS
by suresms

Send SMS, manage contacts and groups, and read delivery reports. OAuth 2.1 SureSMS login.

answering
MCP Zenvia
by codespar

MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports

27 installs/wk local only
Amazonads MCP
by cprice70

MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports

34 installs/wk local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only

PulsyAI — questions

Answers built from our own checks of this server.

What can PulsyAI do?
It exposes 3 tools, read directly from the server on our last check. Among them: call_pulseem_ui_api, get_pulseem_ui_instructions, list_pulseem_ui_operations. 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 PulsyAI working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 182 of 182 checks got a reply (100.0%), average response time 563 ms. The bar chart above shows every period we have measured.
Did PulsyAI ever remove tools?
Yes. call_pulseem_api, get_pulseem_api_docs, get_pulseem_instructions, list_pulseem_operations are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect PulsyAI?
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 PulsyAI need an API key?
No. PulsyAI completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is PulsyAI?
It answers our handshake in 563 ms on average, which is faster than 23% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.