MCP cover image
See in Github
2025-03-24

Interactiva con API TLS Volcengine.

1

Github Watches

1

Github Forks

1

Github Stars

Volcengine TLS Model Context Protocol Server

An MCP server implementation for retrieving data from TLS.

structure

The structure is as follows:

mcp-server-tls/
├── src/
│   ├── __init__.py
│   ├── main.py                 # Main entry point
│   ├── config.py               # Configuration
│   ├── server/                 # Server-related files
│   │   ├── __init__.py
│   │   ├── server.py           # MCP server initialization
│   │   ├── resources/          # Resources (API, data models)
│   │   │    ├── __init__.py
│   │   │    ├── project.py     # Project resource (e.g., DescribeProject, etc.)
│   │   │    ├── tls.py         # TLS base resource
│   │   │    ├── topic.py       # Topic resource (e.g., DescribeTopic, etc.)
│   │   └── tools/              # Tools (business logic, tasks, or operations)
│   │        ├── __init__.py
│   │        ├── project.py     # Project tool (e.g., DescribeProjectTool)
│   │        └── topic.py       # Topic tool (e.g., DescribeTopicTool)
│   └── client/                 # Client-related files (optional)
│       ├── __init__.py
│       └── client.py           # mcp client
├── tests/                      # Test directory
│   └── __init__.py
├── .env_example                # env param smaple
├── .gitignore
├── .python-version
├── LICENSE
├── pyproject.toml
├── README.md
└── uv.lock

Configuration

Obtain volcengine access key ID, secret access key, and region from the volcengine Management Console and configure credentials files using Default profile

Refer to the .env.example file to configure your volcengine credentials

mv .env_example .env

usage

To use this server, you'll need to:

Install the required dependencies:

[If not already installed] https://docs.astral.sh/uv/

uv venv

source .venv/bin/activate

uv sync

Run the server:

uv run python src/main.py

Run the client:

uv run python src/client/client.py src/main.py

MCP setting

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

Already supported resources

  1. DescribeProject
  2. DescribeProjects
  3. DescribeTopic
  4. DescribeTopics

Security

See SECURITY for more information.

License

This library is licensed under the MIT License. See the LICENSE file for details.

相关推荐

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

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

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

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

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

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

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

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

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • modelcontextprotocol
  • Servidores de protocolo de contexto modelo

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • Mintplex-Labs
  • La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.

    Reviews

    5 (1)
    Avatar
    user_9K7gna4X
    2025-04-17

    As a devoted user of the tls-mcp-server by StudyForZX, I am thoroughly impressed with its performance and reliability. This open-source project on GitHub provides a seamless and efficient solution for creating and managing MCP servers. The clear documentation and active community support make it a go-to resource for anyone needing robust server capabilities. Highly recommended for developers seeking dependable and straightforward MCP server implementation. Check it out at https://github.com/StudyForZX/tls-mcp-server.