CallFire is a cloud communications platform for SMS messaging and voice broadcasting. This CLI lets you create and manage campaigns, send text messages, make auto-dial calls, and track results from your terminal.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/callfire # Set up credentials
callfire auth login --username YOUR_USER --password YOUR_PASS
# Verify connection
callfire auth status # Send a text message
callfire texts send \
--to 15550001234 \
--message "Hello from CallFire!"
# List text broadcasts
callfire texts list For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.