mcp-server
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.
Python 기반 MCP 서버 예제
The MCP server is a Python-based example that demonstrates the implementation of a Model Context Protocol (MCP) server. It provides functionalities such as calculating Body Mass Index (BMI) and fetching current weather information for a specified city. The server is designed to be simple and efficient, utilizing Python's asynchronous capabilities to handle requests. It serves as a practical example for developers looking to understand and implement MCP technology in their applications.
Features
- BMI Calculation: Computes BMI using weight in kilograms and height in meters.
- Weather Fetching: Retrieves current weather information for a specified city.
Tools
calculate_bmi
Calculate the BMI index
fetch_weather
Check the city weather