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.
A Domain-Driven MCP server that provides real-time weather information for Brazilian cities.
The MCP Server Example is a robust and scalable server designed to deliver real-time weather information for Brazilian cities. It is built following the SOLID principles, which ensure that the server is maintainable, scalable, and testable. The server architecture leverages dependency injection to decouple domain logic from infrastructure services, allowing for easier updates and modifications. This design approach not only enhances the server's performance but also makes it easier to test and maintain. The server is implemented using Node.js and can be installed via npm. It supports unit testing with JEST, ensuring that the server's functionality is reliable and bug-free. The server can be run in development mode using the @modelcontextprotocol/inspector tool, which provides additional insights and debugging capabilities.
Features
- Real-time weather information for Brazilian cities
- Domain-Driven Design with SOLID principles
- Dependency injection for decoupling domain logic
- Unit testing with JEST
- Development mode with @modelcontextprotocol/inspector