send sms from code
Your phone is the gateway.
Tin Can Smartphone puts an SMS API on your phone — a REST API in front of a real handset that is the gateway. Your app POSTs to the cloud; your phone sends the text over its own SIM. No carrier contracts, no short codes, no registration forms — your number, your rates.
curl -X POST https://www.tincansmartphone.com/api/messages/outbound/ \
-H "Authorization: Token YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"to_number":"+15550100","text":"hello from the cloud"}'
how it works
From POST to pocket.
Your SIM, your rates
Messages ride the plan you already pay for. No per-message markup, no number rental for everyday traffic.
A number people answer
Texts arrive from a real local number — not a shortcode from another country. Recipients recognize it and can reply.
Works where CPaaS doesn't
No virtual numbers in your country? If a SIM works there, Tin Can works there.
for ai agents · mcp
Give your AI agent a phone.
Your agent can already read your calendar. Now it can pass an SMS verification and text a human — with token auth, approval gates on writes, and an audit trail. Poll for inbound SMS anytime.
{
"mcpServers": {
"tincan": {
"url": "https://www.tincansmartphone.com/mcp/"
}
}
}
{
"mcpServers": {
"tincan": {
"url": "https://www.tincansmartphone.com/mcp/",
"headers": {
"Authorization": "Bearer YOUR_ACCESS_TOKEN"
}
}
}
}
pricing
Your SIM plan is the meter.
We charge for the relay and the tools — never per message.
≈ 7,50 €/mo
incl. VAT
- 1 device, 5,000 messages / month
- MCP server for your agent
- Webhooks + REST API
- 30-day money-back guarantee
≈ 40,83 €/mo
incl. VAT
- 5 devices, pools + failover
- 50,000 messages / month
- shared audit log
- priority support
- 30-day money-back guarantee
Prices incl. VAT. Paid plans include a 30-day money-back guarantee. Pay first — we create your account automatically after checkout. Pro includes up to 5,000 messages / month. Team includes up to 50,000 messages / month.