Developer Tools
allpdfmagic.com
Provides utilities for PDF processing, GST validation, invoice extraction, and bank statement parsing.
ENDPOINT 1
https://api.allpdfmagic.com/mcp
MCP server metadata
- Name
- allpdfmagic
- Version
- 1.0.0
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_gstinValidate an Indian GSTIN: format and check-digit (base-36 checksum).
Inferred read-onlyextract_invoice_dataExtract structured data from an invoice PDF: vendor, invoice number, date, line items, taxes (GST-aware), totals — as JSON.
Potential side effectsparse_bank_statementParse a bank statement PDF (any Indian bank + international formats) into categorized transactions with dates, amounts, balances, payment modes (UPI/NEFT/ATM/.
Potential side effectsdetect_document_fraudScreen 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 effectsCONNECT 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.
allpdfmagic.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.