Skip to main content
Feedback

BulkSMS MCP connector

Updated 

BulkSMS is a JSON REST API platform for sending, receiving, and managing SMS messages at scale. The BulkSMS MCP connector allows AI agents to send and retrieve messages, look up message history, and manage blocklisted numbers. It also supports transferring credits between accounts, retrieving account profile details, and uploading attachments for use in messaging workflows.

Authentication type

  • Basic Auth - Requires a username and password to be configured for the agent to access the service.

Uses

Use the BulkSMS MCP connector to perform the following actions:

  • Send bulk SMS messages to customers and teams instantly
  • Retrieve delivery status and history for sent messages
  • Block unwanted numbers to prevent spam or unsolicited replies
  • Transfer credits between linked accounts for shared usage
  • Configure webhooks to trigger workflows on incoming messages
  • Upload attachments for multimedia SMS campaigns
  • Track account balance and profile details in real time
  • Automate two-way SMS conversations with related message threads

Example prompts

Use the following example prompts to invoke BulkSMS MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Send a promotional SMS to all customers on our list using BulkSMS.
  • Show me the delivery status of the last SMS campaign in BulkSMS.
  • Block this phone number from sending messages through BulkSMS.
  • Transfer 500 credits to our marketing team's BulkSMS account.
  • List all blocked numbers in our BulkSMS account.
  • Set up a webhook to notify us when we get a new SMS reply.
  • Check our current BulkSMS account balance and profile details.
  • Show me all messages related to this conversation thread in BulkSMS.
  • Upload an image attachment for our next SMS campaign in BulkSMS.
  • Send a quick text message to this customer right now using BulkSMS.

BulkSMS MCP connector tools

The BulkSMS MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getBlockedNumbersList blocked numbers
createBlockedNumbersCreate a blocked number
createCreditTransferTransfer credits to another account
getMessagesRetrieve Messages
createMessagesSend Messages
getMessagesSendSend message by simple GET or POST
getMessages2Show Message
getMessagesRelatedreceivedmessagesList Related Messages
getProfileGet profile
createRmmPreSignAttachmentUpload an attachment via a signed URL
getWebhooksList webhooks
createWebhooksCreate a webhook
deleteWebhooksDelete a webhook
getWebhooks2Read a webhook
createWebhooks2Update a webhook
On this Page