Key Features
Dynamic Commands
Commands are auto-generated from the Xpoz Python SDK via reflection. When new tools are added to the platform, they appear in the CLI automatically.
4 Platforms
Twitter/X, Instagram, Reddit, and TikTok — the same coverage as the MCP server and SDKs.
Pagination
Walk through paginated results with
--all-pages, or jump to a specific page with --page.CSV Export
Get a CSV download URL for any search result with
--export-csv-url — ideal for bulk data collection.Cross-Platform Binaries
Native binaries for Linux (x86_64, arm64), macOS (Apple Silicon), and Windows (x86_64). Also available via pip, Homebrew, and winget.
JSON Output
Structured JSON output by default, with a
--output pretty option for human-readable formatting.Quick Example
How It Works
The CLI wraps the Xpoz Python SDK, which connects to the Xpoz MCP server. Every command maps directly to an MCP tool —twitter search_posts calls the same getTwitterPostsByKeywords tool available through the MCP server and SDKs.
Next Steps
Installation
Install via script, Homebrew, pip, winget, or binary download.
Usage
Platforms, global flags, pagination, and examples.
Authentication
Set up your access key and manage auth credentials.

