Aspose.Html Cloud Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Aspose.Html Cloud Mcp (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.
A Model Context Protocol (MCP) server that exposes Aspose.HTML Cloud document conversion as tools for AI assistants like Claude Desktop, Cursor, VS Code Copilot, and other MCP-compatible clients.
Converts documents between formats via the Aspose.HTML Cloud API.
| Supported input formats | Supported output formats |
|---|---|
html, mhtml, xhtml, epub, svg, md | pdf, xps, docx, doc, jpeg, png, bmp, gif, tiff, webp, md, mhtml, svg |
Available tools:
| Tool | Input source |
|---|---|
convert_url_to_format | Public URL |
convert_content_to_format | Raw HTML / SVG / Markdown string |
convert_base64_to_format | Base64-encoded document |
convert_file_to_format | Local file path |
Example prompts:
"Convert https://example.com to PDF"
"Convert this HTML to DOCX: \<html\>\<body\>\<h1\>Hello\</h1\>\</body\>\</html\>"
"Convert C:\docs\report.html to PNG"
git clone https://github.com/aspose-html-cloud/Aspose.HTML-Cloud-MCP.git
cd Aspose.HTML-Cloud-MCP
dotnet buildCredentials are passed via environment variables ASPOSE_CLIENT_ID and ASPOSE_CLIENT_SECRET.
Edit your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"aspose-html-cloud": {
"command": "dotnet",
"args": ["run", "--project", "/absolute/path/to/Aspose.HTML-Cloud-MCP"],
"env": {
"ASPOSE_CLIENT_ID": "your-client-id",
"ASPOSE_CLIENT_SECRET": "your-client-secret"
}
}
}
}Add to your .vscode/settings.json or user settings:
{
"mcp": {
"servers": {
"aspose-html-cloud": {
"command": "dotnet",
"args": ["run", "--project", "/absolute/path/to/Aspose.HTML-Cloud-MCP"],
"env": {
"ASPOSE_CLIENT_ID": "your-client-id",
"ASPOSE_CLIENT_SECRET": "your-client-secret"
}
}
}
}
}Add to your Cursor MCP configuration (~/.cursor/mcp.json):
{
"mcpServers": {
"aspose-html-cloud": {
"command": "dotnet",
"args": ["run", "--project", "/absolute/path/to/Aspose.HTML-Cloud-MCP"],
"env": {
"ASPOSE_CLIENT_ID": "your-client-id",
"ASPOSE_CLIENT_SECRET": "your-client-secret"
}
}
}
}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.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.