mcp-weather-service-server

mcp-weather-service-server

3.3

If you are the rightful owner of 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 implement a straightforward 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 also includes a tool for adding new notes, which requires 'name' and 'content' as mandatory string arguments. This tool updates the server's state and notifies clients of resource changes.

Features

  • Custom URI scheme for accessing notes
  • Summarize-notes prompt with adjustable detail level
  • Tool for adding new notes
  • Real-time server state updates
  • Client notification of resource changes

Tools

  1. add-note

    Adds a new note to the server with 'name' and 'content' as required arguments.