A
AllPDFMagic
/compress_pdf
compress pdf
Compress a PDF file to reduce its size. Returns a download URL for the compressed file. Free tier: 500 calls/month.
liveverifiedunknown~5s typical
mcpprobedallpdfmagic
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-allpdfmagic-allpdfmagic /compress_pdf for me.
Input
| Field | Type | Description |
|---|---|---|
| file_url | string | HTTPS URL of the file to process (the server downloads it) |
| file_base64 | string | Base64-encoded file content (alternative to file_url; max 15MB decoded) |
| filename* | string | Filename with extension, e.g. invoice.pdf |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-allpdfmagic-allpdfmagic","endpoint":"/compress_pdf","input":{"filename":"..."}}'cli
npx cracked-ai run -p mcp-com-allpdfmagic-allpdfmagic -e /compress_pdf -i '{"filename":"..."}'mcp
run_tool({ provider: "mcp-com-allpdfmagic-allpdfmagic", endpoint: "/compress_pdf", input: {"filename":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.