MCP.so
登录

分布式MCP Server

@xuhaoruins

关于 分布式MCP Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

xuhaoruins

配置

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

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

工具

未检测到工具

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

概览

What is 分布式MCP Server?

分布式MCP Server is a Model Context Protocol (MCP) server that provides API tools for legal information queries (Chinese criminal law), weather data, Azure pricing, and utility functions. It is designed for use by Microsoft Copilot or other MCP‑compatible AI assistants.

How to use 分布式MCP Server?

Clone the repository, create a Python 3.10+ virtual environment, install dependencies from requirements.txt, then start the server with python mcp-server.py --host 0.0.0.0 --port 8080. The server exposes an SSE endpoint at /sse and a message endpoint at /messages/. Docker deployment and Azure hosting are also supported.

Key features of 分布式MCP Server

  • Legal information tools for Chinese criminal law
  • Weather alerts for US states
  • Weather forecast by latitude/longitude
  • Azure service price query with OData filters
  • Chinese character counting function
  • Deployable via Docker, Azure Container Apps, or Web App

Use cases of 分布式MCP Server

  • AI assistants querying Chinese criminal law articles by code or keyword
  • Checking weather alerts or forecasts for a given US location
  • Retrieving Azure pricing information with custom filters
  • Counting Chinese characters in user‑provided text
  • Building a legal research tool integrated with Microsoft Copilot

FAQ from 分布式MCP Server

What tools does 分布式MCP Server provide?

It provides tools for legal article queries, weather alerts, weather forecasts, Azure price queries, and Chinese character counting.

What are the runtime requirements?

Python 3.10 or higher is required. Docker is optional for containerized deployment. MongoDB and Azure OpenAI credentials may be needed for some tools.

How do I start the server locally?

Run python mcp-server.py --host 0.0.0.0 --port 8080 from the project directory after installing dependencies.

Can 分布式MCP Server be deployed on Azure?

Yes. It can be deployed via Azure Container Registry, Azure Container Apps, or Azure Web App with Docker. An Azure Function is also available for Chinese character counting.

Does the server use any authentication or environment variables?

The README recommends storing credentials in Azure Key Vault and configuring API authentication. Environment variables like MONGODB_CONNECTION_STRING and AZURE_OPENAI_API_KEY are used for database and AI features.

评论

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