1.0.1npm · excel-to-pdf-mcp · current release
Observed 2026-08-21T20:27:04.820Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
convert_excel_to_pdfConverts Excel files (.xls, .xlsx) to PDF formatInput schema{
"type": "object",
"properties": {
"input_path": {
"type": "string",
"minLength": 1,
"description": "Relative path to the Excel file (.xls, .xlsx) to convert"
},
"output_format": {
"type": "string",
"enum": [
"pdf"
],
"default": "pdf",
"description": "Output format (currently only PDF is supported)"
}
},
"required": [
"input_path"
],
"additionalProperties": false
} | — | — · — | — |
convert_numbers_to_pdfConverts Apple Numbers files (.numbers) to PDF formatInput schema{
"type": "object",
"properties": {
"input_path": {
"type": "string",
"minLength": 1,
"description": "Relative path to the Numbers file (.numbers) to convert"
},
"output_format": {
"type": "string",
"enum": [
"pdf"
],
"default": "pdf",
"description": "Output format (currently only PDF is supported)"
}
},
"required": [
"input_path"
],
"additionalProperties": false
} | — | — · — | — |