Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

AllPDFMagic

com.allpdfmagic/allpdfmagic

PDF tools + invoice extraction, bank statement parsing, GST reconciliation & GSTIN validation.

Uptime
100.0%
1 direct probes · 30d
Response
131ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

validate_gstin

Validate an Indian GSTIN: format and check-digit (base-36 checksum). Catches typos and fabricated numbers instantly. Runs locally — no API key required. Note: does NOT confirm active registration on t…

compress_pdf

Compress a PDF file to reduce its size. Returns a download URL for the compressed file. Free tier: 500 calls/month.

pdf_to_excel

Convert a PDF (tables, statements, reports) to an Excel file. Returns a download URL. Requires Premium tier or above.

extract_invoice_data

Extract structured data from an invoice PDF: vendor, invoice number, date, line items, taxes (GST-aware), totals — as JSON. Requires Team tier or above.

parse_bank_statement

Parse a bank statement PDF (any Indian bank + international formats) into categorized transactions with dates, amounts, balances, payment modes (UPI/NEFT/ATM/...), and an income/expense summary. Requi…

reconcile_documents

Reconcile two or more documents (e.g. purchase register vs GSTR-2B, bank statement vs ledger). Matches line items by GSTIN + invoice number + amount; reports matches, mismatches with exact fields, and…

detect_document_fraud

Screen a batch of 2+ invoices/documents for fraud signals: fabricated GSTINs (check-digit), duplicate invoice numbers across documents, duplicate/near-duplicate files, and amount anomalies. Requires D…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "allpdfmagic": {
      "url": "https://api.allpdfmagic.com/mcp",
      "transport": "streamable-http"
    }
  }
}