MCP server for AgentSIM — give Claude, Cursor, and Windsurf real phone numbers for OTP verification.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio · http
verified
reported
listed in the official MCP registry counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
evidence-backed
findings quoted directly from the published source artifact — not inferred
network 1
- net agentsimdev-agentsim-mcp-570920a/agentsim_mcp/server.py :9
import httpx
secrets 1
- secrets agentsimdev-agentsim-mcp-570920a/agentsim_mcp/server.py :37
_API_KEY = os.environ.get("AGENTSIM_API_KEY", "")
tool registrations 5
- provision_number agentsimdev-agentsim-mcp-570920a/agentsim_mcp/server.py :247
- wait_for_otp agentsimdev-agentsim-mcp-570920a/agentsim_mcp/server.py :280
- get_messages agentsimdev-agentsim-mcp-570920a/agentsim_mcp/server.py :315
- release_number agentsimdev-agentsim-mcp-570920a/agentsim_mcp/server.py :329
- list_numbers agentsimdev-agentsim-mcp-570920a/agentsim_mcp/server.py :351
declared dependencies 7
- fastmcp@>=0.4
- httpx@>=0.27
- pydantic@>=2.0
- uvicorn@>=0.29
- pytest@>=8.0
- pytest-asyncio@>=0.23
- respx@>=0.21
transport_posture 1
- binds all interfaces (0.0.0.0) agentsimdev-agentsim-mcp-570920a/agentsim_mcp/server.py :421
uvicorn.run(app, host="0.0.0.0", port=_PORT)