simhook

simhook/simhook
★ 0 stars Go API Integration Updated today
Turn an Android phone into an SMS API: send and receive texts from your code through your own SIM, with webhooks, a dashboard, a TypeScript SDK, and an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "simhook": {
      "command": "go",
      "args": [
        "run",
        "github.com/simhook/simhook@latest"
      ]
    }
  }
}

README Excerpt

Turn an Android phone into an SMS API. Send and receive text messages from your code through your own SIM, with a REST API, webhooks, and a dashboard. No per-message fees. ``` api/ Go service: HTTP API, job workers, scheduled tasks, migrations web/ Next.js dashboard site/ simhook.dev: landing page, docs, download page (Astro, static)

Topics

androidapigokotlinmcpsmssms-gatewaytypescriptwebhooks