mcp_server_get_dollars_news_news
If you are the rightful owner of mcp_server_get_dollars_news_news 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.
This project is an MCP server providing currency rates, weather forecasts, and news summaries.
The MCP Server is designed to offer a range of services including fetching the current dollar exchange rate, providing weather forecasts for specified cities, and delivering news summaries from the past week. Built using Python and Flask, this server is easy to set up and run locally. It leverages external libraries such as Requests and Feedparser to gather and process data, ensuring users receive up-to-date and accurate information. The server is accessible via a simple RESTful API, making it easy to integrate with various client applications. Additionally, the server includes a suite of tests to ensure reliability and correctness of the provided services.
Features
- Fetches current dollar exchange rate.
- Provides weather forecasts for specified cities.
- Delivers news summaries from the past week.
- Built with Python and Flask for easy setup.
- Includes testing suite for reliability.