Back to Browse

Pdf Tables MCP Server

Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Reliable PDF table extraction. Pass a URL, get structured JSON tables with citations.

About

Reliable PDF table extraction. Pass a URL, get structured JSON tables with citations.

Remote endpoints: streamable-http: https://pdf-tables-mcp.vercel.app/api/mcp

Security Report

5.2
Moderate5.2Moderate Risk

This is a legitimate PDF table extraction MCP server with reasonable security posture. Authentication is properly implemented via API keys in Bearer tokens, and permissions match the service's stated purpose (network access for PDF fetching, env vars for credentials). However, several code quality issues and missing input validations warrant attention: insufficient error handling in some paths, potential for excessive resource consumption without strict limits, and incomplete quota enforcement logic that could allow overage. These are not critical vulnerabilities but reflect a v0.1 product that needs hardening before production use. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).

7 files analyzed Ā· 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

TierPriceQuota (pages/mo)
Free$050 pages
Hobby$19/mo250 pages
Pro$99/mo2,000 pages
Business$499/mo15,000 pages, 99.9% SLA
EnterpriseCustomUnlimited, 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

Reviews

No reviews yet

Be the first to review this server!