Sunwood-ai-labs_mcp-weather-service-server

Sunwood-ai-labs_mcp-weather-service-server

3.1

If you are the rightful owner of Sunwood-ai-labs_mcp-weather-service-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.

The weather_service MCP server is a simple note-saving system with a custom URI scheme for accessing individual notes.

The weather_service MCP server is designed to manage a simple note-saving system. It allows users to access individual notes using a custom note:// URI scheme. Each note resource is characterized by a name, description, and a text/plain MIME type. The server provides a single prompt, 'summarize-notes', which generates a summary of all stored notes. Users can control the level of detail in the summary using an optional 'style' argument, which can be set to 'brief' or 'detailed'. The server combines all current notes and the style setting to generate the prompt. Additionally, the server implements a tool called 'add-note', which allows users to add new notes to the server. This tool requires 'name' and 'content' as mandatory string arguments, updates the server's state, and notifies clients of resource changes.

Features

  • Custom note: // URI scheme for accessing individual notes.
  • Each note has a name, description, and text/plain MIME type.
  • Single prompt 'summarize-notes' for generating summaries of all notes.
  • Optional 'style' argument for controlling summary detail level.
  • Tool 'add-note' for adding new notes with mandatory 'name' and 'content' arguments.