{
  "markdown": "# SendPulse MCP\n\nSendPulse MCP Server implements the **Model Context Protocol (MCP)** as a **remote server** operating over **Streamable HTTP Transport**.\n\nSendPulse’s MCP server is a tool that helps you manage your account through a chat with an AI assistant.\nIt uses SendPulse API methods to get information and perform actions, such as request statistics, run message campaigns, or update user data.\n\nYou can connect this MCP server to OpenAI, Claude, Cursor IDE, and more.\n\n**Documentation URL** - https://sendpulse.com/knowledge-base/account-settings/mcp-server.\n\n## Authentication\n\n### OAuth authentication\n\nSendPulse MCP Server supports OAuth authorization.\nThe authentication flow is handled automatically by MCP-compatible clients like Claude Desktop or Cursor IDE.\n\n### Custom Headers Authentication\n\nRequired headers:\n* **X-SP-ID** - client identifier\n* **X-SP-SECRET** - client secret key\n\nTo get the client identifier and client secret key, in your SendPulse account go to Account settings > API.\n\n## Getting Started\n\nIn your [SendPulse](https://sendpulse.com) account, go to Account settings > API.\nIn MCP section, copy the link to the SendPulse MCP server.\nYou will need to paste this link into your MCP client (Claude, ChatGPT, Cursor, etc.) to authorize and access the supported tools.\n\n**SendPulse MCP Server URL**:\n\n```\nhttps://mcp.sendpulse.com/mcp\n```\n\n### Access SendPulse MCP server from Cursor IDE\n\nOpen Cursor IDE and navigate to Settings > Tools & MCP > New MCP Server.\nThis opens the configuration file that controls which MCP servers Cursor IDE can access.\nReplace the content with the following configuration and save the file.\nComplete the authentication flow to grant Cursor IDE access to your MCP server.\nAfter you grant access, the tools will become available for you to use.\n\n```json\n{\n  \"mcpServers\": {\n    \"sendpulse\": {\n      \"url\": \"https://mcp.sendpulse.com/mcp\"\n    }\n  }\n}\n```\n",
  "bytes": 1918,
  "sha": "0bc3f62564f4dc4fc28747525f758478e148b4caedf4f0c200976ffcffc8c679",
  "repo_slug": "sendpulse/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_sendpulse_mcp_mcp_server_792b687c/readme"
}