























sms · mcp · your sim
A small, self-hostable server that gives an AI agent a real phone number. It relays texts through an old Android phone and a prepaid SIM you control — send and receive over the Model Context Protocol. I built it for my own agents and put it here in case it's useful to you. It's open source.
mcp · streamable http ready
# point any MCP client at the endpoint $ https://simlink.snaz.cz/mcp Authorization: Bearer <token> # or, for clients that only accept a URL $ https://simlink.snaz.cz/mcp/<token> # get a token → install the app, sign in, share a SIM
how it works
your agentany MCP client
→mcp / http
SimLinkrelay server
→device api
your phoneAndroid app + SIM
→sms
anyonea real number
Nothing in the middle stores your texts. The server holds a message only long enough to hand it from the agent to the phone (or back) — encrypted, never logged, pruned within minutes.
mcp tools
send_sms(to, body)
Send a text from the SIM the user shared with you.
list_messages(since?, limit?)
Recently sent messages, with delivery status and any error.
fetch_sms(box?, since?, address?, limit?, request_id?)
Read SMS already on the phone (inbox/sent). Two-step and non-blocking: start a read, then call again with the returned request_id to collect the rows.
Args marked ? are optional. Full machine-readable summary at /llms.txt.
properties
run the server
hosted · easiest
Create an account here and connect a phone in minutes — I run the server. Messages are encrypted in transit, never logged, and pruned within minutes.
self-host · full control
It's open source. Deploy the whole SimLink server yourself with Kamal — your domain, your database — then point the Android app at it.
read the sourcetested clients
Any MCP client works — these just have copy-paste guides. Building an agent? Point it at https://simlink.snaz.cz/mcp
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。