Back to Browse

Codasms MCP Server

by Ajemba
Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Receive one-time SMS/OTP verification codes via the CODASMS API: get a number, wait, release.

About

Receive one-time SMS/OTP verification codes via the CODASMS API: get a number, wait, release.

Security Report

5.2
Moderate5.2Moderate Risk

Well-engineered MCP server with proper authentication, secure credential handling, and appropriate authorization controls. The server correctly implements per-request Bearer token validation in HTTP mode and environment variable configuration in stdio mode. A minor finding regarding logging in error paths does not materially impact security. The codebase is clean, dependencies are minimal and vetted, and permissions align with the server's purpose of interfacing with the CODASMS Reseller API. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your coda_live_ reseller key from https://codasms.com/resellerRequired

Environment variable: CODASMS_API_KEY

Optional cap (US cents) — get_number refuses numbers priced above this.Optional

Environment variable: CODASMS_MAX_PRICE_CENTS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ajemba-codasms-mcp": {
      "env": {
        "CODASMS_API_KEY": "your-codasms-api-key-here",
        "CODASMS_MAX_PRICE_CENTS": "your-codasms-max-price-cents-here"
      },
      "args": [
        "-y",
        "codasms-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!