Messaging

CallFire

@ktmcp-cli/callfire

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.

Peter Steinberger
🦞
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Peter Steinberger, Founder of OpenClaw · Lex Fridman Podcast #491 · @steipete

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/callfire

Features

Create SMS campaigns
Voice broadcasting
Contact list management
Campaign analytics
Auto-dial scheduling
Opt-out management

Usage Examples

Authentication

# Set up credentials
callfire auth login --username YOUR_USER --password YOUR_PASS

# Verify connection
callfire auth status

Send SMS

# Send a text message
callfire texts send \
  --to 15550001234 \
  --message "Hello from CallFire!"

# List text broadcasts
callfire texts list

Documentation

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.