Server data from the Official MCP Registry
Real SIM-backed mobile numbers for AI agents to receive SMS and OTP codes.
Real SIM-backed mobile numbers for AI agents to receive SMS and OTP codes.
Remote endpoints: streamable-http: https://mcp.agentsim.dev/mcp
AgentSIM MCP server is a well-structured tool for OTP session management with proper authentication via API keys and appropriate permissions scoped to its purpose. The code demonstrates good security practices including input validation, error handling, and credential management. Minor findings relate to code quality and logging practices, but do not constitute security vulnerabilities. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 3 high severity).
8 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
MCP server that exposes AgentSIM OTP session tools to AI coding assistants: Claude Code, Cursor, Windsurf, and any other MCP-compatible host.
claude mcp add agentsim -e AGENTSIM_API_KEY=asm_live_xxx -- uvx agentsim-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"agentsim": {
"command": "uvx",
"args": ["agentsim-mcp"],
"env": {
"AGENTSIM_API_KEY": "asm_live_xxx"
}
}
}
}
Add agentsim-mcp as a stdio MCP server with AGENTSIM_API_KEY in the environment config.
Connect directly to the hosted MCP server without installing anything locally:
{
"mcpServers": {
"agentsim": {
"type": "streamable-http",
"url": "https://mcp.agentsim.dev/mcp",
"headers": {
"x-api-key": "asm_live_..."
}
}
}
}
| Tool | Description |
|---|---|
provision_number | Provision a temporary programmable US number for an OTP session — returns number, session ID, expiry |
wait_for_otp | Long-poll until an OTP arrives on the session (returns parsed code) |
get_messages | List raw SMS messages received on a session |
release_number | Release a session early (number returned to pool) |
list_numbers | List all active sessions for this account |
Set AGENTSIM_API_KEY in your environment. Get your key at console.agentsim.dev.
US (more coming soon)
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.