agentsimdev/awesome-ai-agent-verification
A curated list of phone verification solutions for AI agents š±š¤
Platform-specific configuration:
{
"mcpServers": {
"awesome-ai-agent-verification": {
"command": "npx",
"args": [
"-y",
"awesome-ai-agent-verification"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> A curated list of tools, libraries, and resources for phone verification in AI agent workflows.
AI agents increasingly need phone verification to create accounts, pass 2FA, and access phone-gated services. This list catalogs every solution available ā from real SIM providers to VoIP APIs to open-source libraries.
Most services now detect and block VoIP numbers during phone verification:
| Service | Blocks VoIP? | Detection Method | |---------|-------------|-----------------| | Stripe | ā Yes | Carrier lookup (LERG) | | Google | ā Yes | HLR query | | WhatsApp | ā Yes | Carrier type check | | Microsoft | ā Yes | Reputation scoring | | Banks | ā Yes | Multiple methods | | Discord | ā No | Basic validation | | GitHub | ā No | Format only |
AI agents need real mobile numbers that pass these checks.
Providers that offer actual SIM-backed mobile numbers (pass carrier lookup as "mobile"):
| Provider | Pricing | MCP Support | API | Countries | Notes | |----------|---------|-------------|-----|-----------|-------| | AgentSIM | $0.99/session | ā Native | REST + SDK | US | Real T-Mobile SIM, built for AI agents, 10 free/month | | VoidMob | $0.15+/SMS | ā MCP | REST | US, UK | Real 4G/5G carrier SIMs, per-use pr
Loading reviews...