MCP.so
登录

Compresto MCP

@dqhieu

关于 Compresto MCP

Compresto MCP server

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

dqhieu

提交者

Hieu Dinh

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "compresto": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/compresto-mcp/build/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器