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_KEYMCP Servers overview
# 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)
What people ask about agentsim-mcp
What is agentsimdev/agentsim-mcp?
+
agentsimdev/agentsim-mcp is mcp servers for the Claude AI ecosystem. MCP server for AgentSIM — give Claude, Cursor, and Windsurf real phone numbers for OTP verification. It has 1 GitHub stars and its last recorded update is dated 2026-08-24.
How do I install agentsim-mcp?
+
You can install agentsim-mcp by cloning the repository (https://github.com/agentsimdev/agentsim-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is agentsimdev/agentsim-mcp safe to use?
+
Our security agent has analyzed agentsimdev/agentsim-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains agentsimdev/agentsim-mcp?
+
agentsimdev/agentsim-mcp is maintained by agentsimdev. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.
Are there alternatives to agentsim-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy agentsim-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More 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!