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.
HOW IT WORKS
A quiet loop of the real path — no integration code, no key sprawl.
{
"mcpServers": {
"statxt": {
"url": ""
}
}
}Point your client at the Statxt MCP endpoint.
INSTALL THE SKILL
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.
TOOL CATALOG
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.
Maya · appointment confirmed
Carrier reject · invalid number
Thursday reminders · 1,204 sent
// 1) Subscribe once
await mcp.callTool('subscribe_notifications', {
events: ['message.delivered', 'message.failed'],
confirmed: true,
})
// 2) Poll unread
const inbox = await mcp.callTool('list_notifications', {
unread_only: true,
})SECURITY & COMPLIANCE
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.