SmartConvert is a high-performance image optimization engine built for high-autonomy AI Agents. Pay-per-byte M2M payments, natively on **Base**.
Built for Machine-to-Machine world. No credit cards, no logins. Tokens only.
Powered by Libvips (Sharp). Extreme speed for WebP and AVIF conversions.
Self-host Friendly. Collect 100% of conversion fees to your own wallet.
What your Agent sees when connected to SmartConvert.
The core engine. It handles image binary, validates network, and processes optimization.
Includes `format_advisor`, `x402_payment_help` and `image_optimization_agent` workflows.
Expose `image-api://metrics` for real-time cost and performance monitoring.
Step 1
Paste the API URL into your MCP settings.
{
"mcpServers": {
"smartconvert": {
"url": "https://api.smartrayon.eu/mcp"
}
}
}
Step 2
"Convert this image to WebP and optimize it for web use."
Deploy your own node
# Clone and start with Docker
git clone https://github.com/lemaitregabinpro-creator/api-convert
cd api-convert
cp .env.example .env
# Edit your wallet and CDP keys
docker compose up -d --build