Cover image
échantillon-MCP-Server-Tos
Public

échantillon-MCP-Server-Tos

Try Now
2025-04-14

3 years

Works with Finder

1

Github Watches

1

Github Forks

2

Github Stars

Sample TOS Model Context Protocol Server

An MCP server implementation for retrieving data from TOS.

Features

Tools

  • list_buckets
    • Returns a list of all buckets owned by the authenticated sender of the request
  • list_objects
    • Returns some or all (up to 1,000) of the objects in a bucket with each request
  • get_object
    • Retrieves an object from volcengine TOS. In the GetObject request, specify the full key name for the object. General purpose buckets - Both the virtual-hosted-style requests and the path-style requests are supported

Configuration

The server requires the following environment variables to be set:

  • VOLC_ACCESSKEY: Required, The access key for the VolcEngine.
  • VOLC_SECRETKEY: Required, The secret key for the VolcEngine.
  • REGION: Required, The region for the TOS service.
  • TOS_ENDPOINT: Required, The endpoint for the TOS service.
  • SECURITY_TOKEN: Optional, The security token for the credential.
  • TOS_BUCKETS: Optional, If you want to use a specific bucket, you need to set this.

You can set these environment variables in your shell.

MCP Settings Configuration

To add this server to your MCP configuration, add the following to your MCP settings file:

{
  "mcpServers": {
    "tos-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/src/mcp_server_tos",
        "run",
        "main.py"
      ]
    }
  }
}

or

{
    "mcpServers": {
        "tls": {
            "command": "uvx",
            "args": [
                "--from",
                "git+https://github.com/volcengine/ai-app-lab#subdirectory=mcp/server/mcp_server_tos",
                "mcp-server-tos"
            ],
            "env": {
                "VOLC_ACCESSKEY": "your ak",
                "VOLC_SECRETKEY": "your sk",
                "REGION": "tos region",
                "TOS_ENDPOINT": "tos endpoint",
                "SECURITY_TOKEN": "your security token",
                "TOS_BUCKET": "your specific bucket"
            }
        }
    }
}

Usage

Running the Server

# Run the server with stdio transport (default)
tos-mcp-server

License

This library is licensed under the MIT-0 License. See the LICENSE file.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.

  • ShrimpingIt
  • Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX

  • OffchainLabs
  • Aller la mise en œuvre de la preuve de la participation Ethereum

  • huahuayu
  • Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.

  • deemkeen
  • Contrôlez votre MBOT2 avec un combo d'alimentation: MQTT + MCP + LLM

    Reviews

    5 (1)
    Avatar
    user_Hsn5bvPl
    2025-04-15

    I've been using my-mcp-servers by msasaki666 for a few months now, and it's been a game changer! The server performance is rock solid, and I haven't experienced any downtime. The documentation is clear, and setting it up was a breeze. Highly recommend for anyone needing reliable server solutions! Check it out here: https://mcp.so/server/my-mcp-servers/msasaki666