
Todos MCP Server
The Todos MCP Server is an open-source todo list application with Model Context Protocol (MCP) support, allowing AI assistants and chatbots to manage tasks prog...
The TOS MCP Server is an official offering designed to provide powerful querying capabilities for ByteDance Volcengine’s TOS (Tencent Object Storage) platform. It enables users to explore and retrieve stored content using natural language, making data access more intuitive and efficient. By leveraging the Model Context Protocol (MCP), this server allows AI assistants and developer tools to perform seamless database queries, manage files, and interact with storage services programmatically. This enhances developer workflows by simplifying resource discovery and supporting integration with other Volcengine cloud products, enabling more intelligent business applications and automation.
mcpServers
section using the following JSON:{
"mcpServers": {
"tos-mcp": {
"command": "npx",
"args": ["@tos/mcp-server@latest"]
}
}
}
mcpServers
:{
"mcpServers": {
"tos-mcp": {
"command": "npx",
"args": ["@tos/mcp-server@latest"]
}
}
}
mcpServers
array:{
"mcpServers": {
"tos-mcp": {
"command": "npx",
"args": ["@tos/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"tos-mcp": {
"command": "npx",
"args": ["@tos/mcp-server@latest"]
}
}
}
Securing API Keys:
Store sensitive credentials as environment variables. Example:
{
"mcpServers": {
"tos-mcp": {
"command": "npx",
"args": ["@tos/mcp-server@latest"],
"env": {
"TOS_ACCESS_KEY": "YOUR_ACCESS_KEY",
"TOS_SECRET_KEY": "YOUR_SECRET_KEY"
},
"inputs": {
"region": "ap-guangzhou"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"tos-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “tos-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ✅ | 2 prompt templates listed |
List of Resources | ✅ | Buckets, Objects, Bucket Properties, Object Properties |
List of Tools | ✅ | list_buckets, list_objects, get_object |
Securing API Keys | ✅ | .env_example and JSON example provided |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
This MCP server offers clear documentation and practical tools for interacting with TOS storage resources. It supports a range of use cases, from simple resource listing to integration in intelligent workflows. However, the documentation does not mention support for Roots or Sampling.
Based on the tables above, I would rate this MCP server a 7/10: it has solid functionality and instructions, but lacks clarity on advanced MCP features like Roots and Sampling, and is missing a LICENSE file.
Has a LICENSE | ⛔ |
---|---|
Has at least one tool | ✅ |
Number of Forks | 3 |
Number of Stars | 2 |
The TOS MCP Server provides natural language querying for ByteDance Volcengine’s TOS (Tencent Object Storage). It allows AI tools and developers to list, filter, and retrieve storage buckets and objects, integrating cloud storage with automation workflows.
You can list storage buckets, enumerate objects in a bucket, fetch object details, and access metadata such as creation date, size, and storage type. Supported tools include list_buckets, list_objects, and get_object.
Store your access keys as environment variables. In the MCP server config, add an 'env' section with your TOS_ACCESS_KEY and TOS_SECRET_KEY. This keeps your credentials safe and out of code files.
Use cases include exploring storage resources, automated data retrieval for AI workflows, content management, integration with other Volcengine products, and compliance auditing.
Add the MCP component to your flow, and in the MCP configuration, specify your TOS MCP server using the provided JSON format. Once set up, your AI agent will have access to all TOS storage functions.
The current documentation does not mention support for Roots or Sampling. It provides solid core functionality for storage management but lacks some advanced features.
Supercharge your data workflows by connecting Volcengine TOS to FlowHunt. Query buckets and objects using natural language, automate content management, and build intelligent business applications.
The Todos MCP Server is an open-source todo list application with Model Context Protocol (MCP) support, allowing AI assistants and chatbots to manage tasks prog...
The Todoist MCP Server connects AI assistants with Todoist, enabling natural language task management—create, update, complete, and search tasks directly from y...
The TON Blockchain MCP Server enables natural language interaction with the TON blockchain for AI assistants. It supports real-time analysis, scam detection, tr...