A hosted MCP server that gives any AI client three tools: send a message, check your credit balance, and list the sender IDs your account is known to accept. Your API key stays server-side.
https://mcp.eazismspro.com/mcp/eazi-sms
Exposed by the server and discovered automatically by your client.
Sends an SMS to one or more recipients (comma-separated), optionally scheduled for a future date and time.
Returns the current SMS credit balance on the account, so the model can warn before a large send.
Lists the sender IDs already confirmed to work — learned automatically from sends the vendor accepted.
Nothing to install, nothing to self-host.
Email and password, or continue with Google.
Paste your Eazi SMS Pro key once on Settings.
Point your client at the connector URL above.
Approve the OAuth consent screen once, then send.
Every tenant authenticates with OAuth 2.1, and the API key is resolved from the authenticated account server-side. The model never reads, sets, or reproduces it — it isn't a tool argument.
The vendor has no endpoint to enumerate approved sender IDs, so accepted ones are recorded on each successful send — keyed by a hash of the key, never the key itself. Rejections are returned as errors and never recorded.
Connected AI clients are listed on Settings with the date they were authorised. Revoke one and its access token stops working immediately.