Codex
Copy the install command and launch Codex Desktop directly.
Open your client, approve Statxt, and start sending compliant messages. No API keys, config hunt, or integration code.
Copy the install command and launch Codex Desktop directly.
Copy the endpoint and launch Claude Desktop. Web Connectors opens if the app is unavailable.
Use the Streamable HTTP endpoint in Cursor or another client.
Install the production Statxt workflow skill for reliable contact resolution, message previews, explicit send confirmation, campaign preflight, delivery tracking, and role-aware administration.
One Agent Skill package. No credentials or workspace data included.
Resolves sender, merge fields, DNC, quiet hours, segments, and credits before confirmation.
Requires a precise final summary before messages, launches, bulk writes, or credit moves.
Checks the live audience, suppression, balance, timing, and blockers again before launch.
Never invents IDs or status, silently retries a write, or describes partial success as complete.
45+ tools give your AI everything it needs — from sending a single compliant text to launching a campaign to millions of contacts.
ChatGPT and Claude can't accept an HTTP POST mid-conversation. Statxt solves this with a pollable notification inbox purpose-built for AI clients — subscribe once, then check in for updates.
// 1) Subscribe once
await mcp.callTool("subscribe_notifications", {
events: ["message.delivered", "message.failed"],
confirmed: true,
})
// 2) "Any updates?" → poll unread
const inbox = await mcp.callTool("list_notifications", {
unread_only: true,
})
// 3) Acknowledge handled rows
await mcp.callTool("acknowledge_notifications", {
ids: inbox.data.map(n => n.id),
confirmed: true,
})Every tool call runs through the same guardrails as the Statxt app — your AI can move fast without breaking compliance.
Every connection is scoped to one user and one workspace. Revoke access anytime from Settings → Developers → MCP.
check_message_compliance runs DNC, illegal-word, and quiet-hours checks automatically — before send_message ever dials out.
Production sends are gated on registration and throughput limits, so your AI can't accidentally violate carrier rules.
Every mutating call supports idempotency keys and lands in your audit log, so retries never duplicate a send.
Connect Codex, Claude, Cursor, or any MCP client and start texting in under a minute.