Compresto MCP
@dqhieu
About Compresto MCP
Compresto MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"compresto": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/compresto-mcp/build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Compresto MCP?
Compresto MCP is a Model Context Protocol server that gives AI assistants real-time access to usage statistics for Compresto, a file compression app. It is built for developers integrating AI capabilities with Compresto data.
How to use Compresto MCP?
Clone the repository, install dependencies with npm install, build with npm run build, then add a manual configuration to your MCP settings file pointing to the built index.js. Once integrated, AI assistants can invoke three tools: get-total-users, get-total-processed-files, and get-total-size-reduced.
Key features of Compresto MCP
- Provides real-time Compresto usage statistics.
- Three available tools: total users, processed files, size reduced.
- Simple installation via npm and manual configuration.
- Compatible with AI assistants supporting MCP.
Use cases of Compresto MCP
- An AI assistant answers “How many Compresto users are there?”
- An AI assistant reports the total number of files compressed.
- An AI assistant shows the total byte reduction achieved.
FAQ from Compresto MCP
What tools does Compresto MCP provide?
get-total-users (returns total users), get-total-processed-files (returns total files processed), and get-total-size-reduced (returns total bytes reduced).
How do I install Compresto MCP?
Clone the repository, run npm install and npm run build, then configure the server in your MCP settings using the node command with the absolute path to the built build/index.js.
What are the prerequisites?
Node.js version 16 or higher. npm or yarn are also required.
Does Compresto MCP require authentication?
The README does not mention any authentication, API keys, or transport protocol details.
What data does Compresto MCP return?
It returns integer counts for total users, total processed files, and total size reduced in bytes. The README does not specify the data source or update frequency.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments