From c2b5b8acb98459f065a68dfc7bbf3f3b0d03a636 Mon Sep 17 00:00:00 2001 From: VirtualSMS Date: Sun, 15 Mar 2026 12:38:31 +0700 Subject: [PATCH 1/2] Add VirtualSMS MCP server to Communication & Messaging section --- docs/communication--messaging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/communication--messaging.md b/docs/communication--messaging.md index 30efd79..c37cd3b 100644 --- a/docs/communication--messaging.md +++ b/docs/communication--messaging.md @@ -4,6 +4,7 @@ Servers for interacting with email, chat platforms, SMS, or notification service - [jamesacklin/tlon-mcp-server](https://github.com/jamesacklin/tlon-mcp-server): Facilitates interaction with Tlon agents through direct messaging, contact management, and natural language support. - [varunwahi-plivo/plivo-mcp-server](https://github.com/varunwahi-plivo/plivo-mcp-server): Facilitates SMS messaging through Plivo's API using the Message Control Protocol. +- [virtualsms-io/virtualsms-mcp](https://github.com/virtualsms-io/virtualsms-mcp): Enables AI agents to get virtual phone numbers and receive SMS/OTP codes for automated phone verification workflows via VirtualSMS API. - [deuslirio/mcp-server-whatsapp-message](https://github.com/deuslirio/mcp-server-whatsapp-message): Facilitates sending WhatsApp messages through the Meta WhatsApp Business API using MCP. - [theo-nash/twitter-mcp-server](https://github.com/theo-nash/twitter-mcp-server): Facilitates AI-driven interactions with Twitter, enabling operations like tweeting, searching, and user management without direct API access. - [sudhakarmlal/ERAV3-GMAILMCP](https://github.com/sudhakarmlal/ERAV3-GMAILMCP): Facilitates seamless email management through the Gmail API, allowing users to send, read, and manage emails via an MCP client. From 85f1f16939e02a3bed9ecf4a7d82b0dc77ce9e10 Mon Sep 17 00:00:00 2001 From: VirtualSMS Date: Sun, 15 Mar 2026 12:38:51 +0700 Subject: [PATCH 2/2] Add VirtualSMS MCP server to Communication section in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d54e9c8..e69b688 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,7 @@ Servers for interacting with email, chat platforms, SMS, or notification service - [jamesacklin/tlon-mcp-server](https://github.com/jamesacklin/tlon-mcp-server): Facilitates interaction with Tlon agents through direct messaging, contact management, and natural language support. - [varunwahi-plivo/plivo-mcp-server](https://github.com/varunwahi-plivo/plivo-mcp-server): Facilitates SMS messaging through Plivo's API using the Message Control Protocol. +- [virtualsms-io/virtualsms-mcp](https://github.com/virtualsms-io/virtualsms-mcp): Enables AI agents to get virtual phone numbers and receive SMS/OTP codes for automated phone verification workflows via VirtualSMS API. - [deuslirio/mcp-server-whatsapp-message](https://github.com/deuslirio/mcp-server-whatsapp-message): Facilitates sending WhatsApp messages through the Meta WhatsApp Business API using MCP. - [theo-nash/twitter-mcp-server](https://github.com/theo-nash/twitter-mcp-server): Facilitates AI-driven interactions with Twitter, enabling operations like tweeting, searching, and user management without direct API access. - [sudhakarmlal/ERAV3-GMAILMCP](https://github.com/sudhakarmlal/ERAV3-GMAILMCP): Facilitates seamless email management through the Gmail API, allowing users to send, read, and manage emails via an MCP client.