N
netcafe-docs
/extract_invoices
A batch of invoices → one ledger-ready table (arithmetic-checked)
Give it up to 20 invoice URLs (PDF or page images) and get back one table ready to post: number, date, seller, buyer, net / tax / gross, currency. Every row is
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 /extract_invoices for me.
Input
| Field | Type | Description |
|---|---|---|
| urls* | string | Invoice URLs — comma-separated, or pass an array. Up to 20 per call. |
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":"/extract_invoices","input":{"urls":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-docs -e /extract_invoices -i '{"urls":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-docs", endpoint: "/extract_invoices", input: {"urls":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.