MCP server for AgentSIM — give Claude, Cursor, and Windsurf real phone numbers for OTP verification.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add agentsim-mcp -- uvx agentsim-mcp{
"mcpServers": {
"agentsim-mcp": {
"command": "uvx",
"args": ["agentsim-mcp"],
"env": {
"AGENTSIM_API_KEY": "<agentsim_api_key>"
}
}
}
}AGENTSIM_API_KEYResumen 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
### Control-Plane Nouns (Recommended)
| Tool | Description |
|------|-------------|
| `open_challenge` | Open an authentication challenge session — accepts channel (sms_otp \| email_otp \| magic_link \| webauthn_required), returns session ID + identifier (phone number or email address) |
| `wait_for_verdict` | Long-poll for the challenge verdict — returns structured outcome including otp_code, magic_link, webauthn_required, or policy_denied |
| `get_messages` | List raw SMS messages received on a session |
| `release_number` | Release a session early (allocation returned to pool) |
| `list_numbers` | List all active sessions for this account |
### Legacy Aliases (Backward Compatibility)
| Tool | Maps to | Description |
|------|---------|-------------|
| `provision_number` | `open_challenge(channel=sms_otp)` | Provision a temporary programmable US number for SMS OTP — kept for backward compatibility |
| `wait_for_otp` | `wait_for_verdict` | Long-poll until an OTP arrives — kept for backward compatibility |
## 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)
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 su última actualización registrada es del 2026-08-24.
¿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 95/100 (tier: Verified). 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 del 2026-08-24, 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.
[](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
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!