Skip to main content
Glama
Pibot-Dev

sms-web2sms-mcp-server

by Pibot-Dev

sms-web2sms-mcp-server

MCP (Model Context Protocol) server for sending SMS via web2sms.ro Romanian SMS gateway.

Features

  • send_sms — Send SMS messages to Romanian phone numbers

  • check_status — Check delivery status of sent messages

  • check_balance — Check prepaid credit balance

  • Per-request credential overrides (or use environment defaults)

  • SHA-512 HMAC authentication

  • Full error code mapping with retry hints

Related MCP server: LigueLead MCP Server

Quick Start

With Claude Desktop / MCP Client

Add to your MCP client configuration:

{
  "mcpServers": {
    "web2sms": {
      "command": "node",
      "args": ["/path/to/sms-web2sms-mcp-server/dist/index.js"],
      "env": {
        "WEB2SMS_API_KEY": "your-api-key",
        "WEB2SMS_SECRET": "your-secret"
      }
    }
  }
}

Manual

git clone https://github.com/Pibot-Dev/sms-web2sms-mcp-server.git
cd sms-web2sms-mcp-server
npm install
npm run build

Docker

docker build -t sms-web2sms-mcp .
docker run -e WEB2SMS_API_KEY=xxx -e WEB2SMS_SECRET=yyy sms-web2sms-mcp

Configuration

Environment Variable

Required

Description

WEB2SMS_API_KEY

Yes*

API key from web2sms.ro dashboard

WEB2SMS_SECRET

Yes*

API secret from web2sms.ro dashboard

WEB2SMS_SENDER

No

Default sender ID

PORT

No

Server port (default: 3000)

* Can be provided per-request via api_key/api_secret parameters instead.

Tools

send_sms

Send an SMS message.

Parameter

Type

Required

Description

phone

string

Yes

Recipient number (07XXXXXXXX or +407XXXXXXXX)

message

string

Yes

SMS body

sender

string

No

Custom sender ID

api_key

string

No

Override API key

api_secret

string

No

Override API secret

check_status

Check delivery status of a sent message.

Parameter

Type

Required

Description

message_id

string

Yes

Message ID from send_sms

api_key

string

No

Override API key

api_secret

string

No

Override API secret

Status values: pending, sent, delivered, failed, unknown

check_balance

Check prepaid credit balance.

Parameter

Type

Required

Description

api_key

string

No

Override API key

api_secret

string

No

Override API secret

Provider

This server integrates with the web2sms.ro REST API:

  • Send: POST https://www.web2sms.ro/prepaid/message

  • Balance: BALANCE https://www.web2sms.ro/prepaid/message

  • Status: SOAP via https://www.web2sms.ro/api

Disclaimer

This project is not affiliated with web2sms.ro. SMS costs are billed to your prepaid account. Always obtain explicit user permission before sending messages. Do not use for spam or bulk messaging. Comply with Romanian telecom regulations (ANCOM) and GDPR.

License

MIT

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Integrates with the Promotexter SMS API to enable sending single SMS messages and performing detailed account balance inquiries. It provides a secure way for models to manage SMS communications and track transaction costs and credits.
    Last updated
    2
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Integrates the LigueLead API to enable sending SMS, Flash SMS, and voice campaigns to Brazilian phone numbers. It provides tools for managing audio uploads and triggering bulk communication workflows through either stdio or HTTP transports.
    Last updated
    195
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for Ileti Merkezi SMS API (Turkey). Enables sending SMS, bulk SMS, checking delivery reports, and managing contacts and blacklists via API Key + Hash authentication.
    Last updated
    8
    31
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Twilio MCP Pack — send SMS, list messages, make calls via Twilio REST API.

  • Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, reports.

  • Send transactional email over a verified domain — templates, attachments, custom headers.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pibot-Dev/sms-web2sms-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server