← Registry

Developer Tools

allpdfmagic.com

Provides utilities for PDF processing, GST validation, invoice extraction, and bank statement parsing.

1 endpoint7 known toolsFirst detected July 13, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.allpdfmagic.com/mcp

No auth detected

MCP server metadata

Name
allpdfmagic
Version
1.0.0
Capabilities
tools
Server instructions

AllPDFMagic document-intelligence tools. validate_gstin needs no key; all other tools require 'Authorization: Bearer apm_live_...' (free key: https://www.allpdfmagic.com/dashboard/api). Files are accepted as HTTPS URLs or base64. Results with download_url fields link to generated files.

Known tools 7

validate_gstin

Validate an Indian GSTIN: format and check-digit (base-36 checksum).

Inferred read-only
compress_pdf

Compress a PDF file to reduce its size.

Inferred read-only
pdf_to_excel

Convert a PDF (tables, statements, reports) to an Excel file.

Inferred read-only
extract_invoice_data

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

Potential side effects
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/.

Potential side effects
reconcile_documents

Reconcile two or more documents (e.

Inferred read-only
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.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.allpdfmagic]
url = "https://api.allpdfmagic.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "allpdfmagic": {
      "type": "http",
      "url": "https://api.allpdfmagic.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: allpdfmagic
Remote MCP URL: https://api.allpdfmagic.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "allpdfmagic": {
      "url": "https://api.allpdfmagic.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "allpdfmagic": {
      "type": "http",
      "url": "https://api.allpdfmagic.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for allpdfmagic.com was fetched 2026-08-25T21:27:34.059Z and is being refreshed.

Trust status Trusted

allpdfmagic.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.