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).
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论