PDF text and table extraction plus metadata. Supports OCR for scanned documents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server that gives your Claude, Cline, or Cursor session the ability to extract text, tables, and metadata from any PDF URL β including scanned PDFs via OCR. Powered by the Techtenstein PDF Extract API.
pdf_extract_text(pdf_url, ocr=False) β Extract all text from a PDF as clean plain textpdf_extract_tables(pdf_url) β Extract all tables as structured row arrayspdf_metadata(pdf_url) β Get title, author, page count, creation date, encryption statusAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
Restart Claude Desktop. pdf_extract_text, pdf_extract_tables, and pdf_metadata will appear as available tools.
Cline auto-detects MCP servers from your Claude Desktop config. Same setup as above works.
Add to ~/.cursor/mcp.json:
Free tier (50 extractions/day, no card): https://apis.techtenstein.com
Paid tiers start at $5/month for 2,000 extractions.
Once installed, ask Claude:
"Extract the tables from this earnings report PDF: https://example.com/q4.pdf"
Claude will call pdf_extract_tables and return a clean structured view of every table on the page.
Or for scanned documents:
"This PDF is a scanned invoice. Extract the text: https://example.com/invoice.pdf"
Claude will call pdf_extract_text(pdf_url, ocr=True) and read the image-based text via OCR.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/techtenstein-pdf)<a href="https://allmcps.com/mcp/techtenstein-pdf"><img src="https://allmcps.com/api/badge/techtenstein-pdf?style=directory" alt="Techtenstein Pdf on AllMCPs" /></a>