Receive one-time SMS/OTP verification codes via the CODASMS API: get a number, wait, release.
claude mcp add codasms-mcp -- npx -y codasms-mcp
claude_desktop_config.json
{
"mcpServers": {
"codasms-mcp": {
"command": "npx",
"args": [
"-y",
"codasms-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"codasms-mcp": {
"command": "npx",
"args": [
"-y",
"codasms-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"codasms-mcp": {
"command": "npx",
"args": [
"-y",
"codasms-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"codasms-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codasms-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"codasms-mcp": {
"command": "npx",
"args": [
"-y",
"codasms-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ajemba--codasms-mcp/reviews or the review_server meta-tool.
POST /mcp