Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

PulsyAI

com.pulseem/pulsyai

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

Uptime
100.0%
2 direct probes · 30d
Response
477ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

list_pulseem_operations

Returns live list of ALL available Pulseem operations (from the live Swagger spec). Use this ONLY if you need to verify exact operationIds before calling CallPulseemApi.

call_pulseem_api

Executes any Pulseem API operation. BEFORE CALLING: Always call GetPulseemInstructions first. operationId (case-insensitive): SendSms, GetSMSReport, GetIncomingSmsReport, SendEmail, GetEmailRepor…

get_pulseem_instructions

⚠️ ALWAYS call this tool FIRST before any other Pulseem tool. Returns: - Date/time format rules (CRITICAL — wrong format = server error) - Required fields for every operation type - Full JSON example…

get_pulseem_api_docs

Returns the FULL detailed Pulseem API documentation for a specific category. category: 'sms' | 'email' | 'whatsapp' | 'accounts' | 'clients' | 'all'

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pulsyai": {
      "url": "https://mcp.api.pulseem.com/mcp_{token}/mcp",
      "transport": "streamable-http"
    }
  }
}