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.
Was kannst du mit agentsim machen?
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)
Installation
agentsim zu deinem Client hinzufĂŒgen. WĂ€hl den, den du nutzt.
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
UnvollstÀndig
- Dokumentation22/25
- Pflege25/25
- Vertrauen16/20
- Funktionsumfang0/15
- Installation12/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
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.24.2Aktuell | 31. Aug. 2026 |
| 0.24.1 | 30. Aug. 2026 |
| 0.24.0 | 29. Aug. 2026 |
| 0.23.1 | 27. Aug. 2026 |
| 0.23.0 | 27. Aug. 2026 |
| 0.22.1 | 25. Aug. 2026 |
| 0.22.0 | 24. Aug. 2026 |
| 0.21.0 | 17. Juni 2026 |
| 0.20.0 | 17. Juni 2026 |
| 0.19.0 | 11. Juni 2026 |
| 0.18.0 | 11. Juni 2026 |
| 0.17.0 | 11. Juni 2026 |
| 0.16.0 | 10. Juni 2026 |
| 0.15.0 | 6. Apr. 2026 |
| 0.14.0 | 5. Apr. 2026 |
| 0.13.0 | 30. MĂ€rz 2026 |
| 0.12.0 | 29. MĂ€rz 2026 |
| 0.10.2 | 29. MĂ€rz 2026 |
| 0.3.1 | 23. MĂ€rz 2026 |
| 0.2.5 | 23. MĂ€rz 2026 |