← Excel to PDF Converter

Excel to PDF Converter 1.0.1

npm · excel-to-pdf-mcp · current release

2
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-21T20:27:04.820Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 2

ToolCategoryAnnotationsRisk
convert_excel_to_pdfConverts Excel files (.xls, .xlsx) to PDF format
Input 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 format
Input 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
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.