HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · STELLAR · ROBINHOOD · USDC · USDG

PDF processing pipeline

Full PDF processing pipeline — metadata, markdown conversion, and first-page extraction in one call.

When to use this pack

An agent receives a PDF URL and needs to understand it quickly: what's the page count and metadata, what does the full text say (as markdown), and what's on page 1? Running three separate tools is three payments; this pack does it in one.

Tools in this pack

Workflow

  1. Call pdf-info to get page count, file size, title, author, and other metadata.
  2. Call pdf-to-markdown to convert the entire PDF to clean markdown text.
  3. Call pdf-extract-pages with pages='1' to get just the first page as a separate document.

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Process the PDF at https://arxiv.org/pdf/1706.03762 using Agent402's pdf-pipeline skill pack: (1) pdf-info for metadata, (2) pdf-to-markdown for full text, (3) pdf-extract-pages for page 1. Summarize the document structure and first-page content.

← All skill packs