MCP.so
ログイン

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.

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

dinghuazhou

設定

以下の設定を使って、このサーバーを 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).

コメント

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