mcpbeat

PulsyAI MCP Server

com.pulseem/pulsyai
answering

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

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

Uptime history 39 hours of history
39 hours 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

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 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"
    }
  }
}

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

These were exposed before and are gone now. No other catalogue tracks this.

call_pulseem_api
removed 4 Aug 2026
get_pulseem_api_docs
removed 4 Aug 2026
get_pulseem_instructions
removed 4 Aug 2026
list_pulseem_operations
removed 4 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://mcp.api.pulseem.com/mcp_{token}/mcp streamable-http answering 563 ms 15 min ago
https://mcp.ui-api.pulseem.com/mcp_{token}/mcp streamable-http answering 471 ms 15 min ago

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 18% 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.