PDF tools + invoice extraction, bank statement parsing, GST reconciliation & GSTIN validation.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://api.allpdfmagic.com/mcp7 herramientas · 627 msvalidate_gstinValidate 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 the GST portal.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 the GST portal.
| Parámetro | Tipo | Descripción |
|---|---|---|
| gstin* | string | 15-character GSTIN, e.g. 27AAPFU0939F1ZV |
compress_pdfCompress a PDF file to reduce its size. Returns a download URL for the compressed file. Free tier: 500 calls/month.Compress a PDF file to reduce its size. Returns a download URL for the compressed file. Free tier: 500 calls/month.
| Parámetro | Tipo | Descripción |
|---|---|---|
| file_url | string | HTTPS URL of the file to process (the server downloads it) |
| file_base64 | string | Base64-encoded file content (alternative to file_url; max 15MB decoded) |
| filename* | string | Filename with extension, e.g. invoice.pdf |
pdf_to_excelConvert a PDF (tables, statements, reports) to an Excel file. Returns a download URL. Requires Premium tier or above.Convert a PDF (tables, statements, reports) to an Excel file. Returns a download URL. Requires Premium tier or above.
| Parámetro | Tipo | Descripción |
|---|---|---|
| file_url | string | HTTPS URL of the file to process (the server downloads it) |
| file_base64 | string | Base64-encoded file content (alternative to file_url; max 15MB decoded) |
| filename* | string | Filename with extension, e.g. invoice.pdf |
extract_invoice_dataExtract structured data from an invoice PDF: vendor, invoice number, date, line items, taxes (GST-aware), totals — as JSON. Requires Team tier or above.Extract structured data from an invoice PDF: vendor, invoice number, date, line items, taxes (GST-aware), totals — as JSON. Requires Team tier or above.
| Parámetro | Tipo | Descripción |
|---|---|---|
| file_url | string | HTTPS URL of the file to process (the server downloads it) |
| file_base64 | string | Base64-encoded file content (alternative to file_url; max 15MB decoded) |
| filename* | string | Filename with extension, e.g. invoice.pdf |
parse_bank_statementParse 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. Requires Developer tier or above.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. Requires Developer tier or above.
| Parámetro | Tipo | Descripción |
|---|---|---|
| file_url | string | HTTPS URL of the file to process (the server downloads it) |
| file_base64 | string | Base64-encoded file content (alternative to file_url; max 15MB decoded) |
| filename* | string | Filename with extension, e.g. invoice.pdf |
reconcile_documentsReconcile 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 unmatched items. Requires Developer tier or above.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 unmatched items. Requires Developer tier or above.
| Parámetro | Tipo | Descripción |
|---|---|---|
| files* | array | 2-10 documents. Each item: {file_url OR file_base64, filename} |
detect_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. Requires Developer tier or above.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 Developer tier or above.
| Parámetro | Tipo | Descripción |
|---|---|---|
| files* | array | 2-10 documents. Each item: {file_url OR file_base64, filename} |
7 de 7 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
PDF tools + invoice extraction, bank statement parsing, GST reconciliation & GSTIN validation.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.