Aspose.Cells Cloud Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Aspose.Cells Cloud Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Aspose.Cells Cloud MCP Server is a FastMCP-based MCP server built on top of Aspose.Cells Cloud SDK for Python. It automates Microsoft Excel spreadsheet creation and editing and exposes operations as MCP tools that any MCP-compatible client can call. Supported transports: stdio, streamable-http, sse.
https://api.aspose.cloud/cells/mcpYou'll need to obtain a valid license for Aspose.Cells Cloud. The package will install this dependency, but you're responsible for complying with Aspose's licensing terms.
pip install aspose-cells-cloud-mcpFrom source (download repo and install requirements):
git clone https://github.com/aspose-cells-cloud/Aspose.Cells-Cloud-MCP-Server
cd Aspose.Cells-Cloud-MCP-Server
pip install -r requirements.txtAfter installation, the CLI command is available:
aspose-cells-cloud-mcpBy default, the server runs with the stdio transport.
Run without installation:
python .\mcp_server.pySupported MCP transports: stdio, streamable-http, sse.
MCP_TRANSPORT — stdio | streamable-http | sse (default stdio)MCP_HOST — host address (default 0.0.0.0)MCP_PORT — port (default 8080)MCP_PATH — HTTP path for streamable-http (default /mcp)MCP_SSE_PATH — events path for sse (default /sse)LOG_LEVEL — logging level (INFO, DEBUG, ...)This project is licensed under the MIT License. See LICENSE for details.
The Aspose.HTML Cloud API itself requires a separate subscription � a free tier is available at aspose.cloud.
See full list and signatures in mcp_server.py (function register_tools) and tests in tests/features/*.
Main tool categories:
Sequence of tool calls (names match the server):
create_document → get doc_idadd_heading (e.g., levels 1–3)add_paragraph / insert_text_endadd_table_end or add_table_at_paragraphadd_watermark_text or add_watermark_image_base64export_base64 (e.g., fmt="pdf") — get file as Base64streamable-http or sse transport and the URL printed by the server at startup.This package is licensed under the MIT License. However, it depends on Aspose.Words for Python via .Net library, which is proprietary, closed-source library.
⚠️ You must obtain valid license for Aspose.Words for Python via .Net library. This repository does not include or distribute any proprietary components.
This project may contain trademarks or logos for projects, products, or services. Use of third-party trademarks or logos is subject to those third-party policies.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.