Sample TOS Model Context Protocol Server
@dinghuazhou
Sample TOS Model Context Protocol Server について
Explore and retrieve content from Volcengine's Torch Object Storage (TOS) using natural language queries.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sample-mcp-server-tos": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Sample TOS Model Context Protocol Server?
Sample TOS Model Context Protocol Server is an MCP server from Volcano Engine that provides powerful query capabilities for TOS (Tinder Object Storage). It allows users to explore and retrieve content stored in TOS using natural language, improving the efficiency of data access. It can be combined with other Volcano Engine cloud product MCP servers to build intelligent business applications.
How to use Sample TOS Model Context Protocol Server?
Install Python 3.10 or higher and uv. Configure environment variables for Volcano Engine credentials (access key, secret key, region, endpoint, optional security token and bucket). Then run the server via uv or uvx. Add the server configuration to your MCP settings file.
Key features of Sample TOS Model Context Protocol Server
- List all buckets under the Volcano Engine TOS account.
- List objects (up to 1000) in a specified bucket with optional prefix and pagination.
- Retrieve object content: text objects return content directly, binary objects (images, videos) return Base64 encoded data.
- Uses natural language prompts to invoke tools.
- Supports official Volcano Engine authentication via environment variables.
Use cases of Sample TOS Model Context Protocol Server
- Querying and browsing storage buckets and objects through conversational AI interfaces.
- Reading text files (e.g., CSV, logs) stored in TOS without manual API calls.
- Retrieving images or videos as Base64 data for further processing by AI models.
- Integrating with other Volcano Engine MCP servers for intelligent data workflows.
FAQ from Sample TOS Model Context Protocol Server
What tools does Sample TOS Model Context Protocol Server provide?
It provides three tools: list_buckets (list all storage buckets), list_objects (list objects in a bucket), and get_object (retrieve the content of a specified object).
How is authentication handled?
Authentication uses Volcano Engine credentials. You must set the environment variables VOLCENGINE_ACCESS_KEY, VOLCENGINE_SECRET_KEY, VOLCENGINE_REGION, and TOS_ENDPOINT (optionally SECURITY_TOKEN and TOS_BUCKETS).
What are the system dependencies?
Python 3.10 or higher and uv (the Astral package manager) are required. Dependencies are managed via uv sync and the server is built with uv build.
What platforms does Sample TOS Model Context Protocol Server support?
It is adapted for platforms including Fangzhou, Python, and Cursor.
How do I configure the server for Cursor?
The server can be run via uvx with the required environment variables as shown in the README. The configuration is added to the MCP settings file (JSON format).
「その他」の他のコンテンツ
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
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 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,
コメント