Wraps the FastBCP CLI tool to export database tables to files and cloud storage with parallel processing. Exposes six tools: preview commands before execution, validate connection parameters, suggest optimal parallelism methods based on database type, list supported formats, and execute exports with mandatory confirmation. Handles the usual suspects for sources (PostgreSQL, SQL Server, MySQL) and outputs (CSV, JSON, Parquet, XLSX), plus direct writes to S3, Azure Blob, and Data Lake. The two-step preview-then-execute pattern keeps you from accidentally launching expensive parallel exports, and all passwords get masked in logs. Good for moving large datasets out of databases when you need more control than a basic SQL export gives you.
claude mcp add --transport stdio arpe-io-fastbcp-mcp uvx fastbcp-mcp