streamable-httpMITupdated 8d ago
MCP server that exposes AgentSIM challenge tools to AI coding assistants: Claude Code, Cursor, Windsurf, and any other MCP-compatible host. Primary tools: openchallenge, waitforverdict. Aliases: provisionnumber, waitforotp.
What can you do with agentsim?
agentsim-mcp
MCP server that exposes AgentSIM challenge tools to AI coding assistants: Claude Code, Cursor, Windsurf, and any other MCP-compatible host. Primary tools: open_challenge, wait_for_verdict. Aliases: provision_number, wait_for_otp.
Setup
Claude Code
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:
{
"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:
{
"mcpServers": {
"agentsim": {
"type": "streamable-http",
"url": "https://mcp.agentsim.dev/mcp",
"headers": {
"x-api-key": "asm_live_..."
}
}
}
}
The hosted endpoint uses stateless HTTP and does not issue mcp-session-id headers. The session_id returned by AgentSIM tools identifies a challenge and remains valid across tool calls.
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.
Supported Countries
US (more coming soon)
Install
Add agentsim to your client. Pick the one you use.
claude mcp add --transport http agentsim https://mcp.agentsim.dev/mcpcodex mcp add agentsim --url https://mcp.agentsim.dev/mcp{
"mcpServers": {
"agentsim": {
"url": "https://mcp.agentsim.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"agentsim": {
"type": "http",
"url": "https://mcp.agentsim.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"agentsim": {
"url": "https://mcp.agentsim.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agentsim": {
"serverUrl": "https://mcp.agentsim.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.24.2Latest | Aug 31, 2026 |
| 0.24.1 | Aug 30, 2026 |
| 0.24.0 | Aug 29, 2026 |
| 0.23.1 | Aug 27, 2026 |
| 0.23.0 | Aug 27, 2026 |
| 0.22.1 | Aug 25, 2026 |
| 0.22.0 | Aug 24, 2026 |
| 0.21.0 | Jun 17, 2026 |
| 0.20.0 | Jun 17, 2026 |
| 0.19.0 | Jun 11, 2026 |
| 0.18.0 | Jun 11, 2026 |
| 0.17.0 | Jun 11, 2026 |
| 0.16.0 | Jun 10, 2026 |
| 0.15.0 | Apr 6, 2026 |
| 0.14.0 | Apr 5, 2026 |
| 0.13.0 | Mar 30, 2026 |
| 0.12.0 | Mar 29, 2026 |
| 0.10.2 | Mar 29, 2026 |
| 0.3.1 | Mar 23, 2026 |
| 0.2.5 | Mar 23, 2026 |