MCP.so
Sign In

SMS.ir MCP Server

@kazemsoft

About SMS.ir MCP Server

MCP Server for SMS.ir messaging services

Basic information

Category

Communication

License

MIT license

Runtime

node

Transports

stdio

Publisher

kazemsoft

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "sms-ir": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-sms-ir"
      ],
      "env": {
        "SMS_IR_API_KEY": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is SMS.ir MCP Server?

A Model Context Protocol server that allows AI assistants like Claude to send SMS messages, send verification codes, and check account credit via the SMS.ir API.

How to use SMS.ir MCP Server?

Install by running via npx (recommended) or manually clone, install dependencies, and build. Configure by adding the server to your MCP settings (for Cline VSCode Extension or Claude Desktop) with your SMS.ir API key in the SMS_IR_API_KEY environment variable. Use the tools send_sms, send_bulk_sms, send_verification_code, and check_credit by asking Claude.

Key features of SMS.ir MCP Server

  • Send single SMS messages to individual recipients.
  • Send bulk SMS messages to multiple recipients.
  • Send verification code SMS messages using templates.
  • Check account credit balance.

Use cases of SMS.ir MCP Server

  • AI assistant sends a one-time password via verification code SMS.
  • Bulk notify multiple recipients with the same message.
  • Check remaining SMS.ir credit before sending.
  • Schedule an SMS to send at a future date/time.

FAQ from SMS.ir MCP Server

What does SMS.ir MCP Server require to run?

Node.js v18 or newer and an API key from SMS.ir.

How do I get an API key from SMS.ir?

Create an account at sms.ir, log in, go to the user panel, and generate/copy your API key from the API Key section.

How do I install SMS.ir MCP Server?

The recommended method is to use npx (npx -y mcp-sms-ir). Alternatively, you can clone the repository, install dependencies (npm install or bun install), and build (npm run build).

What tools does SMS.ir MCP Server provide?

Four tools: send_sms (single SMS), send_bulk_sms (bulk SMS), send_verification_code (template-based code), and check_credit (balance inquiry).

What configuration is needed for Claude Desktop?

Add a JSON entry to the Claude desktop config file (location depends on OS) with "command": "npx", "args": ["-y", "mcp-sms-ir"], and an "env" object containing your SMS_IR_API_KEY.

Comments

More Communication MCP servers