Compresto MCP
@dqhieu
Compresto MCP について
Compresto MCP server
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
コメント