N
netcafe-docs
/pdf_add_page_numbers
Add page numbers to a PDF
Stamp page numbers or footer text onto every page of a PDF. Supports a starting number, roman numerals, skipping a cover page, position and font size — the comb
liveverifiedunknown~5s typical
mcpprobednetcafe-docs
$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-ainetcafe-netcafe-docs /pdf_add_page_numbers for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Public URL of the PDF. |
| style | string | arabic (default) | roman (i, ii, iii) | ROMAN (I, II, III) |
| start_at | integer | Number to start from (default 1). |
| skip_first | integer | Leave this many leading pages unnumbered, e.g. 1 for a cover. |
| position | string | bottom-center (default) | bottom-left | bottom-right | top-center | top-left | top-right |
| text | string | Template, default "{n}". Use {n} and {total}. |
| font_size | integer | Font size, default 10. |
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-ainetcafe-netcafe-docs","endpoint":"/pdf_add_page_numbers","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-docs -e /pdf_add_page_numbers -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-docs", endpoint: "/pdf_add_page_numbers", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.