Skip to main content
ClaudeWave

MCP server for AgentSIM — give Claude, Cursor, and Windsurf real phone numbers for OTP verification.

MCP ServersRegistry oficial1 estrellas0 forksPythonMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · agentsim-mcp
Claude Code CLI
claude mcp add agentsim-mcp -- uvx agentsim-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agentsim-mcp": {
      "command": "uvx",
      "args": ["agentsim-mcp"],
      "env": {
        "AGENTSIM_API_KEY": "<agentsim_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
AGENTSIM_API_KEY
Casos de uso

Resumen de MCP Servers

# agentsim-mcp

<!-- mcp-name: dev.agentsim/mcp -->

MCP server that exposes AgentSIM OTP session tools to AI coding assistants: Claude Code, Cursor, Windsurf, and any other MCP-compatible host.

## Setup

### Claude Code

```bash
claude mcp add agentsim -e AGENTSIM_API_KEY=asm_live_xxx -- uvx agentsim-mcp
```

### Claude Desktop

Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "agentsim": {
      "command": "uvx",
      "args": ["agentsim-mcp"],
      "env": {
        "AGENTSIM_API_KEY": "asm_live_xxx"
      }
    }
  }
}
```

### Cursor / Windsurf

Add `agentsim-mcp` as a stdio MCP server with `AGENTSIM_API_KEY` in the environment config.

### Remote (no install)

Connect directly to the hosted MCP server without installing anything locally:

```json
{
  "mcpServers": {
    "agentsim": {
      "type": "streamable-http",
      "url": "https://mcp.agentsim.dev/mcp",
      "headers": {
        "x-api-key": "asm_live_..."
      }
    }
  }
}
```

## Tools

| 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 |

## Auth

Set `AGENTSIM_API_KEY` in your environment. Get your key at [console.agentsim.dev](https://console.agentsim.dev).

## Supported Countries

US (more coming soon)
ai-agentsclaudecursormcpmcp-serverotpphone-verificationsms

Lo que la gente pregunta sobre agentsim-mcp

¿Qué es agentsimdev/agentsim-mcp?

+

agentsimdev/agentsim-mcp es mcp servers para el ecosistema de Claude AI. MCP server for AgentSIM — give Claude, Cursor, and Windsurf real phone numbers for OTP verification. Tiene 1 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala agentsim-mcp?

+

Puedes instalar agentsim-mcp clonando el repositorio (https://github.com/agentsimdev/agentsim-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar agentsimdev/agentsim-mcp?

+

Nuestro agente de seguridad ha analizado agentsimdev/agentsim-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene agentsimdev/agentsim-mcp?

+

agentsimdev/agentsim-mcp es mantenido por agentsimdev. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a agentsim-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega agentsim-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: agentsimdev/agentsim-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/agentsimdev-agentsim-mcp)](https://claudewave.com/repo/agentsimdev-agentsim-mcp)
<a href="https://claudewave.com/repo/agentsimdev-agentsim-mcp"><img src="https://claudewave.com/api/badge/agentsimdev-agentsim-mcp" alt="Featured on ClaudeWave: agentsimdev/agentsim-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a agentsim-mcp