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.

コメント

「その他」の他のコンテンツ