For AI Agents · Voice + SMS · API-first

Real US carrier numbers,
for AI agents that actually need to work.

Twilio gives you VoIP numbers that fail verification on Cash App, Coinbase, Tinder, Stripe — and most modern fraud-detection stacks. We give you real AT&T, T-Mobile, MobileX prepaid lines — provisioned in seconds, via REST API, billed by usage.

Get API access → Read the API docs
100%
Real carrier
<60s
From API call to active number
$9
Starting cost per number
0%
VoIP flag rate

Why most AI agents fail at phone-based verification

Your AI agent can write code, browse the web, and book reservations. Then it hits a Cash App or Coinbase signup screen, gets a SMS code, and the verification rejects the number as VoIP. Game over. Here's why:

Twilio / Plivo / Telnyx

VoIP / cloud telephony providers
  • Flagged as VoIP on Cash App, Venmo, Coinbase, Tinder, banking apps, Stripe Atlas, OnlyFans, most dating apps
  • ~ $1–3/month per number
  • Excellent for B2B enterprise calling, IVR, contact centers
  • Strong programmable voice APIs
  • Cannot reliably receive SMS from US carriers that block VoIP shortcodes

MeiSIM USA

Real carrier prepaid lines, API-provisioned
  • Passes VoIP detection on every consumer service we've tested (Cash App, Venmo, Coinbase, Tinder, etc.)
  • $9–25 per number (one-time or monthly depending on plan)
  • eSIM QR + ICCID + LPA delivered via API in <60 seconds
  • Receives SMS shortcodes from US banks, dating apps, crypto exchanges
  • Crypto, card, PayPal payment for international AI startups

Built for the new generation of AI agents

If your product gives an AI a phone, we're the layer that makes it actually work in the real world.

Voice AI

AI calling / phone agents

PollyReach, Vapi, Retell, Bland, ElevenLabs Conversational, OpenAI Realtime. Your agent calls a restaurant for a reservation — and the restaurant sees a real US phone number, not "Unknown VoIP." Inbound/outbound SIP forwarding available.

Browser Agents

Account signup & verification

OpenAI Operator, Anthropic Computer Use, Browserbase, Skyvern. Your agent signs up a user on Cash App or Coinbase, gets stuck on phone verification, and our API delivers the SMS code through a webhook. Verification rate: ~98%.

Personal AI

AI executive assistants

Personal AI that screens your calls, answers spam, schedules with humans. Customer gives the assistant a real MeiSIM number; assistant routes calls, transcribes voicemails, replies via SMS — all behind a number that's indistinguishable from a human's line.

Multi-channel agents

SMS-first customer service bots

Outbound SMS to customers from a number they'll trust (not a 5-digit shortcode or VoIP). Inbound replies route to your webhook. Two-way conversations with delivery confirmations and read tracking.

Three lines of code, one real US number

Same DX as Stripe. Authenticated REST API. Webhooks for inbound. Idempotency keys. Pagination.

curl
JavaScript
Python
# Provision a real US number for your AI agent curl -X POST https://meisimusa-backend.vercel.app/v1/numbers/provision \ -H "Authorization: Bearer $MEISIM_API_KEY" \ -H "Content-Type: application/json" \ -d '{"plan": "att-unlimited", "label": "agent-build-table-bot"}' # Response (under 60 seconds): { "id": "num_01HXY3...", "phone": "+14155551234", "carrier": "att", "esim_qr": "data:image/png;base64,...", "lpa": "LPA:1$smdp.att.com$...", "iccid": "8901240...", "webhooks": { "inbound_sms": "https://your-agent.com/sms" } }

Pricing that makes sense at scale

No per-minute surcharges. No SMS markup. Pay for the number, use it however you want.

Indie / Hobby

$9
per number · pay-as-you-go
  • Real US carrier number
  • Unlimited inbound SMS
  • 1 webhook endpoint
  • Free for first 5 numbers/month
  • Community support
Get started

Scale

$499
per month · 100+ numbers
  • 100 numbers included, $4 each thereafter
  • Dedicated number pool reservation
  • Bulk provisioning API (1k/request)
  • Priority webhook delivery
  • Slack/email channel · 1h SLA
  • Quarterly business review
Talk to us

Works with everything you'd actually use

Pre-built integrations and SDKs for the AI agent platforms we see most often.

🎙️

Vapi.ai

Webhook template for voice AI inbound + outbound

📞

Retell.ai

SIP endpoint config for real-number routing

🦜

PollyReach

Personal-AI phone number provisioning

🤖

OpenAI Realtime

Custom function tool for number lookup

🌐

Browserbase

SMS verification helper for headless browser agents

🧠

LangChain

Python + JS tool definitions

n8n / Zapier / Make

No-code automation nodes

🪢

MCP server

For Claude Desktop, Cursor, Zed

Questions developers actually ask

Why are real carrier numbers necessary? Twilio works for my voice agent.

For pure voice agents that only call humans (booking, support), Twilio is fine. The problem is two-way SMS verification — Cash App, Coinbase, Tinder, Venmo, Stripe Atlas, banking apps, and most fraud-detection stacks block VoIP numbers entirely. If your AI agent needs to sign up for accounts, receive 2FA codes, or hold a phone identity that mimics a real user, VoIP fails. Our numbers don't.

How fast is "instant provisioning"?

From API call to active eSIM ready for use: typically 8–25 seconds for AT&T retail, 30–90 seconds for MobileX/T-Mobile depending on carrier load. We pool inventory in advance so you're not waiting for carrier-side provisioning on every request.

Can you handle bulk provisioning? 1,000 numbers at once?

Yes. The Scale tier includes a bulk API endpoint that returns up to 1,000 numbers in a single async job. Useful if you're spinning up a verification farm or testing across many accounts.

How does SMS receive work?

Two modes: webhook (we POST to your URL when an SMS arrives, with retries on failure) or polling (call GET /v1/numbers/:id/messages). Latency from SMS-receive to webhook-delivery is typically <3 seconds.

What about voice — inbound and outbound calling?

For inbound voice (someone calls the MeiSIM number), we forward to a SIP endpoint you specify. Plug it into Vapi, Retell, OpenAI Realtime, or your own SIP stack. For outbound calling (your AI calls a number), you handle that on your voice provider's side; we provide the caller-ID identity.

What payment methods do you accept?

Credit/debit (Stripe), PayPal, Apple Pay, Google Pay, USDT crypto (TRC20 + ERC20), Alipay, WeChat Pay. We deliberately accept crypto because a lot of our AI-agent customers are international startups that struggle with US payment rails.

Is there an SLA?

Indie tier: best-effort. Growth: 99.5% number-active SLA + 4h support response. Scale: 99.9% SLA + 1h response + dedicated Slack channel.

What happens if a number gets shut down by the carrier?

Carriers occasionally deactivate prepaid lines for inactivity, suspected fraud, or quota issues. We monitor and replace automatically on Growth and Scale tiers — your webhook gets a number.replaced event with the new number and a one-time forwarding window so verification SMS in-flight don't get lost.

Real numbers. Real API. Real users.

Get your first 5 numbers free. No credit card. We'll set up your API key, send the docs link, and you can be in production in 20 minutes.

Get free trial →