MCP.so
登录

MCP-Server

@datzii

关于 MCP-Server

MCP Server for tool calling

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

datzii

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-datzii": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP-Server?

MCP-Server is a Model Context Protocol server designed for tool calling. It provides API endpoints to check server status and retrieve a list of available tools.

How to use MCP-Server?

Create a Python virtual environment, install dependencies from requirements.txt, then start the server by running python src/main.py.

Key features of MCP-Server

  • Provides API for tool listing and status checking
  • Built with Python using a virtual environment
  • Two API endpoints: /v1/status/ and /v1/tools/

Use cases of MCP-Server

  • Check server health via /v1/status/
  • Retrieve the list of available tools via /v1/tools/

FAQ from MCP-Server

What are the dependencies for MCP-Server?

Dependencies are listed in requirements.txt and can be installed with pip install -r requirements.txt.

How do I start MCP-Server?

Run python src/main.py from your activated virtual environment.

What API endpoints does MCP-Server expose?

Two endpoints: /v1/status/ to check if the server is up, and /v1/tools/ to get the list of available tools.

评论

其他 分类下的更多 MCP 服务器