mcp-server

devhysterical/mcp-server

3.1

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Server là một máy chủ triển khai giao thức Model Context Protocol (MCP), cho phép các mô hình ngôn ngữ lớn (LLMs) tương tác với các công cụ và dịch vụ bên ngoài một cách chuẩn hóa.

MCP Server is a server implementation of the Model Context Protocol (MCP), designed to facilitate standardized interactions between large language models (LLMs) and external tools and services. It provides a RESTful API using FastAPI, ensuring efficient asynchronous processing and data validation with Pydantic. The server supports multiple tools such as calculators, weather information retrieval, and web search, making it versatile for various applications. Additionally, it offers automatic API documentation through Swagger UI, enhancing usability and accessibility for developers. The server is built to run on Python 3.8+ and requires pip for package management. It is designed to be easily extendable, allowing developers to add new tools by following a structured process.

Features

  • Hỗ trợ nhiều công cụ khác nhau (calculator, weather, search)
  • API RESTful với FastAPI
  • Xác thực dữ liệu với Pydantic
  • Xử lý bất đồng bộ hiệu quả
  • Tài liệu API tự động với Swagger UI