← Back to Plugins
MCP Server MCP

io.github.ajemba/codasms-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "codasms-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your coda_live_ reseller key from https://codasms.com/reseller",
          "isRequired": true,
          "isSecret": true,
          "name": "CODASMS_API_KEY"
        },
        {
          "description": "Optional cap (US cents) — get_number refuses numbers priced above this.",
          "name": "CODASMS_MAX_PRICE_CENTS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...