PennyOCR

Membaca PDF dan gambar ke dalam konteks agen sebagai markdown atau teks biasa. $0,75 per 1.000 halaman, pelaporan biaya per-panggilan yang akurat, estimator biaya gratis, batas pengeluaran. Dihosting di mcp.pennyocr.com.

Dokumentasi

πŸͺ™ PennyOCR MCP server

A remote Model Context Protocol server that gives any agent document-reading eyes: PDFs and images by URL β†’ markdown (tables preserved) or plain text, with exact cost reporting and hard spend caps.

Hosted at https://mcp.pennyocr.com β€” nothing to install:

{
  "mcpServers": {
    "pennyocr": {
      "url": "https://mcp.pennyocr.com",
      "headers": { "Authorization": "Bearer pk_live_..." }
    }
  }
}

Keys are free (first 100 pages free) at pennyocr.com/dashboard. Clients that can't set headers: https://mcp.pennyocr.com/?key=pk_live_...

Tools

ToolInputOutput
read_document{url, pages?, output?, max_pages?, max_cost_usd?}{content, pages, cost_usd, citations[]}
estimate_cost{url, pages?}page count + exact cost β€” free
check_balance{}remaining credits + free-tier allowance β€” free

The cost caps refuse before any processing, with the numbers β€” so autonomous agents can reason about spend ("200 pages, $0.15 β€” proceed") and can never run past a prepaid balance.

Transport

Streamable HTTP (JSON-RPC 2.0 over POST), stateless. This repo is the complete server β€” a single Cloudflare Worker (worker.js) proxying the PennyOCR API.

Pricing: $0.75 per 1,000 pages Β· pennyocr.com/pricing.txt Β· Agent onboarding: pennyocr.com/llms.txt