streamable-httpupdated 3mo ago
Reliable PDF table extraction as an MCP tool. Drop into Claude, Cursor, or any MCP-compatible agent and get clean structured JSON tables back from any PDF — with per-cell citations to the source page.
What can you do with pdf tables mcp?
pdf-tables-mcp
Reliable PDF table extraction as an MCP tool. Drop into Claude, Cursor, or any MCP-compatible agent and get clean structured JSON tables back from any PDF — with per-cell citations to the source page.
Built by Tool Factory — Tool #2.
🚧 v0.1 scaffold — tools coming online over the next few days.
What it does
Agents drop a PDF URL, get back clean structured JSON tables with confidence scores and cell-level citations back to the source page.
Use cases:
- RAG preprocessing: split tables from text-heavy docs
- Agentic data extraction from financial filings, scientific papers, gov reports
- Form-field reading in compliance workflows
- Receipt/invoice line-item parsing
Pricing
| Tier | Price | Quota (pages/mo) |
|---|---|---|
| Free | $0 | 50 pages |
| Hobby | $19/mo | 250 pages |
| Pro | $99/mo | 2,000 pages |
| Business | $499/mo | 15,000 pages, 99.9% SLA |
| Enterprise | Custom | Unlimited, VPC, SOC 2 path |
Quotas measure pages processed (not calls) — a 3-page PDF counts as 3 against your monthly quota. Keeps pricing fair for users running small and large PDFs alike.
Install (coming soon)
{
"mcpServers": {
"pdf-tables": {
"url": "https://pdf-tables-mcp.vercel.app/api/mcp",
"headers": {
"Authorization": "Bearer pdt_live_YOURKEY"
}
}
}
}
License
MIT
Install
Add pdf tables mcp to your client. Pick the one you use.
claude mcp add --transport http pdf-tables-mcp https://pdf-tables-mcp.vercel.app/api/mcpcodex mcp add pdf-tables-mcp --url https://pdf-tables-mcp.vercel.app/api/mcp{
"mcpServers": {
"pdf-tables-mcp": {
"url": "https://pdf-tables-mcp.vercel.app/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pdf-tables-mcp": {
"type": "http",
"url": "https://pdf-tables-mcp.vercel.app/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pdf-tables-mcp": {
"url": "https://pdf-tables-mcp.vercel.app/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pdf-tables-mcp": {
"serverUrl": "https://pdf-tables-mcp.vercel.app/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 84 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 7, 2026 |