converteverything-mcp
Verified Safeby RookieKiwi
Overview
Enables AI assistants to convert, compress, archive, share, and import files across over 100 formats using the ConvertEverything.io API.
Installation
npx -y converteverything-mcp --api-key ce_your_api_key_hereEnvironment Variables
- CONVERTEVERYTHING_API_KEY
- CONVERTEVERYTHING_BASE_URL
Security Notes
The server employs robust security measures, including explicit input validation using Zod schemas, path sanitization, and checks for null bytes and directory traversal ('..') to prevent malicious file access. It explicitly states it uses the public API and does not expose internal endpoints or secrets. API keys are loaded from environment variables or CLI arguments, not hardcoded. Large file uploads are handled with chunking for reliability and memory efficiency. All API communication uses HTTPS. While interacting with local files always carries some inherent risk, the implementation demonstrates strong mitigation strategies.
Similar Servers
mcp-android-server-python
Provides an MCP server for AI agents to automate Android devices using uiautomator2.
lex
Provides a UK legal research API for AI agents, offering capabilities to search legislation, caselaw, amendments, and explanatory notes using semantic and keyword search, and includes a Micro-Copilot (MCP) server for integration with AI assistants.
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
mcp-servers
A foundational Python project providing basic components and utilities for building modular server-like applications.