test_MCPServer
If you are the rightful owner of test_MCPServer 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 сервер на Python, предоставляющий текущий курс доллара, прогноз погоды и новости за последнюю неделю.
The MCP Server is a Python-based application designed to provide users with real-time information on the current exchange rate of the US dollar, weather forecasts, and news from the past week. It is a versatile tool that integrates with various APIs to deliver up-to-date data. The server is easy to set up and run, requiring minimal configuration once the necessary API keys are obtained. It supports both direct execution and containerized deployment using Docker, making it adaptable to different environments and user preferences. The server is accessible locally and can be tested using pytest to ensure its functionality.
Features
- Real-time exchange rate information for the US dollar.
- Weather forecasts using OpenWeatherMap API.
- Latest news updates from the past week using NewsAPI.
- Easy setup with virtual environment and dependency management.
- Docker support for containerized deployment.