
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@deshartman/twilio-messaging-mcp-server
Advanced tools
Twilio Messaging MCP Server example with Tools, Resources and Prompts. Includes callback handling
An MCP server for sending SMS messages via Twilio API. This server provides tools, resources, and prompts for interacting with the Twilio Messaging API.
@deshartman/mcp-status-callback
npm install @deshartman/twilio-messaging-mcp-server
Or run directly with npx:
npx @deshartman/twilio-messaging-mcp-server <accountSid> <apiKey> <apiSecret> <number>
NGROK_AUTH_TOKEN
: Your ngrok authentication token (required for callback handling)NGROK_CUSTOM_DOMAIN
: Your custom ngrok domain (optional)You can run the server using the provided script:
# Set your ngrok auth token
export NGROK_AUTH_TOKEN=your_ngrok_auth_token
# Run the server
./run-server.sh <accountSid> <apiKey> <apiSecret> <number> [ngrokDomain]
Example:
./run-server.sh YOUR_ACCOUNT_SID YOUR_API_KEY YOUR_API_SECRET YOUR_TWILIO_PHONE_NUMBER your-domain.ngrok.dev
env NGROK_AUTH_TOKEN=your_ngrok_auth_token NGROK_CUSTOM_DOMAIN=your_domain.ngrok.dev node build/index.js <accountSid> <apiKey> <apiSecret> <number>
This server provides the following MCP capabilities:
send-sms
: Send an SMS message via Twilio with server readiness validationtwilio://statuscallback
: Get the last raw status callback data from Twilio with enhanced error handlingSendSMS
: Prompt for sending an SMS using Twilio Messaging MCP ServerIf you encounter an error like:
failed to start tunnel: The endpoint 'https://your-domain.ngrok.dev' is already online.
You have a few options:
--pooling-enabled
to load balance between themIf you encounter an npm error like:
npm ERR! code ENOTEMPTY
npm ERR! syscall rename
Try running the server directly with Node.js instead of using npx.
MIT
FAQs
Twilio Messaging MCP Server example with Tools, Resources and Prompts. Includes callback handling
The npm package @deshartman/twilio-messaging-mcp-server receives a total of 10 weekly downloads. As such, @deshartman/twilio-messaging-mcp-server popularity was classified as not popular.
We found that @deshartman/twilio-messaging-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.