Building phone capabilities into AI agents is challenging, you need a number provider, a way to receive SMS, something to parse OTP codes out of messages, and a separate service for voice and they don't talk to each other cleanly, so i build Agentcall.co to solve for that.
AgentCall wraps all of that into one API. The numbers are real SIM-backed lines (not VoIP), so they pass carrier verification on Stripe, Google, and similar platforms. There's a wait_for_otp call that automatically extracts verification codes from incoming SMS, and it handles outbound voice too.
Also published an MCP server for it (on Smithery and ClawHub) so it works natively with Claude and Codex-based workflows.
kintupercy•1h ago
AgentCall wraps all of that into one API. The numbers are real SIM-backed lines (not VoIP), so they pass carrier verification on Stripe, Google, and similar platforms. There's a wait_for_otp call that automatically extracts verification codes from incoming SMS, and it handles outbound voice too.
Also published an MCP server for it (on Smithery and ClawHub) so it works natively with Claude and Codex-based workflows.
Free tier available. Happy to answer questions.